Html Css Color HEX #AA3819 Rust

📋 copy color: '#AA3819'

red 170 ◦ green 56 ◦ blue 25

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

Shades of Rust #AA3819

Tints of Rust #AA3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 67.73%
G = 22.31%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3819 (or 0xAA3819) is known color: Rust. HEX triplet: AA, 38 and 19. RGB value is (170,56,25). Sum of RGB (Red+Green+Blue) = 170+56+25=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3819 is #55C7E6. Grayscale: #565656. Windows color (decimal): -5621735 or 1652906. OLE color: 1652906.

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

Color convert

RGB 170 56 25 -
CMYK 0 0.67 0.85 0.33
HSL 12.83º 0.74% 0.38% -
HSV(B) 12.83º 0.85% 0.67% -
XYZ 18.17 11.44 2.17 -
YUV 86.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 170 56 25 0 0.67 0.85 0.33 12.83 0.74 0.38
Hex AA 38 19 0 43 55 21 D 4A 26
Octal 252 70 31 0 103 125 41 15 112 46
Binary 10101010 111000 11001 0 1000011 1010101 100001 1101 1001010 100110

Color Harmonies of #AA3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3819

Black with #AA3819

Text Example


Text Example

White with #AA3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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