Html Css Color HEX #B93631 Medium Carmine

📋 copy color: '#B93631'

red 185 ◦ green 54 ◦ blue 49

#B93631
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B93631

Tints of Medium Carmine #B93631

RGB

 RED value IS 185 (72.66% from 255) = 64.24%

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 64.24%
G = 18.75%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B93631 (or 0xB93631) is known color: Medium Carmine. HEX triplet: B9, 36 and 31. RGB value is (185,54,49). Sum of RGB (Red+Green+Blue) = 185+54+49=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B93631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93631 is #46C9CE. Grayscale: #5C5C5C. Windows color (decimal): -4639183 or 3225273. OLE color: 3225273.

HSL color Cylindrical-coordinate representation of color #B93631: hue angle of 2.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93631 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 49 -
CMYK 0 0.71 0.74 0.27
HSL 2.21º 0.58% 0.46% -
HSV(B) 2.21º 0.74% 0.73% -
XYZ 21.88 13.17 4.3 -
YUV 92.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 185 54 49 0 0.71 0.74 0.27 2.21 0.58 0.46
Hex B9 36 31 0 47 4A 1B 2 3A 2E
Octal 271 66 61 0 107 112 33 2 72 56
Binary 10111001 110110 110001 0 1000111 1001010 11011 10 111010 101110

Color Harmonies of #B93631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93631

Black with #B93631

Text Example


Text Example

White with #B93631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93631; }

 p { color: rgb(185,54,49); }

 H1.HeaderClassName
 {
   color: #B93631;
 }
 .AnyTagClassName
 {
   color: #B93631;
 }
</style>

background-color css

<style>
 a { background-color: #B93631; }

 a { background-color: rgb(185,54,49); }

 div.DivClassName
 {
   background-color: #B93631;
 }
 .BgClassName
 {
   background-color: #B93631;
 }
</style>

border-color css

<style>
 span { border-color: #B93631; }

 span { border-color: rgb(185,54,49); }

 td.TdClassName
 {
   border-color: #B93631;
 }
 .TagClassName
 {
   border-color: #B93631;
 }
</style>