Html Css Color HEX #AA3C1B Rust

📋 copy color: '#AA3C1B'

red 170 ◦ green 60 ◦ blue 27

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

Shades of Rust #AA3C1B

Tints of Rust #AA3C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 66.15%
G = 23.35%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA3C1B (or 0xAA3C1B) is known color: Rust. HEX triplet: AA, 3C and 1B. RGB value is (170,60,27). Sum of RGB (Red+Green+Blue) = 170+60+27=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C1B is #55C3E4. Grayscale: #595959. Windows color (decimal): -5620709 or 1785002. OLE color: 1785002.

HSL color Cylindrical-coordinate representation of color #AA3C1B: hue angle of 13.85º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA3C1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 27 -
CMYK 0 0.65 0.84 0.33
HSL 13.85º 0.73% 0.39% -
HSV(B) 13.85º 0.84% 0.67% -
XYZ 18.39 11.86 2.36 -
YUV 89.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 170 60 27 0 0.65 0.84 0.33 13.85 0.73 0.39
Hex AA 3C 1B 0 41 54 21 E 49 27
Octal 252 74 33 0 101 124 41 16 111 47
Binary 10101010 111100 11011 0 1000001 1010100 100001 1110 1001001 100111

Color Harmonies of #AA3C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C1B

Black with #AA3C1B

Text Example


Text Example

White with #AA3C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C1B; }

 p { color: rgb(170,60,27); }

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

background-color css

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

 a { background-color: rgb(170,60,27); }

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

border-color css

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

 span { border-color: rgb(170,60,27); }

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