Html Css Color HEX #AA4D0B Rust

📋 copy color: '#AA4D0B'

red 170 ◦ green 77 ◦ blue 11

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

Shades of Rust #AA4D0B

Tints of Rust #AA4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.84%

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

R = 65.89%
G = 29.84%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA4D0B (or 0xAA4D0B) is known color: Rust. HEX triplet: AA, 4D and 0B. RGB value is (170,77,11). Sum of RGB (Red+Green+Blue) = 170+77+11=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D0B is #55B2F4. Grayscale: #616161. Windows color (decimal): -5616373 or 740778. OLE color: 740778.

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

Color convert

RGB 170 77 11 -
CMYK 0 0.55 0.94 0.33
HSL 24.91º 0.88% 0.35% -
HSV(B) 24.91º 0.94% 0.67% -
XYZ 19.29 13.88 1.98 -
YUV 97.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 170 77 11 0 0.55 0.94 0.33 24.91 0.88 0.35
Hex AA 4D B 0 37 5E 21 19 58 23
Octal 252 115 13 0 67 136 41 31 130 43
Binary 10101010 1001101 1011 0 110111 1011110 100001 11001 1011000 100011

Color Harmonies of #AA4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D0B

Black with #AA4D0B

Text Example


Text Example

White with #AA4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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