#A2190E

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

Shades of Fire Brick #A2190E

Tints of Fire Brick #A2190E

Color information

#A2190E (or 0xA2190E) is unknown color: approx Fire Brick. HEX triplet: A2, 19 and 0E. RGB value is (162,25,14). Sum of RGB (Red+Green+Blue) = 162+25+14=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A2190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2190E is #5DE6F1. Grayscale: #404040. Windows color (decimal): -6153970 or 924066. OLE color: 924066.

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

Color convert

RGB1622514-
CMYK00.850.910.36
HSL4.46º84.09%34.51%-
HSV(B)4.46º91.36%63.53%-
XYZ15.338.411.23-
YUV64.7199.39197.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.60%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=80.60%
G=12.44%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162251400.850.910.364.4684.0934.51
HexA219E0555B2445423
Octal2423116012513344412443
Binary101000101100111100101010110110111001001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2190E; }

 p { color: rgb(162,25,14); }

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

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

 a { background-color: rgb(162,25,14); }

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

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

 span { border-color: rgb(162,25,14); }

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