Html Css Color HEX #AA2F00 Rust

📋 copy color: '#AA2F00'

red 170 ◦ green 47 ◦ blue 0

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

Shades of Rust #AA2F00

Tints of Rust #AA2F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.66%

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

R = 78.34%
G = 21.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2F00 (or 0xAA2F00) is known color: Rust. HEX triplet: AA, 2F and 00. RGB value is (170,47,0). Sum of RGB (Red+Green+Blue) = 170+47+0=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F00 is #55D0FF. Grayscale: #4E4E4E. Windows color (decimal): -5624064 or 12202. OLE color: 12202.

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

Color convert

RGB 170 47 0 -
CMYK 0 0.72 1 0.33
HSL 16.59º 1% 0.33% -
HSV(B) 16.59º 1% 0.67% -
XYZ 17.59 10.58 1.11 -
YUV 78.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 170 47 0 0 0.72 1 0.33 16.59 1 0.33
Hex AA 2F 0 0 48 64 21 11 64 21
Octal 252 57 0 0 110 144 41 21 144 41
Binary 10101010 101111 0 0 1001000 1100100 100001 10001 1100100 100001

Color Harmonies of #AA2F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F00

Black with #AA2F00

Text Example


Text Example

White with #AA2F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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