#BB3530

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

Shades of Medium Carmine #BB3530

Tints of Medium Carmine #BB3530

Color information

#BB3530 (or 0xBB3530) is unknown color: approx Medium Carmine. HEX triplet: BB, 35 and 30. RGB value is (187,53,48). Sum of RGB (Red+Green+Blue) = 187+53+48=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3530 is #44CACF. Grayscale: #5C5C5C. Windows color (decimal): -4508368 or 3159483. OLE color: 3159483.

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

Color convert

RGB1875348-
CMYK00.720.740.27
HSL2.16º59.15%46.08%-
HSV(B)2.16º74.33%73.33%-
XYZ22.313.324.19-
YUV92.5102.89195.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=64.93%
G=18.40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187534800.720.740.272.1659.1546.08
HexBB35300484A1B23b2e
Octal273656001101123327356
Binary101110111101011100000100100010010101101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3530; }

 p { color: rgb(187,53,48); }

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

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

 a { background-color: rgb(187,53,48); }

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

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

 span { border-color: rgb(187,53,48); }

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