Html Css Color HEX #AA3919 Rust

📋 copy color: '#AA3919'

red 170 ◦ green 57 ◦ blue 25

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

Shades of Rust #AA3919

Tints of Rust #AA3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 67.46%
G = 22.62%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3919 (or 0xAA3919) is known color: Rust. HEX triplet: AA, 39 and 19. RGB value is (170,57,25). Sum of RGB (Red+Green+Blue) = 170+57+25=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3919 is #55C6E6. Grayscale: #575757. Windows color (decimal): -5621479 or 1653162. OLE color: 1653162.

HSL color Cylindrical-coordinate representation of color #AA3919: hue angle of 13.24º 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 #AA3919 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 25 -
CMYK 0 0.66 0.85 0.33
HSL 13.24º 0.74% 0.38% -
HSV(B) 13.24º 0.85% 0.67% -
XYZ 18.22 11.54 2.19 -
YUV 87.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 170 57 25 0 0.66 0.85 0.33 13.24 0.74 0.38
Hex AA 39 19 0 42 55 21 D 4A 26
Octal 252 71 31 0 102 125 41 15 112 46
Binary 10101010 111001 11001 0 1000010 1010101 100001 1101 1001010 100110

Color Harmonies of #AA3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3919

Black with #AA3919

Text Example


Text Example

White with #AA3919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3919; }

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

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

background-color css

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

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

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

border-color css

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

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

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