Html Css Color HEX #AA300D Rust

📋 copy color: '#AA300D'

red 170 ◦ green 48 ◦ blue 13

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

Shades of Rust #AA300D

Tints of Rust #AA300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 73.59%
G = 20.78%
B = 5.63%

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

#AA300D (or 0xAA300D) is known color: Rust. HEX triplet: AA, 30 and 0D. RGB value is (170,48,13). Sum of RGB (Red+Green+Blue) = 170+48+13=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA300D is #55CFF2. Grayscale: #505050. Windows color (decimal): -5623795 or 864426. OLE color: 864426.

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

Color convert

RGB 170 48 13 -
CMYK 0 0.72 0.92 0.33
HSL 13.38º 0.86% 0.36% -
HSV(B) 13.38º 0.92% 0.67% -
XYZ 17.71 10.69 1.51 -
YUV 80.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 170 48 13 0 0.72 0.92 0.33 13.38 0.86 0.36
Hex AA 30 D 0 48 5C 21 D 56 24
Octal 252 60 15 0 110 134 41 15 126 44
Binary 10101010 110000 1101 0 1001000 1011100 100001 1101 1010110 100100

Color Harmonies of #AA300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA300D

Black with #AA300D

Text Example


Text Example

White with #AA300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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