Html Css Color HEX #AA410C Rust

📋 copy color: '#AA410C'

red 170 ◦ green 65 ◦ blue 12

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

Shades of Rust #AA410C

Tints of Rust #AA410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 68.83%
G = 26.32%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA410C (or 0xAA410C) is known color: Rust. HEX triplet: AA, 41 and 0C. RGB value is (170,65,12). Sum of RGB (Red+Green+Blue) = 170+65+12=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA410C is #55BEF3. Grayscale: #5A5A5A. Windows color (decimal): -5619444 or 803242. OLE color: 803242.

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

Color convert

RGB 170 65 12 -
CMYK 0 0.62 0.93 0.33
HSL 20.13º 0.87% 0.36% -
HSV(B) 20.13º 0.93% 0.67% -
XYZ 18.53 12.35 1.76 -
YUV 90.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 170 65 12 0 0.62 0.93 0.33 20.13 0.87 0.36
Hex AA 41 C 0 3E 5D 21 14 57 24
Octal 252 101 14 0 76 135 41 24 127 44
Binary 10101010 1000001 1100 0 111110 1011101 100001 10100 1010111 100100

Color Harmonies of #AA410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA410C

Black with #AA410C

Text Example


Text Example

White with #AA410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA410C; }

 p { color: rgb(170,65,12); }

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

background-color css

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

 a { background-color: rgb(170,65,12); }

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

border-color css

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

 span { border-color: rgb(170,65,12); }

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