#B94337

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

Shades of Medium Carmine #B94337

Tints of Medium Carmine #B94337

Color information

#B94337 (or 0xB94337) is unknown color: approx Medium Carmine. HEX triplet: B9, 43 and 37. RGB value is (185,67,55). Sum of RGB (Red+Green+Blue) = 185+67+55=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B94337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94337 is #46BCC8. Grayscale: #656565. Windows color (decimal): -4635849 or 3621817. OLE color: 3621817.

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

Color convert

RGB1856755-
CMYK00.640.700.27
HSL5.54º54.17%47.06%-
HSV(B)5.54º70.27%72.55%-
XYZ22.714.65.24-
YUV100.91102.09187.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=60.26%
G=21.82%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185675500.640.700.275.5454.1747.06
HexB94337040461B6362f
Octal2711036701001063366657
Binary10111001100001111011101000000100011011011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94337; }

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

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

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

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

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

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

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

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