#AD2E05

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

Shades of Rust #AD2E05

Tints of Rust #AD2E05

Color information

#AD2E05 (or 0xAD2E05) is unknown color: approx Rust. HEX triplet: AD, 2E and 05. RGB value is (173,46,5). Sum of RGB (Red+Green+Blue) = 173+46+5=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E05 is #52D1FA. Grayscale: #4F4F4F. Windows color (decimal): -5427707 or 339629. OLE color: 339629.

HSL color Cylindrical-coordinate representation of color #AD2E05: hue angle of 14.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2E05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB173465-
CMYK00.730.970.32
HSL14.64º94.38%34.9%-
HSV(B)14.64º97.11%67.84%-
XYZ18.2410.851.28-
YUV79.386.08194.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.23%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=77.23%
G=20.54%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17346500.730.970.3214.6494.3834.9
HexAD2E50496120f5e23
Octal2555650111141401713643
Binary1010110110111010101001001110000110000011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E05; }

 p { color: rgb(173,46,5); }

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

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

 a { background-color: rgb(173,46,5); }

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

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

 span { border-color: rgb(173,46,5); }

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