#AD3005

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

Shades of Rust #AD3005

Tints of Rust #AD3005

Color information

#AD3005 (or 0xAD3005) is unknown color: approx Rust. HEX triplet: AD, 30 and 05. RGB value is (173,48,5). Sum of RGB (Red+Green+Blue) = 173+48+5=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3005 is #52CFFA. Grayscale: #505050. Windows color (decimal): -5427195 or 340141. OLE color: 340141.

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

Color convert

RGB173485-
CMYK00.720.970.32
HSL15.36º94.38%34.9%-
HSV(B)15.36º97.11%67.84%-
XYZ18.3211.011.3-
YUV80.4785.41194-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.55%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=76.55%
G=21.24%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17348500.720.970.3215.3694.3834.9
HexAD3050486120f5e23
Octal2556050110141401713643
Binary1010110111000010101001000110000110000011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3005; }

 p { color: rgb(173,48,5); }

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

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

 a { background-color: rgb(173,48,5); }

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

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

 span { border-color: rgb(173,48,5); }

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