#BB2C1A

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

Shades of Fire Brick #BB2C1A

Tints of Fire Brick #BB2C1A

Color information

#BB2C1A (or 0xBB2C1A) is unknown color: approx Fire Brick. HEX triplet: BB, 2C and 1A. RGB value is (187,44,26). Sum of RGB (Red+Green+Blue) = 187+44+26=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C1A is #44D3E5. Grayscale: #545454. Windows color (decimal): -4510694 or 1715387. OLE color: 1715387.

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

Color convert

RGB1874426-
CMYK00.760.860.27
HSL6.71º75.59%41.76%-
HSV(B)6.71º86.1%73.33%-
XYZ21.5812.442.24-
YUV84.794.88200.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 72.76%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=72.76%
G=17.12%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187442600.760.860.276.7175.5941.76
HexBB2C1A04C561B74c2a
Octal2735432011412633711452
Binary1011101110110011010010011001010110110111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2C1A; }

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

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

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

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

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

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

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

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