#AD2808

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

Shades of Rust #AD2808

Tints of Rust #AD2808

Color information

#AD2808 (or 0xAD2808) is unknown color: approx Rust. HEX triplet: AD, 28 and 08. RGB value is (173,40,8). Sum of RGB (Red+Green+Blue) = 173+40+8=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2808 is #52D7F7. Grayscale: #4C4C4C. Windows color (decimal): -5429240 or 534701. OLE color: 534701.

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

Color convert

RGB173408-
CMYK00.770.950.32
HSL11.64º91.16%35.49%-
HSV(B)11.64º95.38%67.84%-
XYZ18.0410.421.29-
YUV76.1289.56197.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=78.28%
G=18.10%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17340800.770.950.3211.6491.1635.49
HexAD28804D5F20c5b23
Octal25550100115137401413343
Binary10101101101000100001001101101111110000011001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2808; }

 p { color: rgb(173,40,8); }

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

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

 a { background-color: rgb(173,40,8); }

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

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

 span { border-color: rgb(173,40,8); }

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