#BB2B22

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

Shades of Fire Brick #BB2B22

Tints of Fire Brick #BB2B22

Color information

#BB2B22 (or 0xBB2B22) is unknown color: approx Fire Brick. HEX triplet: BB, 2B and 22. RGB value is (187,43,34). Sum of RGB (Red+Green+Blue) = 187+43+34=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B22 is #44D4DD. Grayscale: #555555. Windows color (decimal): -4510942 or 2239419. OLE color: 2239419.

HSL color Cylindrical-coordinate representation of color #BB2B22: hue angle of 3.53º degrees, saturation: 0.69, 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 #BB2B22 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1874334-
CMYK00.770.820.27
HSL3.53º69.23%43.33%-
HSV(B)3.53º81.82%73.33%-
XYZ21.6512.412.77-
YUV85.0399.21200.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=70.83%
G=16.29%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187433400.770.820.273.5369.2343.33
HexBB2B2204D521B4452b
Octal2735342011512233410553
Binary10111011101011100010010011011010010110111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B22; }

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

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

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

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

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

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

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

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