#BB4232

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

Shades of Medium Carmine #BB4232

Tints of Medium Carmine #BB4232

Color information

#BB4232 (or 0xBB4232) is unknown color: approx Medium Carmine. HEX triplet: BB, 42 and 32. RGB value is (187,66,50). Sum of RGB (Red+Green+Blue) = 187+66+50=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4232 is #44BDCD. Grayscale: #646464. Windows color (decimal): -4505038 or 3293883. OLE color: 3293883.

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

Color convert

RGB1876650-
CMYK00.650.730.27
HSL7.01º57.81%46.47%-
HSV(B)7.01º73.26%73.33%-
XYZ23.0214.694.64-
YUV100.3699.59189.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=61.72%
G=21.78%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187665000.650.730.277.0157.8146.47
HexBB4232041491B73a2e
Octal2731026201011113377256
Binary10111011100001011001001000001100100111011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4232; }

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

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

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

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

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

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

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

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