#AD3D08

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

Shades of Rust #AD3D08

Tints of Rust #AD3D08

Color information

#AD3D08 (or 0xAD3D08) is unknown color: approx Rust. HEX triplet: AD, 3D and 08. RGB value is (173,61,8). Sum of RGB (Red+Green+Blue) = 173+61+8=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D08 is #52C2F7. Grayscale: #585858. Windows color (decimal): -5423864 or 540077. OLE color: 540077.

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

Color convert

RGB173618-
CMYK00.650.950.32
HSL19.27º91.16%35.49%-
HSV(B)19.27º95.38%67.84%-
XYZ18.9512.241.59-
YUV88.4582.61188.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=71.49%
G=25.21%
B=3.31%

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
Decimal17361800.650.950.3219.2791.1635.49
HexAD3D80415F20135b23
Octal25575100101137402313343
Binary101011011111011000010000011011111100000100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D08; }

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

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

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

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

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

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

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

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