#A81B0A

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

Shades of Fire Brick #A81B0A

Tints of Fire Brick #A81B0A

Color information

#A81B0A (or 0xA81B0A) is unknown color: approx Fire Brick. HEX triplet: A8, 1B and 0A. RGB value is (168,27,10). Sum of RGB (Red+Green+Blue) = 168+27+10=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B0A is #57E4F5. Grayscale: #434343. Windows color (decimal): -5760246 or 662440. OLE color: 662440.

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

Color convert

RGB1682710-
CMYK00.840.940.34
HSL6.46º88.76%34.9%-
HSV(B)6.46º94.05%65.88%-
XYZ16.69.131.17-
YUV67.2295.71199.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 81.95%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=81.95%
G=13.17%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168271000.840.940.346.4688.7634.9
HexA81BA0545E2265923
Octal2503312012413642613143
Binary101010001101110100101010010111101000101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81B0A; }

 p { color: rgb(168,27,10); }

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

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

 a { background-color: rgb(168,27,10); }

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

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

 span { border-color: rgb(168,27,10); }

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