#B94031

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

Shades of Medium Carmine #B94031

Tints of Medium Carmine #B94031

Color information

#B94031 (or 0xB94031) is unknown color: approx Medium Carmine. HEX triplet: B9, 40 and 31. RGB value is (185,64,49). Sum of RGB (Red+Green+Blue) = 185+64+49=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B94031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94031 is #46BFCE. Grayscale: #626262. Windows color (decimal): -4636623 or 3227833. OLE color: 3227833.

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

Color convert

RGB1856449-
CMYK00.650.740.27
HSL6.62º58.12%45.88%-
HSV(B)6.62º73.51%72.55%-
XYZ22.414.24.47-
YUV98.47100.09189.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=62.08%
G=21.48%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185644900.650.740.276.6258.1245.88
HexB940310414A1B73a2e
Octal2711006101011123377256
Binary10111001100000011000101000001100101011011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94031; }

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

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

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

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

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

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

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

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