Html Css Color HEX #AA3409 Rust

📋 copy color: '#AA3409'

red 170 ◦ green 52 ◦ blue 9

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

Shades of Rust #AA3409

Tints of Rust #AA3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 73.59%
G = 22.51%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3409 (or 0xAA3409) is known color: Rust. HEX triplet: AA, 34 and 09. RGB value is (170,52,9). Sum of RGB (Red+Green+Blue) = 170+52+9=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3409 is #55CBF6. Grayscale: #525252. Windows color (decimal): -5622775 or 603306. OLE color: 603306.

HSL color Cylindrical-coordinate representation of color #AA3409: hue angle of 16.02º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA3409 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 9 -
CMYK 0 0.69 0.95 0.33
HSL 16.02º 0.9% 0.35% -
HSV(B) 16.02º 0.95% 0.67% -
XYZ 17.85 11.02 1.44 -
YUV 82.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 170 52 9 0 0.69 0.95 0.33 16.02 0.9 0.35
Hex AA 34 9 0 45 5F 21 10 5A 23
Octal 252 64 11 0 105 137 41 20 132 43
Binary 10101010 110100 1001 0 1000101 1011111 100001 10000 1011010 100011

Color Harmonies of #AA3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3409

Black with #AA3409

Text Example


Text Example

White with #AA3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3409; }

 p { color: rgb(170,52,9); }

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

background-color css

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

 a { background-color: rgb(170,52,9); }

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

border-color css

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

 span { border-color: rgb(170,52,9); }

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