#AD390B

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

Shades of Rust #AD390B

Tints of Rust #AD390B

Color information

#AD390B (or 0xAD390B) is unknown color: approx Rust. HEX triplet: AD, 39 and 0B. RGB value is (173,57,11). Sum of RGB (Red+Green+Blue) = 173+57+11=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD390B is #52C6F4. Grayscale: #565656. Windows color (decimal): -5424885 or 735661. OLE color: 735661.

HSL color Cylindrical-coordinate representation of color #AD390B: hue angle of 17.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD390B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1735711-
CMYK00.670.940.32
HSL17.04º88.04%36.08%-
HSV(B)17.04º93.64%67.84%-
XYZ18.7611.831.61-
YUV86.4485.43189.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.78%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=71.78%
G=23.65%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173571100.670.940.3217.0488.0436.08
HexAD39B0435E20115824
Octal25571130103136402113044
Binary101011011110011011010000111011110100000100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD390B; }

 p { color: rgb(173,57,11); }

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

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

 a { background-color: rgb(173,57,11); }

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

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

 span { border-color: rgb(173,57,11); }

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