#bb2221

Color #BB2221 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BB2221

Tints of Fire Brick #BB2221

Color information

#BB2221 (or 0xBB2221) is unknown color: approx Fire Brick. HEX triplet: BB, 22 and 21. RGB value is (187,34,33). Sum of RGB (Red+Green+Blue) = 187+34+33=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2221 is #44DDDE. Grayscale: #4F4F4F. Windows color (decimal): -4513247 or 2171579. OLE color: 2171579.

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

Color convert

RGB1873433-
CMYK00.820.820.27
HSL0.39º70%43.14%-
HSV(B)0.39º82.35%73.33%-
XYZ21.3411.822.6-
YUV79.63101.69204.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=73.62%
G=13.39%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187343300.820.820.270.397043.14
HexBB2221052521B0462b
Octal2734241012212233010653
Binary101110111000101000010101001010100101101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2221; }

 p { color: rgb(187,34,33); }

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

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

 a { background-color: rgb(187,34,33); }

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

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

 span { border-color: rgb(187,34,33); }

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