#AD400F

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

Shades of Rust #AD400F

Tints of Rust #AD400F

Color information

#AD400F (or 0xAD400F) is unknown color: approx Rust. HEX triplet: AD, 40 and 0F. RGB value is (173,64,15). Sum of RGB (Red+Green+Blue) = 173+64+15=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400F is #52BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5423089 or 999597. OLE color: 999597.

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

Color convert

RGB1736415-
CMYK00.630.910.32
HSL18.61º84.04%36.86%-
HSV(B)18.61º91.33%67.84%-
XYZ19.1512.591.87-
YUV9185.11186.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=68.65%
G=25.40%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173641500.630.910.3218.6184.0436.86
HexAD40F03F5B20135425
Octal25510017077133402312445
Binary101011011000000111101111111011011100000100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD400F; }

 p { color: rgb(173,64,15); }

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

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

 a { background-color: rgb(173,64,15); }

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

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

 span { border-color: rgb(173,64,15); }

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