Html Css Color HEX #B94537 Medium Carmine

📋 copy color: '#B94537'

red 185 ◦ green 69 ◦ blue 55

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

Shades of Medium Carmine #B94537

Tints of Medium Carmine #B94537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 59.87%
G = 22.33%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94537 (or 0xB94537) is known color: Medium Carmine. HEX triplet: B9, 45 and 37. RGB value is (185,69,55). Sum of RGB (Red+Green+Blue) = 185+69+55=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94537 is #46BAC8. Grayscale: #666666. Windows color (decimal): -4635337 or 3622329. OLE color: 3622329.

HSL color Cylindrical-coordinate representation of color #B94537: hue angle of 6.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94537 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 55 -
CMYK 0 0.63 0.70 0.27
HSL 6.46º 0.54% 0.47% -
HSV(B) 6.46º 0.7% 0.73% -
XYZ 22.83 14.85 5.28 -
YUV 102.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 185 69 55 0 0.63 0.70 0.27 6.46 0.54 0.47
Hex B9 45 37 0 3F 46 1B 6 36 2F
Octal 271 105 67 0 77 106 33 6 66 57
Binary 10111001 1000101 110111 0 111111 1000110 11011 110 110110 101111

Color Harmonies of #B94537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94537

Black with #B94537

Text Example


Text Example

White with #B94537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94537; }

 p { color: rgb(185,69,55); }

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

background-color css

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

 a { background-color: rgb(185,69,55); }

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

border-color css

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

 span { border-color: rgb(185,69,55); }

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