Html Css Color HEX #AA300E Rust

📋 copy color: '#AA300E'

red 170 ◦ green 48 ◦ blue 14

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

Shades of Rust #AA300E

Tints of Rust #AA300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 73.28%
G = 20.69%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA300E (or 0xAA300E) is known color: Rust. HEX triplet: AA, 30 and 0E. RGB value is (170,48,14). Sum of RGB (Red+Green+Blue) = 170+48+14=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA300E is #55CFF1. Grayscale: #505050. Windows color (decimal): -5623794 or 929962. OLE color: 929962.

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

Color convert

RGB 170 48 14 -
CMYK 0 0.72 0.92 0.33
HSL 13.08º 0.85% 0.36% -
HSV(B) 13.08º 0.92% 0.67% -
XYZ 17.71 10.69 1.55 -
YUV 80.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 170 48 14 0 0.72 0.92 0.33 13.08 0.85 0.36
Hex AA 30 E 0 48 5C 21 D 55 24
Octal 252 60 16 0 110 134 41 15 125 44
Binary 10101010 110000 1110 0 1001000 1011100 100001 1101 1010101 100100

Color Harmonies of #AA300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA300E

Black with #AA300E

Text Example


Text Example

White with #AA300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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