#A81C18

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

Shades of Fire Brick #A81C18

Tints of Fire Brick #A81C18

Color information

#A81C18 (or 0xA81C18) is unknown color: approx Fire Brick. HEX triplet: A8, 1C and 18. RGB value is (168,28,24). Sum of RGB (Red+Green+Blue) = 168+28+24=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C18 is #57E3E7. Grayscale: #454545. Windows color (decimal): -5759976 or 1580200. OLE color: 1580200.

HSL color Cylindrical-coordinate representation of color #A81C18: hue angle of 1.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81C18 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1682824-
CMYK00.830.860.34
HSL1.67º75%37.65%-
HSV(B)1.67º85.71%65.88%-
XYZ16.739.221.76-
YUV69.4102.38198.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.36%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=76.36%
G=12.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168282400.830.860.341.677537.65
HexA81C18053562224b26
Octal2503430012312642211346
Binary101010001110011000010100111010110100010101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C18; }

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

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

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

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

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

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

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

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