#AD3C08

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

Shades of Rust #AD3C08

Tints of Rust #AD3C08

Color information

#AD3C08 (or 0xAD3C08) is unknown color: approx Rust. HEX triplet: AD, 3C and 08. RGB value is (173,60,8). Sum of RGB (Red+Green+Blue) = 173+60+8=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C08 is #52C3F7. Grayscale: #585858. Windows color (decimal): -5424120 or 539821. OLE color: 539821.

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

Color convert

RGB173608-
CMYK00.650.950.32
HSL18.91º91.16%35.49%-
HSV(B)18.91º95.38%67.84%-
XYZ18.8912.131.58-
YUV87.8682.94188.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.78%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=71.78%
G=24.90%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17360800.650.950.3218.9191.1635.49
HexAD3C80415F20135b23
Octal25574100101137402313343
Binary101011011111001000010000011011111100000100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C08; }

 p { color: rgb(173,60,8); }

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

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

 a { background-color: rgb(173,60,8); }

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

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

 span { border-color: rgb(173,60,8); }

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