#AD2802

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

Shades of Rust #AD2802

Tints of Rust #AD2802

Color information

#AD2802 (or 0xAD2802) is unknown color: approx Rust. HEX triplet: AD, 28 and 02. RGB value is (173,40,2). Sum of RGB (Red+Green+Blue) = 173+40+2=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2802 is #52D7FD. Grayscale: #4B4B4B. Windows color (decimal): -5429246 or 141485. OLE color: 141485.

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

Color convert

RGB173402-
CMYK00.770.990.32
HSL13.33º97.71%34.31%-
HSV(B)13.33º98.84%67.84%-
XYZ1810.411.12-
YUV75.4386.56197.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 80.47%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=80.47%
G=18.60%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17340200.770.990.3213.3397.7134.31
HexAD28204D6320d6222
Octal2555020115143401514242
Binary101011011010001001001101110001110000011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2802; }

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

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

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

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

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

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

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

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