Html Css Color HEX #AA2000 Fire Brick

📋 copy color: '#AA2000'

red 170 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #AA2000

Tints of Fire Brick #AA2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.16%
G = 15.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2000 (or 0xAA2000) is known color: Fire Brick. HEX triplet: AA, 20 and 00. RGB value is (170,32,0). Sum of RGB (Red+Green+Blue) = 170+32+0=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2000 is #55DFFF. Grayscale: #454545. Windows color (decimal): -5627904 or 8362. OLE color: 8362.

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

Color convert

RGB 170 32 0 -
CMYK 0 0.81 1 0.33
HSL 11.29º 1% 0.33% -
HSV(B) 11.29º 1% 0.67% -
XYZ 17.09 9.58 0.95 -
YUV 69.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 170 32 0 0 0.81 1 0.33 11.29 1 0.33
Hex AA 20 0 0 51 64 21 B 64 21
Octal 252 40 0 0 121 144 41 13 144 41
Binary 10101010 100000 0 0 1010001 1100100 100001 1011 1100100 100001

Color Harmonies of #AA2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2000

Black with #AA2000

Text Example


Text Example

White with #AA2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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