#A81F01

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

Shades of Fire Brick #A81F01

Tints of Fire Brick #A81F01

Color information

#A81F01 (or 0xA81F01) is unknown color: approx Fire Brick. HEX triplet: A8, 1F and 01. RGB value is (168,31,1). Sum of RGB (Red+Green+Blue) = 168+31+1=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F01 is #57E0FE. Grayscale: #444444. Windows color (decimal): -5759231 or 73640. OLE color: 73640.

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

Color convert

RGB168311-
CMYK00.820.990.34
HSL10.78º98.82%33.14%-
HSV(B)10.78º99.4%65.88%-
XYZ16.649.310.95-
YUV68.5489.89198.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=84%
G=15.5%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16831100.820.990.3410.7898.8233.14
HexA81F10526322b6321
Octal2503710122143421314341
Binary1010100011111101010010110001110001010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F01; }

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

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

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

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

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

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

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

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