Html Css Color HEX #AA2400 Rust

📋 copy color: '#AA2400'

red 170 ◦ green 36 ◦ blue 0

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

Shades of Rust #AA2400

Tints of Rust #AA2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 82.52%
G = 17.48%
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

#AA2400 (or 0xAA2400) is known color: Rust. HEX triplet: AA, 24 and 00. RGB value is (170,36,0). Sum of RGB (Red+Green+Blue) = 170+36+0=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2400 is #55DBFF. Grayscale: #484848. Windows color (decimal): -5626880 or 9386. OLE color: 9386.

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

Color convert

RGB 170 36 0 -
CMYK 0 0.79 1 0.33
HSL 12.71º 1% 0.33% -
HSV(B) 12.71º 1% 0.67% -
XYZ 17.21 9.81 0.99 -
YUV 71.96 87.39 197.93 -
System Red Green Blue C M Y K H S L
Decimal 170 36 0 0 0.79 1 0.33 12.71 1 0.33
Hex AA 24 0 0 4F 64 21 D 64 21
Octal 252 44 0 0 117 144 41 15 144 41
Binary 10101010 100100 0 0 1001111 1100100 100001 1101 1100100 100001

Color Harmonies of #AA2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2400

Black with #AA2400

Text Example


Text Example

White with #AA2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2400; }

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

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

background-color css

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

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

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

border-color css

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

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

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