#A7190D

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

Shades of Fire Brick #A7190D

Tints of Fire Brick #A7190D

Color information

#A7190D (or 0xA7190D) is unknown color: approx Fire Brick. HEX triplet: A7, 19 and 0D. RGB value is (167,25,13). Sum of RGB (Red+Green+Blue) = 167+25+13=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A7190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7190D is #58E6F2. Grayscale: #424242. Windows color (decimal): -5826291 or 858535. OLE color: 858535.

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

Color convert

RGB1672513-
CMYK00.850.920.35
HSL4.68º85.56%35.29%-
HSV(B)4.68º92.22%65.49%-
XYZ16.368.941.24-
YUV66.0998.04199.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 81.46%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=81.46%
G=12.20%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167251300.850.920.354.6885.5635.29
HexA719D0555C2355623
Octal2473115012513443512643
Binary101001111100111010101010110111001000111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7190D; }

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

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

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

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

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

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

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

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