Html Css Color HEX #AA2005 Fire Brick

📋 copy color: '#AA2005'

red 170 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #AA2005

Tints of Fire Brick #AA2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 82.13%
G = 15.46%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA2005 (or 0xAA2005) is known color: Fire Brick. HEX triplet: AA, 20 and 05. RGB value is (170,32,5). Sum of RGB (Red+Green+Blue) = 170+32+5=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2005 is #55DFFA. Grayscale: #464646. Windows color (decimal): -5627899 or 336042. OLE color: 336042.

HSL color Cylindrical-coordinate representation of color #AA2005: hue angle of 9.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2005 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 5 -
CMYK 0 0.81 0.97 0.33
HSL 9.82º 0.94% 0.34% -
HSV(B) 9.82º 0.97% 0.67% -
XYZ 17.12 9.59 1.09 -
YUV 70.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 170 32 5 0 0.81 0.97 0.33 9.82 0.94 0.34
Hex AA 20 5 0 51 61 21 A 5E 22
Octal 252 40 5 0 121 141 41 12 136 42
Binary 10101010 100000 101 0 1010001 1100001 100001 1010 1011110 100010

Color Harmonies of #AA2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2005

Black with #AA2005

Text Example


Text Example

White with #AA2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2005; }

 p { color: rgb(170,32,5); }

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

background-color css

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

 a { background-color: rgb(170,32,5); }

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

border-color css

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

 span { border-color: rgb(170,32,5); }

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