Html Css Color HEX #AA221C Fire Brick

📋 copy color: '#AA221C'

red 170 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #AA221C

Tints of Fire Brick #AA221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 73.28%
G = 14.66%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA221C (or 0xAA221C) is known color: Fire Brick. HEX triplet: AA, 22 and 1C. RGB value is (170,34,28). Sum of RGB (Red+Green+Blue) = 170+34+28=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221C is #55DDE3. Grayscale: #4A4A4A. Windows color (decimal): -5627364 or 1843882. OLE color: 1843882.

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

Color convert

RGB 170 34 28 -
CMYK 0 0.80 0.84 0.33
HSL 2.54º 0.72% 0.39% -
HSV(B) 2.54º 0.84% 0.67% -
XYZ 17.36 9.77 2.07 -
YUV 73.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 170 34 28 0 0.80 0.84 0.33 2.54 0.72 0.39
Hex AA 22 1C 0 50 54 21 3 48 27
Octal 252 42 34 0 120 124 41 3 110 47
Binary 10101010 100010 11100 0 1010000 1010100 100001 11 1001000 100111

Color Harmonies of #AA221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA221C

Black with #AA221C

Text Example


Text Example

White with #AA221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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