#bb2c2c

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

Shades of Fire Brick #BB2C2C

Tints of Fire Brick #BB2C2C

Color information

#BB2C2C (or 0xBB2C2C) is unknown color: approx Fire Brick. HEX triplet: BB, 2C and 2C. RGB value is (187,44,44). Sum of RGB (Red+Green+Blue) = 187+44+44=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C2C is #44D3D3. Grayscale: #565656. Windows color (decimal): -4510676 or 2895035. OLE color: 2895035.

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

Color convert

RGB1874444-
CMYK00.760.760.27
HSL61.9%45.29%-
HSV(B)76.47%73.33%-
XYZ21.8512.553.65-
YUV86.76103.88199.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 44 (17.58% from 255) = 16%
R=68%
G=16%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187444400.760.760.27061.945.29
HexBB2C2C04C4C1B03e2d
Octal273545401141143307655
Binary10111011101100101100010011001001100110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2c2c; }

 p { color: rgb(187,44,44); }

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

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

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

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

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

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

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