#BB3B32

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

Shades of Medium Carmine #BB3B32

Tints of Medium Carmine #BB3B32

Color information

#BB3B32 (or 0xBB3B32) is unknown color: approx Medium Carmine. HEX triplet: BB, 3B and 32. RGB value is (187,59,50). Sum of RGB (Red+Green+Blue) = 187+59+50=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B32 is #44C4CD. Grayscale: #606060. Windows color (decimal): -4506830 or 3292091. OLE color: 3292091.

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

Color convert

RGB1875950-
CMYK00.680.730.27
HSL3.94º57.81%46.47%-
HSV(B)3.94º73.26%73.33%-
XYZ22.6313.924.51-
YUV96.25101.91192.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=63.18%
G=19.93%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187595000.680.730.273.9457.8146.47
HexBB3B32044491B43a2e
Octal273736201041113347256
Binary1011101111101111001001000100100100111011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B32; }

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

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

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

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

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

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

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

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