Html Css Color HEX #AA3402 Rust

📋 copy color: '#AA3402'

red 170 ◦ green 52 ◦ blue 2

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

Shades of Rust #AA3402

Tints of Rust #AA3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

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

R = 75.89%
G = 23.21%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA3402 (or 0xAA3402) is known color: Rust. HEX triplet: AA, 34 and 02. RGB value is (170,52,2). Sum of RGB (Red+Green+Blue) = 170+52+2=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3402 is #55CBFD. Grayscale: #515151. Windows color (decimal): -5622782 or 144554. OLE color: 144554.

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

Color convert

RGB 170 52 2 -
CMYK 0 0.69 0.99 0.33
HSL 17.86º 0.98% 0.34% -
HSV(B) 17.86º 0.99% 0.67% -
XYZ 17.82 11.01 1.24 -
YUV 81.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 170 52 2 0 0.69 0.99 0.33 17.86 0.98 0.34
Hex AA 34 2 0 45 63 21 12 62 22
Octal 252 64 2 0 105 143 41 22 142 42
Binary 10101010 110100 10 0 1000101 1100011 100001 10010 1100010 100010

Color Harmonies of #AA3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3402

Black with #AA3402

Text Example


Text Example

White with #AA3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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