#BB1B0B

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

Shades of Fire Brick #BB1B0B

Tints of Fire Brick #BB1B0B

Color information

#BB1B0B (or 0xBB1B0B) is unknown color: approx Fire Brick. HEX triplet: BB, 1B and 0B. RGB value is (187,27,11). Sum of RGB (Red+Green+Blue) = 187+27+11=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B0B is #44E4F4. Grayscale: #494949. Windows color (decimal): -4515061 or 727995. OLE color: 727995.

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

Color convert

RGB1872711-
CMYK00.860.940.27
HSL5.45º88.89%38.82%-
HSV(B)5.45º94.12%73.33%-
XYZ20.9511.371.41-
YUV73.0293.01209.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.11%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=83.11%
G=12%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187271100.860.940.275.4588.8938.82
HexBB1BB0565E1B55927
Octal2733313012613633513147
Binary10111011110111011010101101011110110111011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B0B; }

 p { color: rgb(187,27,11); }

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

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

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

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

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

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

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