#a81f0d

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

Shades of Fire Brick #A81F0D

Tints of Fire Brick #A81F0D

Color information

#A81F0D (or 0xA81F0D) is unknown color: approx Fire Brick. HEX triplet: A8, 1F and 0D. RGB value is (168,31,13). Sum of RGB (Red+Green+Blue) = 168+31+13=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F0D is #57E0F2. Grayscale: #464646. Windows color (decimal): -5759219 or 860072. OLE color: 860072.

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

Color convert

RGB1683113-
CMYK00.820.920.34
HSL6.97º85.64%35.49%-
HSV(B)6.97º92.26%65.88%-
XYZ16.719.331.3-
YUV69.9195.89197.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 79.25%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=79.25%
G=14.62%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168311300.820.920.346.9785.6435.49
HexA81FD0525C2275623
Octal2503715012213442712643
Binary101010001111111010101001010111001000101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81f0d; }

 p { color: rgb(168,31,13); }

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

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

 a { background-color: rgb(168,31,13); }

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

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

 span { border-color: rgb(168,31,13); }

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