#AD3D04

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

Shades of Rust #AD3D04

Tints of Rust #AD3D04

Color information

#AD3D04 (or 0xAD3D04) is unknown color: approx Rust. HEX triplet: AD, 3D and 04. RGB value is (173,61,4). Sum of RGB (Red+Green+Blue) = 173+61+4=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D04 is #52C2FB. Grayscale: #585858. Windows color (decimal): -5423868 or 277933. OLE color: 277933.

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

Color convert

RGB173614-
CMYK00.650.980.32
HSL20.24º95.48%34.71%-
HSV(B)20.24º97.69%67.84%-
XYZ18.9212.231.48-
YUV87.9980.61188.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.69%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=72.69%
G=25.63%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17361400.650.980.3220.2495.4834.71
HexAD3D40416220145f23
Octal2557540101142402413743
Binary10101101111101100010000011100010100000101001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D04; }

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

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

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

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

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

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

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

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