Html Css Color HEX #AA221B Fire Brick

📋 copy color: '#AA221B'

red 170 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #AA221B

Tints of Fire Brick #AA221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 73.59%
G = 14.72%
B = 11.69%

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

#AA221B (or 0xAA221B) is known color: Fire Brick. HEX triplet: AA, 22 and 1B. RGB value is (170,34,27). Sum of RGB (Red+Green+Blue) = 170+34+27=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221B is #55DDE4. Grayscale: #4A4A4A. Windows color (decimal): -5627365 or 1778346. OLE color: 1778346.

HSL color Cylindrical-coordinate representation of color #AA221B: hue angle of 2.94º degrees, saturation: 0.73, 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 #AA221B is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 27 -
CMYK 0 0.80 0.84 0.33
HSL 2.94º 0.73% 0.39% -
HSV(B) 2.94º 0.84% 0.67% -
XYZ 17.35 9.77 2.01 -
YUV 73.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 170 34 27 0 0.80 0.84 0.33 2.94 0.73 0.39
Hex AA 22 1B 0 50 54 21 3 49 27
Octal 252 42 33 0 120 124 41 3 111 47
Binary 10101010 100010 11011 0 1010000 1010100 100001 11 1001001 100111

Color Harmonies of #AA221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA221B

Black with #AA221B

Text Example


Text Example

White with #AA221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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