Html Css Color HEX #AA3419 Rust

📋 copy color: '#AA3419'

red 170 ◦ green 52 ◦ blue 25

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

Shades of Rust #AA3419

Tints of Rust #AA3419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 68.83%
G = 21.05%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3419 (or 0xAA3419) is known color: Rust. HEX triplet: AA, 34 and 19. RGB value is (170,52,25). Sum of RGB (Red+Green+Blue) = 170+52+25=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3419 is #55CBE6. Grayscale: #545454. Windows color (decimal): -5622759 or 1651882. OLE color: 1651882.

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

Color convert

RGB 170 52 25 -
CMYK 0 0.69 0.85 0.33
HSL 11.17º 0.74% 0.38% -
HSV(B) 11.17º 0.85% 0.67% -
XYZ 17.98 11.07 2.11 -
YUV 84.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 170 52 25 0 0.69 0.85 0.33 11.17 0.74 0.38
Hex AA 34 19 0 45 55 21 B 4A 26
Octal 252 64 31 0 105 125 41 13 112 46
Binary 10101010 110100 11001 0 1000101 1010101 100001 1011 1001010 100110

Color Harmonies of #AA3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3419

Black with #AA3419

Text Example


Text Example

White with #AA3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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