#a81e14

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

Shades of Fire Brick #A81E14

Tints of Fire Brick #A81E14

Color information

#A81E14 (or 0xA81E14) is unknown color: approx Fire Brick. HEX triplet: A8, 1E and 14. RGB value is (168,30,20). Sum of RGB (Red+Green+Blue) = 168+30+20=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81E14 is #57E1EB. Grayscale: #464646. Windows color (decimal): -5759468 or 1318568. OLE color: 1318568.

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

Color convert

RGB1683020-
CMYK00.820.880.34
HSL4.05º78.72%36.86%-
HSV(B)4.05º88.1%65.88%-
XYZ16.749.31.58-
YUV70.1299.72197.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.06%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=77.06%
G=13.76%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168302000.820.880.344.0578.7236.86
HexA81E14052582244f25
Octal2503624012213042411745
Binary1010100011110101000101001010110001000101001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81e14; }

 p { color: rgb(168,30,20); }

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

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

 a { background-color: rgb(168,30,20); }

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

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

 span { border-color: rgb(168,30,20); }

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