#ad510a

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

Shades of Rust #AD510A

Tints of Rust #AD510A

Color information

#AD510A (or 0xAD510A) is unknown color: approx Rust. HEX triplet: AD, 51 and 0A. RGB value is (173,81,10). Sum of RGB (Red+Green+Blue) = 173+81+10=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD510A is #52AEF5. Grayscale: #646464. Windows color (decimal): -5418742 or 676269. OLE color: 676269.

HSL color Cylindrical-coordinate representation of color #AD510A: hue angle of 26.13º 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 #AD510A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1738110-
CMYK00.530.940.32
HSL26.13º89.07%35.88%-
HSV(B)26.13º94.22%67.84%-
XYZ20.2314.792.08-
YUV100.4176.98179.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.53%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=65.53%
G=30.68%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173811000.530.940.3226.1389.0735.88
HexAD51A0355E201a5924
Octal25512112065136403213144
Binary101011011010001101001101011011110100000110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad510a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad510a; }

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

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

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

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

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

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

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

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