Html Css Color HEX #B94037 Medium Carmine

📋 copy color: '#B94037'

red 185 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #B94037

Tints of Medium Carmine #B94037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 60.86%
G = 21.05%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94037 (or 0xB94037) is known color: Medium Carmine. HEX triplet: B9, 40 and 37. RGB value is (185,64,55). Sum of RGB (Red+Green+Blue) = 185+64+55=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B94037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94037 is #46BFC8. Grayscale: #636363. Windows color (decimal): -4636617 or 3621049. OLE color: 3621049.

HSL color Cylindrical-coordinate representation of color #B94037: hue angle of 4.15º 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 #B94037 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 55 -
CMYK 0 0.65 0.70 0.27
HSL 4.15º 0.54% 0.47% -
HSV(B) 4.15º 0.7% 0.73% -
XYZ 22.53 14.26 5.18 -
YUV 99.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 185 64 55 0 0.65 0.70 0.27 4.15 0.54 0.47
Hex B9 40 37 0 41 46 1B 4 36 2F
Octal 271 100 67 0 101 106 33 4 66 57
Binary 10111001 1000000 110111 0 1000001 1000110 11011 100 110110 101111

Color Harmonies of #B94037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94037

Black with #B94037

Text Example


Text Example

White with #B94037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94037; }

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

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

background-color css

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

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

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

border-color css

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

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

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