#AD2D04

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

Shades of Rust #AD2D04

Tints of Rust #AD2D04

Color information

#AD2D04 (or 0xAD2D04) is unknown color: approx Rust. HEX triplet: AD, 2D and 04. RGB value is (173,45,4). Sum of RGB (Red+Green+Blue) = 173+45+4=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D04 is #52D2FB. Grayscale: #4E4E4E. Windows color (decimal): -5427964 or 273837. OLE color: 273837.

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

Color convert

RGB173454-
CMYK00.740.980.32
HSL14.56º95.48%34.71%-
HSV(B)14.56º97.69%67.84%-
XYZ18.1910.771.23-
YUV78.685.91195.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=77.93%
G=20.27%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17345400.740.980.3214.5695.4834.71
HexAD2D404A6220f5f23
Octal2555540112142401713743
Binary1010110110110110001001010110001010000011111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D04; }

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

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

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

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

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

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

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

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