#AD3A15

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

Shades of Rust #AD3A15

Tints of Rust #AD3A15

Color information

#AD3A15 (or 0xAD3A15) is unknown color: approx Rust. HEX triplet: AD, 3A and 15. RGB value is (173,58,21). Sum of RGB (Red+Green+Blue) = 173+58+21=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A15 is #52C5EA. Grayscale: #585858. Windows color (decimal): -5424619 or 1391277. OLE color: 1391277.

HSL color Cylindrical-coordinate representation of color #AD3A15: hue angle of 14.61º degrees, saturation: 0.78, 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 #AD3A15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1735821-
CMYK00.660.880.32
HSL14.61º78.35%38.04%-
HSV(B)14.61º87.86%67.84%-
XYZ18.8811.962.02-
YUV88.1790.1188.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=68.65%
G=23.02%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173582100.660.880.3214.6178.3538.04
HexAD3A150425820f4e26
Octal25572250102130401711646
Binary101011011110101010101000010101100010000011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3A15; }

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

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

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

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

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

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

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

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