Html Css Color HEX #AA3F10 Rust

📋 copy color: '#AA3F10'

red 170 ◦ green 63 ◦ blue 16

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

Shades of Rust #AA3F10

Tints of Rust #AA3F10

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 68.27%
G = 25.3%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3F10 (or 0xAA3F10) is known color: Rust. HEX triplet: AA, 3F and 10. RGB value is (170,63,16). Sum of RGB (Red+Green+Blue) = 170+63+16=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F10 is #55C0EF. Grayscale: #595959. Windows color (decimal): -5619952 or 1064874. OLE color: 1064874.

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

Color convert

RGB 170 63 16 -
CMYK 0 0.63 0.91 0.33
HSL 18.31º 0.83% 0.36% -
HSV(B) 18.31º 0.91% 0.67% -
XYZ 18.45 12.14 1.86 -
YUV 89.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 170 63 16 0 0.63 0.91 0.33 18.31 0.83 0.36
Hex AA 3F 10 0 3F 5B 21 12 53 24
Octal 252 77 20 0 77 133 41 22 123 44
Binary 10101010 111111 10000 0 111111 1011011 100001 10010 1010011 100100

Color Harmonies of #AA3F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F10

Black with #AA3F10

Text Example


Text Example

White with #AA3F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F10; }

 p { color: rgb(170,63,16); }

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

background-color css

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

 a { background-color: rgb(170,63,16); }

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

border-color css

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

 span { border-color: rgb(170,63,16); }

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