#AD3C14

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

Shades of Rust #AD3C14

Tints of Rust #AD3C14

Color information

#AD3C14 (or 0xAD3C14) is unknown color: approx Rust. HEX triplet: AD, 3C and 14. RGB value is (173,60,20). Sum of RGB (Red+Green+Blue) = 173+60+20=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C14 is #52C3EB. Grayscale: #595959. Windows color (decimal): -5424108 or 1326253. OLE color: 1326253.

HSL color Cylindrical-coordinate representation of color #AD3C14: hue angle of 15.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD3C14 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1736020-
CMYK00.650.880.32
HSL15.69º79.27%37.84%-
HSV(B)15.69º88.44%67.84%-
XYZ18.9812.172.01-
YUV89.2388.94187.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.38%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=68.38%
G=23.72%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173602000.650.880.3215.6979.2737.84
HexAD3C140415820104f26
Octal25574240101130402011746
Binary1010110111110010100010000011011000100000100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C14; }

 p { color: rgb(173,60,20); }

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

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

 a { background-color: rgb(173,60,20); }

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

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

 span { border-color: rgb(173,60,20); }

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