#a71511

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

Shades of Fire Brick #A71511

Tints of Fire Brick #A71511

Color information

#A71511 (or 0xA71511) is unknown color: approx Fire Brick. HEX triplet: A7, 15 and 11. RGB value is (167,21,17). Sum of RGB (Red+Green+Blue) = 167+21+17=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A71511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71511 is #58EAEE. Grayscale: #404040. Windows color (decimal): -5827311 or 1119655. OLE color: 1119655.

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

Color convert

RGB1672117-
CMYK00.870.900.35
HSL1.6º81.52%36.08%-
HSV(B)1.6º89.82%65.49%-
XYZ16.318.791.37-
YUV64.2101.37201.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 81.46%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=81.46%
G=10.24%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167211700.870.900.351.681.5236.08
HexA715110575A2325224
Octal2472521012713243212244
Binary101001111010110001010101111011010100011101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71511; }

 p { color: rgb(167,21,17); }

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

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

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

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

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

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

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