#AD400A

Color #AD400A Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AD400A

Tints of Rust #AD400A

Color information

#AD400A (or 0xAD400A) is unknown color: approx Rust. HEX triplet: AD, 40 and 0A. RGB value is (173,64,10). Sum of RGB (Red+Green+Blue) = 173+64+10=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400A is #52BFF5. Grayscale: #5A5A5A. Windows color (decimal): -5423094 or 671917. OLE color: 671917.

HSL color Cylindrical-coordinate representation of color #AD400A: hue angle of 19.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD400A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1736410-
CMYK00.630.940.32
HSL19.88º89.07%35.88%-
HSV(B)19.88º94.22%67.84%-
XYZ19.1212.571.71-
YUV90.4382.61186.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.04%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=70.04%
G=25.91%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173641000.630.940.3219.8889.0735.88
HexAD40A03F5E20145924
Octal25510012077136402413144
Binary101011011000000101001111111011110100000101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD400A; }

 p { color: rgb(173,64,10); }

 H1.HeaderClassName
 {
   color: #AD400A;
 }
 .AnyTagClassName
 {
   color: #AD400A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,64,10); }

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

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

 span { border-color: rgb(173,64,10); }

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