Html Css Color HEX #AA3D02 Rust

📋 copy color: '#AA3D02'

red 170 ◦ green 61 ◦ blue 2

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

Shades of Rust #AA3D02

Tints of Rust #AA3D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 72.96%
G = 26.18%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA3D02 (or 0xAA3D02) is known color: Rust. HEX triplet: AA, 3D and 02. RGB value is (170,61,2). Sum of RGB (Red+Green+Blue) = 170+61+2=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D02 is #55C2FD. Grayscale: #575757. Windows color (decimal): -5620478 or 146858. OLE color: 146858.

HSL color Cylindrical-coordinate representation of color #AA3D02: hue angle of 21.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 #AA3D02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 2 -
CMYK 0 0.64 0.99 0.33
HSL 21.07º 0.98% 0.34% -
HSV(B) 21.07º 0.99% 0.67% -
XYZ 18.26 11.89 1.39 -
YUV 86.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 170 61 2 0 0.64 0.99 0.33 21.07 0.98 0.34
Hex AA 3D 2 0 40 63 21 15 62 22
Octal 252 75 2 0 100 143 41 25 142 42
Binary 10101010 111101 10 0 1000000 1100011 100001 10101 1100010 100010

Color Harmonies of #AA3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D02

Black with #AA3D02

Text Example


Text Example

White with #AA3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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