Html Css Color HEX #AA2302 Rust

📋 copy color: '#AA2302'

red 170 ◦ green 35 ◦ blue 2

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

Shades of Rust #AA2302

Tints of Rust #AA2302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 82.13%
G = 16.91%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2302 (or 0xAA2302) is known color: Rust. HEX triplet: AA, 23 and 02. RGB value is (170,35,2). Sum of RGB (Red+Green+Blue) = 170+35+2=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2302 is #55DCFD. Grayscale: #474747. Windows color (decimal): -5627134 or 140202. OLE color: 140202.

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

Color convert

RGB 170 35 2 -
CMYK 0 0.79 0.99 0.33
HSL 11.79º 0.98% 0.34% -
HSV(B) 11.79º 0.99% 0.67% -
XYZ 17.19 9.75 1.03 -
YUV 71.6 88.73 198.18 -
System Red Green Blue C M Y K H S L
Decimal 170 35 2 0 0.79 0.99 0.33 11.79 0.98 0.34
Hex AA 23 2 0 4F 63 21 C 62 22
Octal 252 43 2 0 117 143 41 14 142 42
Binary 10101010 100011 10 0 1001111 1100011 100001 1100 1100010 100010

Color Harmonies of #AA2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2302

Black with #AA2302

Text Example


Text Example

White with #AA2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2302; }

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

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

background-color css

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

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

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

border-color css

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

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

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