#A2210E

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

Shades of Fire Brick #A2210E

Tints of Fire Brick #A2210E

Color information

#A2210E (or 0xA2210E) is unknown color: approx Fire Brick. HEX triplet: A2, 21 and 0E. RGB value is (162,33,14). Sum of RGB (Red+Green+Blue) = 162+33+14=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2210E is #5DDEF1. Grayscale: #454545. Windows color (decimal): -6151922 or 926114. OLE color: 926114.

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

Color convert

RGB1623314-
CMYK00.800.910.36
HSL7.7º84.09%34.51%-
HSV(B)7.7º91.36%63.53%-
XYZ15.528.81.3-
YUV69.496.74194.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=77.51%
G=15.79%
B=6.70%

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
Decimal162331400.800.910.367.784.0934.51
HexA221E0505B2485423
Octal24241160120133441012443
Binary10100010100001111001010000101101110010010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2210E; }

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

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

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

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

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

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

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

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