Html Css Color HEX #AA371D Rust

📋 copy color: '#AA371D'

red 170 ◦ green 55 ◦ blue 29

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

Shades of Rust #AA371D

Tints of Rust #AA371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 66.93%
G = 21.65%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA371D (or 0xAA371D) is known color: Rust. HEX triplet: AA, 37 and 1D. RGB value is (170,55,29). Sum of RGB (Red+Green+Blue) = 170+55+29=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA371D is #55C8E2. Grayscale: #565656. Windows color (decimal): -5621987 or 1914794. OLE color: 1914794.

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

Color convert

RGB 170 55 29 -
CMYK 0 0.68 0.83 0.33
HSL 11.06º 0.71% 0.39% -
HSV(B) 11.06º 0.83% 0.67% -
XYZ 18.17 11.37 2.4 -
YUV 86.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 170 55 29 0 0.68 0.83 0.33 11.06 0.71 0.39
Hex AA 37 1D 0 44 53 21 B 47 27
Octal 252 67 35 0 104 123 41 13 107 47
Binary 10101010 110111 11101 0 1000100 1010011 100001 1011 1000111 100111

Color Harmonies of #AA371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA371D

Black with #AA371D

Text Example


Text Example

White with #AA371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA371D; }

 p { color: rgb(170,55,29); }

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

background-color css

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

 a { background-color: rgb(170,55,29); }

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

border-color css

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

 span { border-color: rgb(170,55,29); }

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