#BB2B1A

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

Shades of Fire Brick #BB2B1A

Tints of Fire Brick #BB2B1A

Color information

#BB2B1A (or 0xBB2B1A) is unknown color: approx Fire Brick. HEX triplet: BB, 2B and 1A. RGB value is (187,43,26). Sum of RGB (Red+Green+Blue) = 187+43+26=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B1A is #44D4E5. Grayscale: #545454. Windows color (decimal): -4510950 or 1715131. OLE color: 1715131.

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

Color convert

RGB1874326-
CMYK00.770.860.27
HSL6.34º75.59%41.76%-
HSV(B)6.34º86.1%73.33%-
XYZ21.5412.372.23-
YUV84.1295.21201.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.05%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=73.05%
G=16.80%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187432600.770.860.276.3475.5941.76
HexBB2B1A04D561B64c2a
Octal2735332011512633611452
Binary1011101110101111010010011011010110110111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B1A; }

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

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

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

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

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

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

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

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