Html Css Color HEX #AA300C Rust

📋 copy color: '#AA300C'

red 170 ◦ green 48 ◦ blue 12

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

Shades of Rust #AA300C

Tints of Rust #AA300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 73.91%
G = 20.87%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA300C (or 0xAA300C) is known color: Rust. HEX triplet: AA, 30 and 0C. RGB value is (170,48,12). Sum of RGB (Red+Green+Blue) = 170+48+12=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA300C is #55CFF3. Grayscale: #505050. Windows color (decimal): -5623796 or 798890. OLE color: 798890.

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

Color convert

RGB 170 48 12 -
CMYK 0 0.72 0.93 0.33
HSL 13.67º 0.87% 0.36% -
HSV(B) 13.67º 0.93% 0.67% -
XYZ 17.7 10.69 1.48 -
YUV 80.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 170 48 12 0 0.72 0.93 0.33 13.67 0.87 0.36
Hex AA 30 C 0 48 5D 21 E 57 24
Octal 252 60 14 0 110 135 41 16 127 44
Binary 10101010 110000 1100 0 1001000 1011101 100001 1110 1010111 100100

Color Harmonies of #AA300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA300C

Black with #AA300C

Text Example


Text Example

White with #AA300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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