Html Css Color HEX #AA211A Fire Brick

📋 copy color: '#AA211A'

red 170 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #AA211A

Tints of Fire Brick #AA211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

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

R = 74.24%
G = 14.41%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA211A (or 0xAA211A) is known color: Fire Brick. HEX triplet: AA, 21 and 1A. RGB value is (170,33,26). Sum of RGB (Red+Green+Blue) = 170+33+26=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA211A is #55DEE5. Grayscale: #494949. Windows color (decimal): -5627622 or 1712554. OLE color: 1712554.

HSL color Cylindrical-coordinate representation of color #AA211A: hue angle of 2.92º 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 #AA211A is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 26 -
CMYK 0 0.81 0.85 0.33
HSL 2.92º 0.73% 0.38% -
HSV(B) 2.92º 0.85% 0.67% -
XYZ 17.31 9.71 1.94 -
YUV 73.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 170 33 26 0 0.81 0.85 0.33 2.92 0.73 0.38
Hex AA 21 1A 0 51 55 21 3 49 26
Octal 252 41 32 0 121 125 41 3 111 46
Binary 10101010 100001 11010 0 1010001 1010101 100001 11 1001001 100110

Color Harmonies of #AA211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA211A

Black with #AA211A

Text Example


Text Example

White with #AA211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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