#A22015

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

Shades of Fire Brick #A22015

Tints of Fire Brick #A22015

Color information

#A22015 (or 0xA22015) is unknown color: approx Fire Brick. HEX triplet: A2, 20 and 15. RGB value is (162,32,21). Sum of RGB (Red+Green+Blue) = 162+32+21=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22015 is #5DDFEA. Grayscale: #454545. Windows color (decimal): -6152171 or 1384610. OLE color: 1384610.

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

Color convert

RGB1623221-
CMYK00.800.870.36
HSL4.68º77.05%35.88%-
HSV(B)4.68º87.04%63.53%-
XYZ15.558.771.58-
YUV69.62100.57193.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=75.35%
G=14.88%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162322100.800.870.364.6877.0535.88
HexA22015050572454d24
Octal2424025012012744511544
Binary10100010100000101010101000010101111001001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22015; }

 p { color: rgb(162,32,21); }

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

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

 a { background-color: rgb(162,32,21); }

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

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

 span { border-color: rgb(162,32,21); }

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