#AD421E

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

Shades of Rust #AD421E

Tints of Rust #AD421E

Color information

#AD421E (or 0xAD421E) is unknown color: approx Rust. HEX triplet: AD, 42 and 1E. RGB value is (173,66,30). Sum of RGB (Red+Green+Blue) = 173+66+30=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421E is #52BDE1. Grayscale: #5E5E5E. Windows color (decimal): -5422562 or 1983149. OLE color: 1983149.

HSL color Cylindrical-coordinate representation of color #AD421E: hue angle of 15.1º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD421E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1736630-
CMYK00.620.830.32
HSL15.1º70.44%39.8%-
HSV(B)15.1º82.66%67.84%-
XYZ19.4212.872.69-
YUV93.8991.95184.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.31%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=64.31%
G=24.54%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173663000.620.830.3215.170.4439.8
HexAD421E03E5320f4628
Octal25510236076123401710650
Binary101011011000010111100111110101001110000011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD421E; }

 p { color: rgb(173,66,30); }

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

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

 a { background-color: rgb(173,66,30); }

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

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

 span { border-color: rgb(173,66,30); }

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