Html Css Color HEX #AA3F0D Rust

📋 copy color: '#AA3F0D'

red 170 ◦ green 63 ◦ blue 13

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

Shades of Rust #AA3F0D

Tints of Rust #AA3F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 69.11%
G = 25.61%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA3F0D (or 0xAA3F0D) is known color: Rust. HEX triplet: AA, 3F and 0D. RGB value is (170,63,13). Sum of RGB (Red+Green+Blue) = 170+63+13=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F0D is #55C0F2. Grayscale: #595959. Windows color (decimal): -5619955 or 868266. OLE color: 868266.

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

Color convert

RGB 170 63 13 -
CMYK 0 0.63 0.92 0.33
HSL 19.11º 0.86% 0.36% -
HSV(B) 19.11º 0.92% 0.67% -
XYZ 18.43 12.13 1.75 -
YUV 89.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 170 63 13 0 0.63 0.92 0.33 19.11 0.86 0.36
Hex AA 3F D 0 3F 5C 21 13 56 24
Octal 252 77 15 0 77 134 41 23 126 44
Binary 10101010 111111 1101 0 111111 1011100 100001 10011 1010110 100100

Color Harmonies of #AA3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F0D

Black with #AA3F0D

Text Example


Text Example

White with #AA3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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