#BB3932

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

Shades of Medium Carmine #BB3932

Tints of Medium Carmine #BB3932

Color information

#BB3932 (or 0xBB3932) is unknown color: approx Medium Carmine. HEX triplet: BB, 39 and 32. RGB value is (187,57,50). Sum of RGB (Red+Green+Blue) = 187+57+50=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3932 is #44C6CD. Grayscale: #5F5F5F. Windows color (decimal): -4507342 or 3291579. OLE color: 3291579.

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

Color convert

RGB1875750-
CMYK00.700.730.27
HSL3.07º57.81%46.47%-
HSV(B)3.07º73.26%73.33%-
XYZ22.5313.724.48-
YUV95.07102.57193.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.61%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=63.61%
G=19.39%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187575000.700.730.273.0757.8146.47
HexBB3932046491B33a2e
Octal273716201061113337256
Binary101110111110011100100100011010010011101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3932; }

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

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

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

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

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

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

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

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