Html Css Color HEX #AA3300 Rust

📋 copy color: '#AA3300'

red 170 ◦ green 51 ◦ blue 0

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

Shades of Rust #AA3300

Tints of Rust #AA3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.92%
G = 23.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3300 (or 0xAA3300) is known color: Rust. HEX triplet: AA, 33 and 00. RGB value is (170,51,0). Sum of RGB (Red+Green+Blue) = 170+51+0=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3300 is #55CCFF. Grayscale: #515151. Windows color (decimal): -5623040 or 13226. OLE color: 13226.

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

Color convert

RGB 170 51 0 -
CMYK 0 0.7 1 0.33
HSL 18º 1% 0.33% -
HSV(B) 18º 1% 0.67% -
XYZ 17.76 10.91 1.17 -
YUV 80.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 170 51 0 0 0.7 1 0.33 18 1 0.33
Hex AA 33 0 0 46 64 21 12 64 21
Octal 252 63 0 0 106 144 41 22 144 41
Binary 10101010 110011 0 0 1000110 1100100 100001 10010 1100100 100001

Color Harmonies of #AA3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3300

Black with #AA3300

Text Example


Text Example

White with #AA3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3300; }

 p { color: rgb(170,51,0); }

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

background-color css

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

 a { background-color: rgb(170,51,0); }

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

border-color css

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

 span { border-color: rgb(170,51,0); }

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