#BB1811

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

Shades of Fire Brick #BB1811

Tints of Fire Brick #BB1811

Color information

#BB1811 (or 0xBB1811) is unknown color: approx Fire Brick. HEX triplet: BB, 18 and 11. RGB value is (187,24,17). Sum of RGB (Red+Green+Blue) = 187+24+17=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1811 is #44E7EE. Grayscale: #484848. Windows color (decimal): -4515823 or 1120443. OLE color: 1120443.

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

Color convert

RGB1872417-
CMYK00.870.910.27
HSL2.47º83.33%40%-
HSV(B)2.47º90.91%73.33%-
XYZ20.9211.261.6-
YUV71.9497210.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 82.02%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 17 (7.03% from 255) = 7.46%
R=82.02%
G=10.53%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187241700.870.910.272.4783.3340
HexBB18110575B1B25328
Octal2733021012713333212350
Binary10111011110001000101010111101101111011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1811; }

 p { color: rgb(187,24,17); }

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

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

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

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

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

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

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