#A81E00

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

Shades of Fire Brick #A81E00

Tints of Fire Brick #A81E00

Color information

#A81E00 (or 0xA81E00) is unknown color: approx Fire Brick. HEX triplet: A8, 1E and 00. RGB value is (168,30,0). Sum of RGB (Red+Green+Blue) = 168+30+0=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81E00 is #57E1FF. Grayscale: #444444. Windows color (decimal): -5759488 or 7848. OLE color: 7848.

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

Color convert

RGB168300-
CMYK00.8210.34
HSL10.71º100%32.94%-
HSV(B)10.71º100%65.88%-
XYZ16.619.250.91-
YUV67.8489.72199.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.85%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.85%
G=15.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16830000.8210.3410.7110032.94
HexA81E00526422b6421
Octal2503600122144421314441
Binary1010100011110001010010110010010001010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81E00; }

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

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

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

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

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

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

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

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