Html Css Color HEX #AA3F15 Rust

📋 copy color: '#AA3F15'

red 170 ◦ green 63 ◦ blue 21

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

Shades of Rust #AA3F15

Tints of Rust #AA3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 66.93%
G = 24.8%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA3F15 (or 0xAA3F15) is known color: Rust. HEX triplet: AA, 3F and 15. RGB value is (170,63,21). Sum of RGB (Red+Green+Blue) = 170+63+21=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F15 is #55C0EA. Grayscale: #5A5A5A. Windows color (decimal): -5619947 or 1392554. OLE color: 1392554.

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

Color convert

RGB 170 63 21 -
CMYK 0 0.63 0.88 0.33
HSL 16.91º 0.78% 0.37% -
HSV(B) 16.91º 0.88% 0.67% -
XYZ 18.49 12.16 2.08 -
YUV 90.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 170 63 21 0 0.63 0.88 0.33 16.91 0.78 0.37
Hex AA 3F 15 0 3F 58 21 11 4E 25
Octal 252 77 25 0 77 130 41 21 116 45
Binary 10101010 111111 10101 0 111111 1011000 100001 10001 1001110 100101

Color Harmonies of #AA3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F15

Black with #AA3F15

Text Example


Text Example

White with #AA3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F15; }

 p { color: rgb(170,63,21); }

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

background-color css

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

 a { background-color: rgb(170,63,21); }

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

border-color css

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

 span { border-color: rgb(170,63,21); }

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