Html Css Color HEX #AA371B Rust

📋 copy color: '#AA371B'

red 170 ◦ green 55 ◦ blue 27

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

Shades of Rust #AA371B

Tints of Rust #AA371B

RGB

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

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

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

R = 67.46%
G = 21.83%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA371B (or 0xAA371B) is known color: Rust. HEX triplet: AA, 37 and 1B. RGB value is (170,55,27). Sum of RGB (Red+Green+Blue) = 170+55+27=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA371B is #55C8E4. Grayscale: #565656. Windows color (decimal): -5621989 or 1783722. OLE color: 1783722.

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

Color convert

RGB 170 55 27 -
CMYK 0 0.68 0.84 0.33
HSL 11.75º 0.73% 0.39% -
HSV(B) 11.75º 0.84% 0.67% -
XYZ 18.14 11.36 2.27 -
YUV 86.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 170 55 27 0 0.68 0.84 0.33 11.75 0.73 0.39
Hex AA 37 1B 0 44 54 21 C 49 27
Octal 252 67 33 0 104 124 41 14 111 47
Binary 10101010 110111 11011 0 1000100 1010100 100001 1100 1001001 100111

Color Harmonies of #AA371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA371B

Black with #AA371B

Text Example


Text Example

White with #AA371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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