#A0220D

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

Shades of Fire Brick #A0220D

Tints of Fire Brick #A0220D

Color information

#A0220D (or 0xA0220D) is unknown color: approx Fire Brick. HEX triplet: A0, 22 and 0D. RGB value is (160,34,13). Sum of RGB (Red+Green+Blue) = 160+34+13=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0220D is #5FDDF2. Grayscale: #454545. Windows color (decimal): -6282739 or 860832. OLE color: 860832.

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

Color convert

RGB1603413-
CMYK00.790.920.37
HSL8.57º84.97%33.92%-
HSV(B)8.57º91.87%62.75%-
XYZ15.148.651.25-
YUV69.2896.24192.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 77.29%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=77.29%
G=16.43%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160341300.790.920.378.5784.9733.92
HexA022D04F5C2595522
Octal24042150117134451112542
Binary10100000100010110101001111101110010010110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0220D; }

 p { color: rgb(160,34,13); }

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

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

 a { background-color: rgb(160,34,13); }

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

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

 span { border-color: rgb(160,34,13); }

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