#A81D07

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

Shades of Fire Brick #A81D07

Tints of Fire Brick #A81D07

Color information

#A81D07 (or 0xA81D07) is unknown color: approx Fire Brick. HEX triplet: A8, 1D and 07. RGB value is (168,29,7). Sum of RGB (Red+Green+Blue) = 168+29+7=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D07 is #57E2F8. Grayscale: #444444. Windows color (decimal): -5759737 or 466344. OLE color: 466344.

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

Color convert

RGB168297-
CMYK00.830.960.34
HSL8.2º92%34.31%-
HSV(B)8.2º95.83%65.88%-
XYZ16.639.221.1-
YUV68.0593.55199.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.35%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=82.35%
G=14.22%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16829700.830.960.348.29234.31
HexA81D7053602285c22
Octal2503570123140421013442
Binary101010001110111101010011110000010001010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81D07; }

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

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

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

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

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

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

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

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