#AD3213

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

Shades of Rust #AD3213

Tints of Rust #AD3213

Color information

#AD3213 (or 0xAD3213) is unknown color: approx Rust. HEX triplet: AD, 32 and 13. RGB value is (173,50,19). Sum of RGB (Red+Green+Blue) = 173+50+19=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3213 is #52CDEC. Grayscale: #535353. Windows color (decimal): -5426669 or 1258157. OLE color: 1258157.

HSL color Cylindrical-coordinate representation of color #AD3213: hue angle of 12.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD3213 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1735019-
CMYK00.710.890.32
HSL12.08º80.21%37.65%-
HSV(B)12.08º89.02%67.84%-
XYZ18.4911.211.81-
YUV83.2491.75192.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=71.49%
G=20.66%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173501900.710.890.3212.0880.2137.65
HexAD32130475920c5026
Octal25562230107131401412046
Binary101011011100101001101000111101100110000011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3213; }

 p { color: rgb(173,50,19); }

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

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

 a { background-color: rgb(173,50,19); }

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

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

 span { border-color: rgb(173,50,19); }

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