#BB3937

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

Shades of Medium Carmine #BB3937

Tints of Medium Carmine #BB3937

Color information

#BB3937 (or 0xBB3937) is unknown color: approx Medium Carmine. HEX triplet: BB, 39 and 37. RGB value is (187,57,55). Sum of RGB (Red+Green+Blue) = 187+57+55=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3937 is #44C6C8. Grayscale: #5F5F5F. Windows color (decimal): -4507337 or 3619259. OLE color: 3619259.

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

Color convert

RGB1875755-
CMYK00.700.710.27
HSL0.91º54.55%47.45%-
HSV(B)0.91º70.59%73.33%-
XYZ22.6513.775.08-
YUV95.64105.07193.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=62.54%
G=19.06%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187575500.700.710.270.9154.5547.45
HexBB3937046471B1372f
Octal273716701061073316757
Binary10111011111001110111010001101000111110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3937; }

 p { color: rgb(187,57,55); }

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

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

 a { background-color: rgb(187,57,55); }

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

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

 span { border-color: rgb(187,57,55); }

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