#AD2D03

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

Shades of Rust #AD2D03

Tints of Rust #AD2D03

Color information

#AD2D03 (or 0xAD2D03) is unknown color: approx Rust. HEX triplet: AD, 2D and 03. RGB value is (173,45,3). Sum of RGB (Red+Green+Blue) = 173+45+3=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D03 is #52D2FC. Grayscale: #4E4E4E. Windows color (decimal): -5427965 or 208301. OLE color: 208301.

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

Color convert

RGB173453-
CMYK00.740.980.32
HSL14.82º96.59%34.51%-
HSV(B)14.82º98.27%67.84%-
XYZ18.1910.771.21-
YUV78.4885.41195.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=78.28%
G=20.36%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17345300.740.980.3214.8296.5934.51
HexAD2D304A6220f6123
Octal2555530112142401714143
Binary101011011011011101001010110001010000011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D03; }

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

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

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

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

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

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

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

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