Html Css Color HEX #AA2503 Rust

📋 copy color: '#AA2503'

red 170 ◦ green 37 ◦ blue 3

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

Shades of Rust #AA2503

Tints of Rust #AA2503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 80.95%
G = 17.62%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA2503 (or 0xAA2503) is known color: Rust. HEX triplet: AA, 25 and 03. RGB value is (170,37,3). Sum of RGB (Red+Green+Blue) = 170+37+3=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2503 is #55DAFC. Grayscale: #494949. Windows color (decimal): -5626621 or 206250. OLE color: 206250.

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

Color convert

RGB 170 37 3 -
CMYK 0 0.78 0.98 0.33
HSL 12.22º 0.97% 0.34% -
HSV(B) 12.22º 0.98% 0.67% -
XYZ 17.26 9.88 1.08 -
YUV 72.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 170 37 3 0 0.78 0.98 0.33 12.22 0.97 0.34
Hex AA 25 3 0 4E 62 21 C 61 22
Octal 252 45 3 0 116 142 41 14 141 42
Binary 10101010 100101 11 0 1001110 1100010 100001 1100 1100001 100010

Color Harmonies of #AA2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2503

Black with #AA2503

Text Example


Text Example

White with #AA2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2503; }

 p { color: rgb(170,37,3); }

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

background-color css

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

 a { background-color: rgb(170,37,3); }

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

border-color css

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

 span { border-color: rgb(170,37,3); }

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