#A81A04

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

Shades of Fire Brick #A81A04

Tints of Fire Brick #A81A04

Color information

#A81A04 (or 0xA81A04) is unknown color: approx Fire Brick. HEX triplet: A8, 1A and 04. RGB value is (168,26,4). Sum of RGB (Red+Green+Blue) = 168+26+4=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A04 is #57E5FB. Grayscale: #424242. Windows color (decimal): -5760508 or 268968. OLE color: 268968.

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

Color convert

RGB168264-
CMYK00.850.980.34
HSL8.05º95.35%33.73%-
HSV(B)8.05º97.62%65.88%-
XYZ16.549.070.99-
YUV65.9593.04200.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.85%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=84.85%
G=13.13%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16826400.850.980.348.0595.3533.73
HexA81A4055622285f22
Octal2503240125142421013742
Binary101010001101010001010101110001010001010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81A04; }

 p { color: rgb(168,26,4); }

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

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

 a { background-color: rgb(168,26,4); }

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

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

 span { border-color: rgb(168,26,4); }

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