Html Css Color HEX #AA370B Rust

📋 copy color: '#AA370B'

red 170 ◦ green 55 ◦ blue 11

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

Shades of Rust #AA370B

Tints of Rust #AA370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 72.03%
G = 23.31%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA370B (or 0xAA370B) is known color: Rust. HEX triplet: AA, 37 and 0B. RGB value is (170,55,11). Sum of RGB (Red+Green+Blue) = 170+55+11=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA370B is #55C8F4. Grayscale: #545454. Windows color (decimal): -5622005 or 735146. OLE color: 735146.

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

Color convert

RGB 170 55 11 -
CMYK 0 0.68 0.94 0.33
HSL 16.6º 0.88% 0.35% -
HSV(B) 16.6º 0.94% 0.67% -
XYZ 18 11.3 1.55 -
YUV 84.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 170 55 11 0 0.68 0.94 0.33 16.6 0.88 0.35
Hex AA 37 B 0 44 5E 21 11 58 23
Octal 252 67 13 0 104 136 41 21 130 43
Binary 10101010 110111 1011 0 1000100 1011110 100001 10001 1011000 100011

Color Harmonies of #AA370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA370B

Black with #AA370B

Text Example


Text Example

White with #AA370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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