Html Css Color HEX #AA211B Fire Brick

📋 copy color: '#AA211B'

red 170 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #AA211B

Tints of Fire Brick #AA211B

RGB

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

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

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

R = 73.91%
G = 14.35%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA211B (or 0xAA211B) is known color: Fire Brick. HEX triplet: AA, 21 and 1B. RGB value is (170,33,27). Sum of RGB (Red+Green+Blue) = 170+33+27=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA211B is #55DEE4. Grayscale: #494949. Windows color (decimal): -5627621 or 1778090. OLE color: 1778090.

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

Color convert

RGB 170 33 27 -
CMYK 0 0.81 0.84 0.33
HSL 2.52º 0.73% 0.39% -
HSV(B) 2.52º 0.84% 0.67% -
XYZ 17.32 9.71 2 -
YUV 73.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 170 33 27 0 0.81 0.84 0.33 2.52 0.73 0.39
Hex AA 21 1B 0 51 54 21 3 49 27
Octal 252 41 33 0 121 124 41 3 111 47
Binary 10101010 100001 11011 0 1010001 1010100 100001 11 1001001 100111

Color Harmonies of #AA211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA211B

Black with #AA211B

Text Example


Text Example

White with #AA211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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