#BB2115

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

Shades of Fire Brick #BB2115

Tints of Fire Brick #BB2115

Color information

#BB2115 (or 0xBB2115) is unknown color: approx Fire Brick. HEX triplet: BB, 21 and 15. RGB value is (187,33,21). Sum of RGB (Red+Green+Blue) = 187+33+21=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2115 is #44DEEA. Grayscale: #4D4D4D. Windows color (decimal): -4513515 or 1384891. OLE color: 1384891.

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

Color convert

RGB1873321-
CMYK00.820.890.27
HSL4.34º79.81%40.78%-
HSV(B)4.34º88.77%73.33%-
XYZ21.1711.711.85-
YUV77.6896.02205.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.59%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=77.59%
G=13.69%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187332100.820.890.274.3479.8140.78
HexBB2115052591B45029
Octal2734125012213133412051
Binary1011101110000110101010100101011001110111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2115; }

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

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

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

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

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

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

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

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