#bb413b

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

Shades of Medium Carmine #BB413B

Tints of Medium Carmine #BB413B

Color information

#BB413B (or 0xBB413B) is unknown color: approx Medium Carmine. HEX triplet: BB, 41 and 3B. RGB value is (187,65,59). Sum of RGB (Red+Green+Blue) = 187+65+59=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB413B is #44BEC4. Grayscale: #646464. Windows color (decimal): -4505285 or 3883451. OLE color: 3883451.

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

Color convert

RGB1876559-
CMYK00.650.680.27
HSL2.81º52.03%48.24%-
HSV(B)2.81º68.45%73.33%-
XYZ23.1714.665.75-
YUV100.79104.42189.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=60.13%
G=20.90%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187655900.650.680.272.8152.0348.24
HexBB413B041441B33430
Octal2731017301011043336460
Binary1011101110000011110110100000110001001101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb413b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb413b; }

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

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

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

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

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

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

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

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