Html Css Color HEX #AA3F0F Rust

📋 copy color: '#AA3F0F'

red 170 ◦ green 63 ◦ blue 15

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

Shades of Rust #AA3F0F

Tints of Rust #AA3F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 68.55%
G = 25.4%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3F0F (or 0xAA3F0F) is known color: Rust. HEX triplet: AA, 3F and 0F. RGB value is (170,63,15). Sum of RGB (Red+Green+Blue) = 170+63+15=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F0F is #55C0F0. Grayscale: #595959. Windows color (decimal): -5619953 or 999338. OLE color: 999338.

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

Color convert

RGB 170 63 15 -
CMYK 0 0.63 0.91 0.33
HSL 18.58º 0.84% 0.36% -
HSV(B) 18.58º 0.91% 0.67% -
XYZ 18.44 12.14 1.82 -
YUV 89.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 170 63 15 0 0.63 0.91 0.33 18.58 0.84 0.36
Hex AA 3F F 0 3F 5B 21 13 54 24
Octal 252 77 17 0 77 133 41 23 124 44
Binary 10101010 111111 1111 0 111111 1011011 100001 10011 1010100 100100

Color Harmonies of #AA3F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F0F

Black with #AA3F0F

Text Example


Text Example

White with #AA3F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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