#AD2404

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

Shades of Rust #AD2404

Tints of Rust #AD2404

Color information

#AD2404 (or 0xAD2404) is unknown color: approx Rust. HEX triplet: AD, 24 and 04. RGB value is (173,36,4). Sum of RGB (Red+Green+Blue) = 173+36+4=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2404 is #52DBFB. Grayscale: #494949. Windows color (decimal): -5430268 or 271533. OLE color: 271533.

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

Color convert

RGB173364-
CMYK00.790.980.32
HSL11.36º95.48%34.71%-
HSV(B)11.36º97.69%67.84%-
XYZ17.8910.151.13-
YUV73.3288.89199.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.22%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=81.22%
G=16.90%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17336400.790.980.3211.3695.4834.71
HexAD24404F6220b5f23
Octal2554440117142401313743
Binary1010110110010010001001111110001010000010111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2404; }

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

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

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

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

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

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

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

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