Html Css Color HEX #AA3C0F Rust

📋 copy color: '#AA3C0F'

red 170 ◦ green 60 ◦ blue 15

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

Shades of Rust #AA3C0F

Tints of Rust #AA3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 69.39%
G = 24.49%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3C0F (or 0xAA3C0F) is known color: Rust. HEX triplet: AA, 3C and 0F. RGB value is (170,60,15). Sum of RGB (Red+Green+Blue) = 170+60+15=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C0F is #55C3F0. Grayscale: #585858. Windows color (decimal): -5620721 or 998570. OLE color: 998570.

HSL color Cylindrical-coordinate representation of color #AA3C0F: hue angle of 17.42º degrees, saturation: 0.84, 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 #AA3C0F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 15 -
CMYK 0 0.65 0.91 0.33
HSL 17.42º 0.84% 0.36% -
HSV(B) 17.42º 0.91% 0.67% -
XYZ 18.28 11.81 1.77 -
YUV 87.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 170 60 15 0 0.65 0.91 0.33 17.42 0.84 0.36
Hex AA 3C F 0 41 5B 21 11 54 24
Octal 252 74 17 0 101 133 41 21 124 44
Binary 10101010 111100 1111 0 1000001 1011011 100001 10001 1010100 100100

Color Harmonies of #AA3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C0F

Black with #AA3C0F

Text Example


Text Example

White with #AA3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C0F; }

 p { color: rgb(170,60,15); }

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

background-color css

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

 a { background-color: rgb(170,60,15); }

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

border-color css

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

 span { border-color: rgb(170,60,15); }

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