#AD3102

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

Shades of Rust #AD3102

Tints of Rust #AD3102

Color information

#AD3102 (or 0xAD3102) is unknown color: approx Rust. HEX triplet: AD, 31 and 02. RGB value is (173,49,2). Sum of RGB (Red+Green+Blue) = 173+49+2=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3102 is #52CEFD. Grayscale: #515151. Windows color (decimal): -5426942 or 143789. OLE color: 143789.

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

Color convert

RGB173492-
CMYK00.720.990.32
HSL16.49º97.71%34.31%-
HSV(B)16.49º98.84%67.84%-
XYZ18.3411.091.23-
YUV80.7283.58193.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.23%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=77.23%
G=21.88%
B=0.89%

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
Decimal17349200.720.990.3216.4997.7134.31
HexAD3120486320106222
Octal2556120110143402014242
Binary1010110111000110010010001100011100000100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3102; }

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

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

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

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

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

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

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

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