#BB3936

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

Shades of Medium Carmine #BB3936

Tints of Medium Carmine #BB3936

Color information

#BB3936 (or 0xBB3936) is unknown color: approx Medium Carmine. HEX triplet: BB, 39 and 36. RGB value is (187,57,54). Sum of RGB (Red+Green+Blue) = 187+57+54=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3936 is #44C6C9. Grayscale: #5F5F5F. Windows color (decimal): -4507338 or 3553723. OLE color: 3553723.

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

Color convert

RGB1875754-
CMYK00.700.710.27
HSL1.35º55.19%47.25%-
HSV(B)1.35º71.12%73.33%-
XYZ22.6213.764.95-
YUV95.53104.57193.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=62.75%
G=19.13%
B=18.12%

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
Decimal187575400.700.710.271.3555.1947.25
HexBB3936046471B1372f
Octal273716601061073316757
Binary10111011111001110110010001101000111110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3936; }

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

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

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

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

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

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

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

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