#A81F1E

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

Shades of Fire Brick #A81F1E

Tints of Fire Brick #A81F1E

Color information

#A81F1E (or 0xA81F1E) is unknown color: approx Fire Brick. HEX triplet: A8, 1F and 1E. RGB value is (168,31,30). Sum of RGB (Red+Green+Blue) = 168+31+30=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F1E is #57E0E1. Grayscale: #474747. Windows color (decimal): -5759202 or 1974184. OLE color: 1974184.

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

Color convert

RGB1683130-
CMYK00.820.820.34
HSL0.43º69.7%38.82%-
HSV(B)0.43º82.14%65.88%-
XYZ16.879.42.15-
YUV71.85104.39196.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.36%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=73.36%
G=13.54%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168313000.820.820.340.4369.738.82
HexA81F1E052522204627
Octal2503736012212242010647
Binary10101000111111111001010010101001010001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F1E; }

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

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

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

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

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

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

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

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