#AD2F03

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

Shades of Rust #AD2F03

Tints of Rust #AD2F03

Color information

#AD2F03 (or 0xAD2F03) is unknown color: approx Rust. HEX triplet: AD, 2F and 03. RGB value is (173,47,3). Sum of RGB (Red+Green+Blue) = 173+47+3=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F03 is #52D0FC. Grayscale: #4F4F4F. Windows color (decimal): -5427453 or 208813. OLE color: 208813.

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

Color convert

RGB173473-
CMYK00.730.980.32
HSL15.53º96.59%34.51%-
HSV(B)15.53º98.27%67.84%-
XYZ18.2710.921.23-
YUV79.6684.74194.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.58%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=77.58%
G=21.08%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17347300.730.980.3215.5396.5934.51
HexAD2F30496220106123
Octal2555730111142402014143
Binary1010110110111111010010011100010100000100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2F03; }

 p { color: rgb(173,47,3); }

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

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

 a { background-color: rgb(173,47,3); }

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

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

 span { border-color: rgb(173,47,3); }

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