#AD3312

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

Shades of Rust #AD3312

Tints of Rust #AD3312

Color information

#AD3312 (or 0xAD3312) is unknown color: approx Rust. HEX triplet: AD, 33 and 12. RGB value is (173,51,18). Sum of RGB (Red+Green+Blue) = 173+51+18=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3312 is #52CCED. Grayscale: #535353. Windows color (decimal): -5426414 or 1192877. OLE color: 1192877.

HSL color Cylindrical-coordinate representation of color #AD3312: hue angle of 12.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3312 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1735118-
CMYK00.710.900.32
HSL12.77º81.15%37.45%-
HSV(B)12.77º89.6%67.84%-
XYZ18.5311.31.78-
YUV83.7290.92191.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=71.49%
G=21.07%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173511800.710.900.3212.7781.1537.45
HexAD33120475A20d5125
Octal25563220107132401512145
Binary101011011100111001001000111101101010000011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3312; }

 p { color: rgb(173,51,18); }

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

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

 a { background-color: rgb(173,51,18); }

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

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

 span { border-color: rgb(173,51,18); }

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