#A81C13

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

Shades of Fire Brick #A81C13

Tints of Fire Brick #A81C13

Color information

#A81C13 (or 0xA81C13) is unknown color: approx Fire Brick. HEX triplet: A8, 1C and 13. RGB value is (168,28,19). Sum of RGB (Red+Green+Blue) = 168+28+19=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C13 is #57E3EC. Grayscale: #454545. Windows color (decimal): -5759981 or 1252520. OLE color: 1252520.

HSL color Cylindrical-coordinate representation of color #A81C13: hue angle of 3.62º 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 #A81C13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1682819-
CMYK00.830.890.34
HSL3.62º79.68%36.67%-
HSV(B)3.62º88.69%65.88%-
XYZ16.689.21.51-
YUV68.8399.88198.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.14%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=78.14%
G=13.02%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168281900.830.890.343.6279.6836.67
HexA81C13053592245025
Octal2503423012313142412045
Binary1010100011100100110101001110110011000101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C13; }

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

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

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

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

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

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

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

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