#B11515

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

Shades of Fire Brick #B11515

Tints of Fire Brick #B11515

Color information

#B11515 (or 0xB11515) is unknown color: approx Fire Brick. HEX triplet: B1, 15 and 15. RGB value is (177,21,21). Sum of RGB (Red+Green+Blue) = 177+21+21=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11515 is #4EEAEA. Grayscale: #434343. Windows color (decimal): -5171947 or 1381809. OLE color: 1381809.

HSL color Cylindrical-coordinate representation of color #B11515: hue angle of 0º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11515 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1772121-
CMYK00.880.880.31
HSL78.79%38.82%-
HSV(B)88.14%69.41%-
XYZ18.539.941.65-
YUV67.64101.68206-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.82%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=80.82%
G=9.59%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177212100.880.880.31078.7938.82
HexB11515058581F04f27
Octal2612525013013037011747
Binary1011000110101101010101100010110001111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11515; }

 p { color: rgb(177,21,21); }

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

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

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

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

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

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

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