#BB3837

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

Shades of Medium Carmine #BB3837

Tints of Medium Carmine #BB3837

Color information

#BB3837 (or 0xBB3837) is unknown color: approx Medium Carmine. HEX triplet: BB, 38 and 37. RGB value is (187,56,55). Sum of RGB (Red+Green+Blue) = 187+56+55=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3837 is #44C7C8. Grayscale: #5F5F5F. Windows color (decimal): -4507593 or 3619003. OLE color: 3619003.

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

Color convert

RGB1875655-
CMYK00.700.710.27
HSL0.45º54.55%47.45%-
HSV(B)0.45º70.59%73.33%-
XYZ22.613.675.06-
YUV95.06105.4193.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=62.75%
G=18.79%
B=18.46%

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
Decimal187565500.700.710.270.4554.5547.45
HexBB3837046471B0372f
Octal273706701061073306757
Binary10111011111000110111010001101000111110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3837; }

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

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

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

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

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

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

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

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