#BB1815

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

Shades of Fire Brick #BB1815

Tints of Fire Brick #BB1815

Color information

#BB1815 (or 0xBB1815) is unknown color: approx Fire Brick. HEX triplet: BB, 18 and 15. RGB value is (187,24,21). Sum of RGB (Red+Green+Blue) = 187+24+21=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1815 is #44E7EA. Grayscale: #484848. Windows color (decimal): -4515819 or 1382587. OLE color: 1382587.

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

Color convert

RGB1872421-
CMYK00.870.890.27
HSL1.08º79.81%40.78%-
HSV(B)1.08º88.77%73.33%-
XYZ20.9611.271.78-
YUV72.499209.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.60%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=80.60%
G=10.34%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187242100.870.890.271.0879.8140.78
HexBB1815057591B15029
Octal2733025012713133112051
Binary1011101111000101010101011110110011101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1815; }

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

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

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

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

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

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

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

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