#AD3A1D

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

Shades of Rust #AD3A1D

Tints of Rust #AD3A1D

Color information

#AD3A1D (or 0xAD3A1D) is unknown color: approx Rust. HEX triplet: AD, 3A and 1D. RGB value is (173,58,29). Sum of RGB (Red+Green+Blue) = 173+58+29=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A1D is #52C5E2. Grayscale: #595959. Windows color (decimal): -5424611 or 1915565. OLE color: 1915565.

HSL color Cylindrical-coordinate representation of color #AD3A1D: hue angle of 12.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD3A1D is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1735829-
CMYK00.660.830.32
HSL12.08º71.29%39.61%-
HSV(B)12.08º83.24%67.84%-
XYZ18.97122.48-
YUV89.0894.1187.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=66.54%
G=22.31%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173582900.660.830.3212.0871.2939.61
HexAD3A1D0425320c4728
Octal25572350102123401410750
Binary101011011110101110101000010101001110000011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3A1D; }

 p { color: rgb(173,58,29); }

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

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

 a { background-color: rgb(173,58,29); }

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

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

 span { border-color: rgb(173,58,29); }

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