Html Css Color HEX #AA2F02 Rust

📋 copy color: '#AA2F02'

red 170 ◦ green 47 ◦ blue 2

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

Shades of Rust #AA2F02

Tints of Rust #AA2F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 77.63%
G = 21.46%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2F02 (or 0xAA2F02) is known color: Rust. HEX triplet: AA, 2F and 02. RGB value is (170,47,2). Sum of RGB (Red+Green+Blue) = 170+47+2=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F02 is #55D0FD. Grayscale: #4E4E4E. Windows color (decimal): -5624062 or 143274. OLE color: 143274.

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

Color convert

RGB 170 47 2 -
CMYK 0 0.72 0.99 0.33
HSL 16.07º 0.98% 0.34% -
HSV(B) 16.07º 0.99% 0.67% -
XYZ 17.61 10.58 1.17 -
YUV 78.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 170 47 2 0 0.72 0.99 0.33 16.07 0.98 0.34
Hex AA 2F 2 0 48 63 21 10 62 22
Octal 252 57 2 0 110 143 41 20 142 42
Binary 10101010 101111 10 0 1001000 1100011 100001 10000 1100010 100010

Color Harmonies of #AA2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F02

Black with #AA2F02

Text Example


Text Example

White with #AA2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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