#A8190D

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

Shades of Fire Brick #A8190D

Tints of Fire Brick #A8190D

Color information

#A8190D (or 0xA8190D) is unknown color: approx Fire Brick. HEX triplet: A8, 19 and 0D. RGB value is (168,25,13). Sum of RGB (Red+Green+Blue) = 168+25+13=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A8190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8190D is #57E6F2. Grayscale: #424242. Windows color (decimal): -5760755 or 858536. OLE color: 858536.

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

Color convert

RGB1682513-
CMYK00.850.920.34
HSL4.65º85.64%35.49%-
HSV(B)4.65º92.26%65.88%-
XYZ16.579.051.25-
YUV66.3997.88200.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 81.55%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=81.55%
G=12.14%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168251300.850.920.344.6585.6435.49
HexA819D0555C2255623
Octal2503115012513442512643
Binary101010001100111010101010110111001000101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8190D; }

 p { color: rgb(168,25,13); }

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

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

 a { background-color: rgb(168,25,13); }

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

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

 span { border-color: rgb(168,25,13); }

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