#A31918

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

Shades of Fire Brick #A31918

Tints of Fire Brick #A31918

Color information

#A31918 (or 0xA31918) is unknown color: approx Fire Brick. HEX triplet: A3, 19 and 18. RGB value is (163,25,24). Sum of RGB (Red+Green+Blue) = 163+25+24=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A31918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31918 is #5CE6E7. Grayscale: #424242. Windows color (decimal): -6088424 or 1579427. OLE color: 1579427.

HSL color Cylindrical-coordinate representation of color #A31918: hue angle of 0.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31918 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1632524-
CMYK00.850.850.36
HSL0.43º74.33%36.67%-
HSV(B)0.43º85.28%63.92%-
XYZ15.628.551.69-
YUV66.15104.22197.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=76.89%
G=11.79%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163252400.850.850.360.4374.3336.67
HexA31918055552404a25
Octal2433130012512544011245
Binary10100011110011100001010101101010110010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31918; }

 p { color: rgb(163,25,24); }

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

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

 a { background-color: rgb(163,25,24); }

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

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

 span { border-color: rgb(163,25,24); }

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