Html Css Color HEX #AA211D Fire Brick

📋 copy color: '#AA211D'

red 170 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #AA211D

Tints of Fire Brick #AA211D

RGB

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

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

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

R = 73.28%
G = 14.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA211D (or 0xAA211D) is known color: Fire Brick. HEX triplet: AA, 21 and 1D. RGB value is (170,33,29). Sum of RGB (Red+Green+Blue) = 170+33+29=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA211D is #55DEE2. Grayscale: #494949. Windows color (decimal): -5627619 or 1909162. OLE color: 1909162.

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

Color convert

RGB 170 33 29 -
CMYK 0 0.81 0.83 0.33
HSL 1.7º 0.71% 0.39% -
HSV(B) 1.7º 0.83% 0.67% -
XYZ 17.34 9.72 2.12 -
YUV 73.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 170 33 29 0 0.81 0.83 0.33 1.7 0.71 0.39
Hex AA 21 1D 0 51 53 21 2 47 27
Octal 252 41 35 0 121 123 41 2 107 47
Binary 10101010 100001 11101 0 1010001 1010011 100001 10 1000111 100111

Color Harmonies of #AA211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA211D

Black with #AA211D

Text Example


Text Example

White with #AA211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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