#A81F13

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

Shades of Fire Brick #A81F13

Tints of Fire Brick #A81F13

Color information

#A81F13 (or 0xA81F13) is unknown color: approx Fire Brick. HEX triplet: A8, 1F and 13. RGB value is (168,31,19). Sum of RGB (Red+Green+Blue) = 168+31+19=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F13 is #57E0EC. Grayscale: #464646. Windows color (decimal): -5759213 or 1253288. OLE color: 1253288.

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

Color convert

RGB1683119-
CMYK00.820.890.34
HSL4.83º79.68%36.67%-
HSV(B)4.83º88.69%65.88%-
XYZ16.769.351.54-
YUV70.698.89197.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.06%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=77.06%
G=14.22%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168311900.820.890.344.8379.6836.67
HexA81F13052592255025
Octal2503723012213142512045
Binary1010100011111100110101001010110011000101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F13; }

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

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

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

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

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

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

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

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