Html Css Color HEX #AA3007 Rust

📋 copy color: '#AA3007'

red 170 ◦ green 48 ◦ blue 7

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

Shades of Rust #AA3007

Tints of Rust #AA3007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 75.56%
G = 21.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3007 (or 0xAA3007) is known color: Rust. HEX triplet: AA, 30 and 07. RGB value is (170,48,7). Sum of RGB (Red+Green+Blue) = 170+48+7=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3007 is #55CFF8. Grayscale: #505050. Windows color (decimal): -5623801 or 471210. OLE color: 471210.

HSL color Cylindrical-coordinate representation of color #AA3007: hue angle of 15.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3007 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 7 -
CMYK 0 0.72 0.96 0.33
HSL 15.09º 0.92% 0.35% -
HSV(B) 15.09º 0.96% 0.67% -
XYZ 17.67 10.68 1.33 -
YUV 79.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 170 48 7 0 0.72 0.96 0.33 15.09 0.92 0.35
Hex AA 30 7 0 48 60 21 F 5C 23
Octal 252 60 7 0 110 140 41 17 134 43
Binary 10101010 110000 111 0 1001000 1100000 100001 1111 1011100 100011

Color Harmonies of #AA3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3007

Black with #AA3007

Text Example


Text Example

White with #AA3007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3007; }

 p { color: rgb(170,48,7); }

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

background-color css

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

 a { background-color: rgb(170,48,7); }

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

border-color css

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

 span { border-color: rgb(170,48,7); }

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