Html Css Color HEX #AA221A Fire Brick

📋 copy color: '#AA221A'

red 170 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #AA221A

Tints of Fire Brick #AA221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 73.91%
G = 14.78%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA221A (or 0xAA221A) is known color: Fire Brick. HEX triplet: AA, 22 and 1A. RGB value is (170,34,26). Sum of RGB (Red+Green+Blue) = 170+34+26=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA221A is #55DDE5. Grayscale: #494949. Windows color (decimal): -5627366 or 1712810. OLE color: 1712810.

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

Color convert

RGB 170 34 26 -
CMYK 0 0.80 0.85 0.33
HSL 3.33º 0.73% 0.38% -
HSV(B) 3.33º 0.85% 0.67% -
XYZ 17.34 9.76 1.95 -
YUV 73.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 170 34 26 0 0.80 0.85 0.33 3.33 0.73 0.38
Hex AA 22 1A 0 50 55 21 3 49 26
Octal 252 42 32 0 120 125 41 3 111 46
Binary 10101010 100010 11010 0 1010000 1010101 100001 11 1001001 100110

Color Harmonies of #AA221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA221A

Black with #AA221A

Text Example


Text Example

White with #AA221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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