Html Css Color HEX #AA3A18 Rust

📋 copy color: '#AA3A18'

red 170 ◦ green 58 ◦ blue 24

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

Shades of Rust #AA3A18

Tints of Rust #AA3A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 67.46%
G = 23.02%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3A18 (or 0xAA3A18) is known color: Rust. HEX triplet: AA, 3A and 18. RGB value is (170,58,24). Sum of RGB (Red+Green+Blue) = 170+58+24=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A18 is #55C5E7. Grayscale: #575757. Windows color (decimal): -5621224 or 1587882. OLE color: 1587882.

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

Color convert

RGB 170 58 24 -
CMYK 0 0.66 0.86 0.33
HSL 13.97º 0.75% 0.38% -
HSV(B) 13.97º 0.86% 0.67% -
XYZ 18.26 11.64 2.15 -
YUV 87.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 170 58 24 0 0.66 0.86 0.33 13.97 0.75 0.38
Hex AA 3A 18 0 42 56 21 E 4B 26
Octal 252 72 30 0 102 126 41 16 113 46
Binary 10101010 111010 11000 0 1000010 1010110 100001 1110 1001011 100110

Color Harmonies of #AA3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A18

Black with #AA3A18

Text Example


Text Example

White with #AA3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A18; }

 p { color: rgb(170,58,24); }

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

background-color css

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

 a { background-color: rgb(170,58,24); }

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

border-color css

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

 span { border-color: rgb(170,58,24); }

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