Html Css Color HEX #AA4D0C Rust

📋 copy color: '#AA4D0C'

red 170 ◦ green 77 ◦ blue 12

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

Shades of Rust #AA4D0C

Tints of Rust #AA4D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 65.64%
G = 29.73%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA4D0C (or 0xAA4D0C) is known color: Rust. HEX triplet: AA, 4D and 0C. RGB value is (170,77,12). Sum of RGB (Red+Green+Blue) = 170+77+12=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D0C is #55B2F3. Grayscale: #616161. Windows color (decimal): -5616372 or 806314. OLE color: 806314.

HSL color Cylindrical-coordinate representation of color #AA4D0C: hue angle of 24.68º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA4D0C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 12 -
CMYK 0 0.55 0.93 0.33
HSL 24.68º 0.87% 0.36% -
HSV(B) 24.68º 0.93% 0.67% -
XYZ 19.3 13.88 2.01 -
YUV 97.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 170 77 12 0 0.55 0.93 0.33 24.68 0.87 0.36
Hex AA 4D C 0 37 5D 21 19 57 24
Octal 252 115 14 0 67 135 41 31 127 44
Binary 10101010 1001101 1100 0 110111 1011101 100001 11001 1010111 100100

Color Harmonies of #AA4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D0C

Black with #AA4D0C

Text Example


Text Example

White with #AA4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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