#BB2E22

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

Shades of Fire Brick #BB2E22

Tints of Fire Brick #BB2E22

Color information

#BB2E22 (or 0xBB2E22) is unknown color: approx Fire Brick. HEX triplet: BB, 2E and 22. RGB value is (187,46,34). Sum of RGB (Red+Green+Blue) = 187+46+34=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E22 is #44D1DD. Grayscale: #565656. Windows color (decimal): -4510174 or 2240187. OLE color: 2240187.

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

Color convert

RGB1874634-
CMYK00.750.820.27
HSL4.71º69.23%43.33%-
HSV(B)4.71º81.82%73.33%-
XYZ21.7612.632.81-
YUV86.7998.21199.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.04%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=70.04%
G=17.23%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187463400.750.820.274.7169.2343.33
HexBB2E2204B521B5452b
Octal2735642011312233510553
Binary10111011101110100010010010111010010110111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E22; }

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

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

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

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

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

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

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

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