Html Css Color HEX #AA220E Fire Brick

📋 copy color: '#AA220E'

red 170 ◦ green 34 ◦ blue 14

#AA220E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AA220E

Tints of Fire Brick #AA220E

RGB

 RED value IS 170 (66.8% from 255) = 77.98%

 GREEN value IS 34 (13.67% from 255) = 15.6%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 77.98%
G = 15.6%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA220E (or 0xAA220E) is known color: Fire Brick. HEX triplet: AA, 22 and 0E. RGB value is (170,34,14). Sum of RGB (Red+Green+Blue) = 170+34+14=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA220E is #55DDF1. Grayscale: #484848. Windows color (decimal): -5627378 or 926378. OLE color: 926378.

HSL color Cylindrical-coordinate representation of color #AA220E: hue angle of 7.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 14 -
CMYK 0 0.80 0.92 0.33
HSL 7.69º 0.85% 0.36% -
HSV(B) 7.69º 0.92% 0.67% -
XYZ 17.23 9.72 1.38 -
YUV 72.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 170 34 14 0 0.80 0.92 0.33 7.69 0.85 0.36
Hex AA 22 E 0 50 5C 21 8 55 24
Octal 252 42 16 0 120 134 41 10 125 44
Binary 10101010 100010 1110 0 1010000 1011100 100001 1000 1010101 100100

Color Harmonies of #AA220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA220E

Black with #AA220E

Text Example


Text Example

White with #AA220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA220E; }

 p { color: rgb(170,34,14); }

 H1.HeaderClassName
 {
   color: #AA220E;
 }
 .AnyTagClassName
 {
   color: #AA220E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,34,14); }

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

border-color css

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

 span { border-color: rgb(170,34,14); }

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