#BB1313

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

Shades of Fire Brick #BB1313

Tints of Fire Brick #BB1313

Color information

#BB1313 (or 0xBB1313) is unknown color: approx Fire Brick. HEX triplet: BB, 13 and 13. RGB value is (187,19,19). Sum of RGB (Red+Green+Blue) = 187+19+19=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1313 is #44ECEC. Grayscale: #454545. Windows color (decimal): -4517101 or 1250235. OLE color: 1250235.

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

Color convert

RGB1871919-
CMYK00.900.900.27
HSL81.55%40.39%-
HSV(B)89.84%73.33%-
XYZ20.8411.081.66-
YUV69.2399.66212-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.11%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=83.11%
G=8.44%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187191900.900.900.27081.5540.39
HexBB131305A5A1B05228
Octal2732323013213233012250
Binary1011101110011100110101101010110101101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1313; }

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

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

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

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

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

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

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

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