Html Css Color HEX #AA221D Fire Brick

📋 copy color: '#AA221D'

red 170 ◦ green 34 ◦ blue 29

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

Shades of Fire Brick #AA221D

Tints of Fire Brick #AA221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 72.96%
G = 14.59%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA221D (or 0xAA221D) is known color: Fire Brick. HEX triplet: AA, 22 and 1D. RGB value is (170,34,29). Sum of RGB (Red+Green+Blue) = 170+34+29=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221D is #55DDE2. Grayscale: #4A4A4A. Windows color (decimal): -5627363 or 1909418. OLE color: 1909418.

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

Color convert

RGB 170 34 29 -
CMYK 0 0.80 0.83 0.33
HSL 2.13º 0.71% 0.39% -
HSV(B) 2.13º 0.83% 0.67% -
XYZ 17.37 9.78 2.13 -
YUV 74.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 170 34 29 0 0.80 0.83 0.33 2.13 0.71 0.39
Hex AA 22 1D 0 50 53 21 2 47 27
Octal 252 42 35 0 120 123 41 2 107 47
Binary 10101010 100010 11101 0 1010000 1010011 100001 10 1000111 100111

Color Harmonies of #AA221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA221D

Black with #AA221D

Text Example


Text Example

White with #AA221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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