#A71D07

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

Shades of Fire Brick #A71D07

Tints of Fire Brick #A71D07

Color information

#A71D07 (or 0xA71D07) is unknown color: approx Fire Brick. HEX triplet: A7, 1D and 07. RGB value is (167,29,7). Sum of RGB (Red+Green+Blue) = 167+29+7=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71D07 is #58E2F8. Grayscale: #434343. Windows color (decimal): -5825273 or 466343. OLE color: 466343.

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

Color convert

RGB167297-
CMYK00.830.960.35
HSL8.25º91.95%34.12%-
HSV(B)8.25º95.81%65.49%-
XYZ16.419.111.09-
YUV67.7593.72198.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 82.27%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=82.27%
G=14.29%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16729700.830.960.358.2591.9534.12
HexA71D7053602385c22
Octal2473570123140431013442
Binary101001111110111101010011110000010001110001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71D07; }

 p { color: rgb(167,29,7); }

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

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

 a { background-color: rgb(167,29,7); }

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

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

 span { border-color: rgb(167,29,7); }

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