Html Css Color HEX #AA2A11 Fire Brick

📋 copy color: '#AA2A11'

red 170 ◦ green 42 ◦ blue 17

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

Shades of Fire Brick #AA2A11

Tints of Fire Brick #AA2A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 74.24%
G = 18.34%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA2A11 (or 0xAA2A11) is known color: Fire Brick. HEX triplet: AA, 2A and 11. RGB value is (170,42,17). Sum of RGB (Red+Green+Blue) = 170+42+17=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A11 is #55D5EE. Grayscale: #4D4D4D. Windows color (decimal): -5625327 or 1125034. OLE color: 1125034.

HSL color Cylindrical-coordinate representation of color #AA2A11: hue angle of 9.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA2A11 is Cyan = 0, Magento = 0.75, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 17 -
CMYK 0 0.75 0.9 0.33
HSL 9.8º 0.82% 0.37% -
HSV(B) 9.8º 0.9% 0.67% -
XYZ 17.51 10.24 1.58 -
YUV 77.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 170 42 17 0 0.75 0.9 0.33 9.8 0.82 0.37
Hex AA 2A 11 0 4B 5A 21 A 52 25
Octal 252 52 21 0 113 132 41 12 122 45
Binary 10101010 101010 10001 0 1001011 1011010 100001 1010 1010010 100101

Color Harmonies of #AA2A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A11

Black with #AA2A11

Text Example


Text Example

White with #AA2A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A11; }

 p { color: rgb(170,42,17); }

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

background-color css

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

 a { background-color: rgb(170,42,17); }

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

border-color css

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

 span { border-color: rgb(170,42,17); }

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