Html Css Color HEX #AA3A0C Rust

📋 copy color: '#AA3A0C'

red 170 ◦ green 58 ◦ blue 12

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

Shades of Rust #AA3A0C

Tints of Rust #AA3A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 70.83%
G = 24.17%
B = 5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA3A0C (or 0xAA3A0C) is known color: Rust. HEX triplet: AA, 3A and 0C. RGB value is (170,58,12). Sum of RGB (Red+Green+Blue) = 170+58+12=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A0C is #55C5F3. Grayscale: #565656. Windows color (decimal): -5621236 or 801450. OLE color: 801450.

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

Color convert

RGB 170 58 12 -
CMYK 0 0.66 0.93 0.33
HSL 17.47º 0.87% 0.36% -
HSV(B) 17.47º 0.93% 0.67% -
XYZ 18.16 11.6 1.63 -
YUV 86.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 170 58 12 0 0.66 0.93 0.33 17.47 0.87 0.36
Hex AA 3A C 0 42 5D 21 11 57 24
Octal 252 72 14 0 102 135 41 21 127 44
Binary 10101010 111010 1100 0 1000010 1011101 100001 10001 1010111 100100

Color Harmonies of #AA3A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A0C

Black with #AA3A0C

Text Example


Text Example

White with #AA3A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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