#AD2C03

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

Shades of Rust #AD2C03

Tints of Rust #AD2C03

Color information

#AD2C03 (or 0xAD2C03) is unknown color: approx Rust. HEX triplet: AD, 2C and 03. RGB value is (173,44,3). Sum of RGB (Red+Green+Blue) = 173+44+3=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C03 is #52D3FC. Grayscale: #4E4E4E. Windows color (decimal): -5428221 or 208045. OLE color: 208045.

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

Color convert

RGB173443-
CMYK00.750.980.32
HSL14.47º96.59%34.51%-
HSV(B)14.47º98.27%67.84%-
XYZ18.1510.691.19-
YUV77.985.74195.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.64%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=78.64%
G=20%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17344300.750.980.3214.4796.5934.51
HexAD2C304B6220e6123
Octal2555430113142401614143
Binary101011011011001101001011110001010000011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C03; }

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

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

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

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

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

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

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

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