#BB3B39

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

Shades of Medium Carmine #BB3B39

Tints of Medium Carmine #BB3B39

Color information

#BB3B39 (or 0xBB3B39) is unknown color: approx Medium Carmine. HEX triplet: BB, 3B and 39. RGB value is (187,59,57). Sum of RGB (Red+Green+Blue) = 187+59+57=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B39 is #44C4C6. Grayscale: #616161. Windows color (decimal): -4506823 or 3750843. OLE color: 3750843.

HSL color Cylindrical-coordinate representation of color #BB3B39: hue angle of 0.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3B39 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1875957-
CMYK00.680.700.27
HSL0.92º53.28%47.84%-
HSV(B)0.92º69.52%73.33%-
XYZ22.813.995.37-
YUV97.04105.41192.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=61.72%
G=19.47%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187595700.680.700.270.9253.2847.84
HexBB3B39044461B13530
Octal273737101041063316560
Binary10111011111011111001010001001000110110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B39; }

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

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

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

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

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

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

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

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