#AD4B11

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

Shades of Rust #AD4B11

Tints of Rust #AD4B11

Color information

#AD4B11 (or 0xAD4B11) is unknown color: approx Rust. HEX triplet: AD, 4B and 11. RGB value is (173,75,17). Sum of RGB (Red+Green+Blue) = 173+75+17=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B11 is #52B4EE. Grayscale: #626262. Windows color (decimal): -5420271 or 1133485. OLE color: 1133485.

HSL color Cylindrical-coordinate representation of color #AD4B11: hue angle of 22.31º degrees, saturation: 0.82, 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 #AD4B11 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1737517-
CMYK00.570.900.32
HSL22.31º82.11%37.25%-
HSV(B)22.31º90.17%67.84%-
XYZ19.8513.962.18-
YUV97.6982.47181.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=65.28%
G=28.30%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173751700.570.900.3222.3182.1137.25
HexAD4B110395A20165225
Octal25511321071132402612245
Binary1010110110010111000101110011011010100000101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B11; }

 p { color: rgb(173,75,17); }

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

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

 a { background-color: rgb(173,75,17); }

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

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

 span { border-color: rgb(173,75,17); }

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