#A2210F

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

Shades of Fire Brick #A2210F

Tints of Fire Brick #A2210F

Color information

#A2210F (or 0xA2210F) is unknown color: approx Fire Brick. HEX triplet: A2, 21 and 0F. RGB value is (162,33,15). Sum of RGB (Red+Green+Blue) = 162+33+15=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2210F is #5DDEF0. Grayscale: #454545. Windows color (decimal): -6151921 or 991650. OLE color: 991650.

HSL color Cylindrical-coordinate representation of color #A2210F: hue angle of 7.35º degrees, saturation: 0.83, 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 #A2210F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1623315-
CMYK00.800.910.36
HSL7.35º83.05%34.71%-
HSV(B)7.35º90.74%63.53%-
XYZ15.538.81.33-
YUV69.5297.24193.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.14%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=77.14%
G=15.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162331500.800.910.367.3583.0534.71
HexA221F0505B2475323
Octal2424117012013344712343
Binary1010001010000111110101000010110111001001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2210F; }

 p { color: rgb(162,33,15); }

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

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

 a { background-color: rgb(162,33,15); }

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

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

 span { border-color: rgb(162,33,15); }

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