#AD2C04

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

Shades of Rust #AD2C04

Tints of Rust #AD2C04

Color information

#AD2C04 (or 0xAD2C04) is unknown color: approx Rust. HEX triplet: AD, 2C and 04. RGB value is (173,44,4). Sum of RGB (Red+Green+Blue) = 173+44+4=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C04 is #52D3FB. Grayscale: #4E4E4E. Windows color (decimal): -5428220 or 273581. OLE color: 273581.

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

Color convert

RGB173444-
CMYK00.750.980.32
HSL14.2º95.48%34.71%-
HSV(B)14.2º97.69%67.84%-
XYZ18.1610.691.22-
YUV78.0186.24195.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=78.28%
G=19.91%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17344400.750.980.3214.295.4834.71
HexAD2C404B6220e5f23
Octal2555440113142401613743
Binary1010110110110010001001011110001010000011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C04; }

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

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

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

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

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

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

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

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