#AD3104

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

Shades of Rust #AD3104

Tints of Rust #AD3104

Color information

#AD3104 (or 0xAD3104) is unknown color: approx Rust. HEX triplet: AD, 31 and 04. RGB value is (173,49,4). Sum of RGB (Red+Green+Blue) = 173+49+4=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3104 is #52CEFB. Grayscale: #515151. Windows color (decimal): -5426940 or 274861. OLE color: 274861.

HSL color Cylindrical-coordinate representation of color #AD3104: hue angle of 15.98º 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 #AD3104 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB173494-
CMYK00.720.980.32
HSL15.98º95.48%34.71%-
HSV(B)15.98º97.69%67.84%-
XYZ18.3511.091.29-
YUV80.9584.58193.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.55%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=76.55%
G=21.68%
B=1.77%

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
Decimal17349400.720.980.3215.9895.4834.71
HexAD3140486220105f23
Octal2556140110142402013743
Binary10101101110001100010010001100010100000100001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3104; }

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

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

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

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

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

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

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

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