Html Css Color HEX #AA2303 Rust

📋 copy color: '#AA2303'

red 170 ◦ green 35 ◦ blue 3

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

Shades of Rust #AA2303

Tints of Rust #AA2303

RGB

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

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

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

R = 81.73%
G = 16.83%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA2303 (or 0xAA2303) is known color: Rust. HEX triplet: AA, 23 and 03. RGB value is (170,35,3). Sum of RGB (Red+Green+Blue) = 170+35+3=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2303 is #55DCFC. Grayscale: #474747. Windows color (decimal): -5627133 or 205738. OLE color: 205738.

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

Color convert

RGB 170 35 3 -
CMYK 0 0.79 0.98 0.33
HSL 11.5º 0.97% 0.34% -
HSV(B) 11.5º 0.98% 0.67% -
XYZ 17.2 9.75 1.06 -
YUV 71.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 170 35 3 0 0.79 0.98 0.33 11.5 0.97 0.34
Hex AA 23 3 0 4F 62 21 B 61 22
Octal 252 43 3 0 117 142 41 13 141 42
Binary 10101010 100011 11 0 1001111 1100010 100001 1011 1100001 100010

Color Harmonies of #AA2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2303

Black with #AA2303

Text Example


Text Example

White with #AA2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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