Html Css Color HEX #AA2300 Rust

📋 copy color: '#AA2300'

red 170 ◦ green 35 ◦ blue 0

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

Shades of Rust #AA2300

Tints of Rust #AA2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 82.93%
G = 17.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2300 (or 0xAA2300) is known color: Rust. HEX triplet: AA, 23 and 00. RGB value is (170,35,0). Sum of RGB (Red+Green+Blue) = 170+35+0=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2300 is #55DCFF. Grayscale: #474747. Windows color (decimal): -5627136 or 9130. OLE color: 9130.

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

Color convert

RGB 170 35 0 -
CMYK 0 0.79 1 0.33
HSL 12.35º 1% 0.33% -
HSV(B) 12.35º 1% 0.67% -
XYZ 17.18 9.75 0.98 -
YUV 71.38 87.73 198.35 -
System Red Green Blue C M Y K H S L
Decimal 170 35 0 0 0.79 1 0.33 12.35 1 0.33
Hex AA 23 0 0 4F 64 21 C 64 21
Octal 252 43 0 0 117 144 41 14 144 41
Binary 10101010 100011 0 0 1001111 1100100 100001 1100 1100100 100001

Color Harmonies of #AA2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2300

Black with #AA2300

Text Example


Text Example

White with #AA2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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