#AD3002

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

Shades of Rust #AD3002

Tints of Rust #AD3002

Color information

#AD3002 (or 0xAD3002) is unknown color: approx Rust. HEX triplet: AD, 30 and 02. RGB value is (173,48,2). Sum of RGB (Red+Green+Blue) = 173+48+2=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3002 is #52CFFD. Grayscale: #505050. Windows color (decimal): -5427198 or 143533. OLE color: 143533.

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

Color convert

RGB173482-
CMYK00.720.990.32
HSL16.14º97.71%34.31%-
HSV(B)16.14º98.84%67.84%-
XYZ18.3111.22-
YUV80.1383.91194.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.58%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=77.58%
G=21.52%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17348200.720.990.3216.1497.7134.31
HexAD3020486320106222
Octal2556020110143402014242
Binary1010110111000010010010001100011100000100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3002; }

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

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

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

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

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

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

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

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