#AD3004

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

Shades of Rust #AD3004

Tints of Rust #AD3004

Color information

#AD3004 (or 0xAD3004) is unknown color: approx Rust. HEX triplet: AD, 30 and 04. RGB value is (173,48,4). Sum of RGB (Red+Green+Blue) = 173+48+4=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3004 is #52CFFB. Grayscale: #505050. Windows color (decimal): -5427196 or 274605. OLE color: 274605.

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

Color convert

RGB173484-
CMYK00.720.980.32
HSL15.62º95.48%34.71%-
HSV(B)15.62º97.69%67.84%-
XYZ18.3111.011.27-
YUV80.3684.91194.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=76.89%
G=21.33%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17348400.720.980.3215.6295.4834.71
HexAD3040486220105f23
Octal2556040110142402013743
Binary10101101110000100010010001100010100000100001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3004; }

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

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

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

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

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

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

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

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