#A71E05

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

Shades of Fire Brick #A71E05

Tints of Fire Brick #A71E05

Color information

#A71E05 (or 0xA71E05) is unknown color: approx Fire Brick. HEX triplet: A7, 1E and 05. RGB value is (167,30,5). Sum of RGB (Red+Green+Blue) = 167+30+5=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71E05 is #58E1FA. Grayscale: #444444. Windows color (decimal): -5825019 or 335527. OLE color: 335527.

HSL color Cylindrical-coordinate representation of color #A71E05: hue angle of 9.26º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A71E05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB167305-
CMYK00.820.970.35
HSL9.26º94.19%33.73%-
HSV(B)9.26º97.01%65.49%-
XYZ16.439.151.04-
YUV68.1192.39198.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 82.67%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=82.67%
G=14.85%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16730500.820.970.359.2694.1933.73
HexA71E5052612395e22
Octal2473650122141431113642
Binary101001111111010101010010110000110001110011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E05; }

 p { color: rgb(167,30,5); }

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

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

 a { background-color: rgb(167,30,5); }

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

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

 span { border-color: rgb(167,30,5); }

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