#B94131

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

Shades of Medium Carmine #B94131

Tints of Medium Carmine #B94131

Color information

#B94131 (or 0xB94131) is unknown color: approx Medium Carmine. HEX triplet: B9, 41 and 31. RGB value is (185,65,49). Sum of RGB (Red+Green+Blue) = 185+65+49=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B94131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94131 is #46BECE. Grayscale: #636363. Windows color (decimal): -4636367 or 3228089. OLE color: 3228089.

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

Color convert

RGB1856549-
CMYK00.650.740.27
HSL7.06º58.12%45.88%-
HSV(B)7.06º73.51%72.55%-
XYZ22.4514.324.49-
YUV99.0699.76189.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=61.87%
G=21.74%
B=16.39%

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
Decimal185654900.650.740.277.0658.1245.88
HexB941310414A1B73a2e
Octal2711016101011123377256
Binary10111001100000111000101000001100101011011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94131; }

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

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

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

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

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

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

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

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