Html Css Color HEX #AA221E Fire Brick

📋 copy color: '#AA221E'

red 170 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #AA221E

Tints of Fire Brick #AA221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 72.65%
G = 14.53%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA221E (or 0xAA221E) is known color: Fire Brick. HEX triplet: AA, 22 and 1E. RGB value is (170,34,30). Sum of RGB (Red+Green+Blue) = 170+34+30=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221E is #55DDE1. Grayscale: #4A4A4A. Windows color (decimal): -5627362 or 1974954. OLE color: 1974954.

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

Color convert

RGB 170 34 30 -
CMYK 0 0.80 0.82 0.33
HSL 1.71º 0.7% 0.39% -
HSV(B) 1.71º 0.82% 0.67% -
XYZ 17.38 9.78 2.2 -
YUV 74.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 170 34 30 0 0.80 0.82 0.33 1.71 0.7 0.39
Hex AA 22 1E 0 50 52 21 2 46 27
Octal 252 42 36 0 120 122 41 2 106 47
Binary 10101010 100010 11110 0 1010000 1010010 100001 10 1000110 100111

Color Harmonies of #AA221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA221E

Black with #AA221E

Text Example


Text Example

White with #AA221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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