#B94039

Color #B94039 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B94039

Tints of Medium Carmine #B94039

Color information

#B94039 (or 0xB94039) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 39. RGB value is (185,64,57). Sum of RGB (Red+Green+Blue) = 185+64+57=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94039 is #46BFC6. Grayscale: #636363. Windows color (decimal): -4636615 or 3752121. OLE color: 3752121.

HSL color Cylindrical-coordinate representation of color #B94039: hue angle of 3.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94039 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1856457-
CMYK00.650.690.27
HSL3.28º52.89%47.45%-
HSV(B)3.28º69.19%72.55%-
XYZ22.5814.285.44-
YUV99.38104.09189.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=60.46%
G=20.92%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185645700.650.690.273.2852.8947.45
HexB94039041451B3352f
Octal2711007101011053336557
Binary1011100110000001110010100000110001011101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94039; }

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

 H1.HeaderClassName
 {
   color: #B94039;
 }
 .AnyTagClassName
 {
   color: #B94039;
 }
</style>
background-color css

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

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

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

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

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

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