#AD2D0F

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

Shades of Rust #AD2D0F

Tints of Rust #AD2D0F

Color information

#AD2D0F (or 0xAD2D0F) is unknown color: approx Rust. HEX triplet: AD, 2D and 0F. RGB value is (173,45,15). Sum of RGB (Red+Green+Blue) = 173+45+15=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D0F is #52D2F0. Grayscale: #505050. Windows color (decimal): -5427953 or 994733. OLE color: 994733.

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

Color convert

RGB1734515-
CMYK00.740.910.32
HSL11.39º84.04%36.86%-
HSV(B)11.39º91.33%67.84%-
XYZ18.2610.81.57-
YUV79.8591.41194.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.25%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=74.25%
G=19.31%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173451500.740.910.3211.3984.0436.86
HexAD2DF04A5B20b5425
Octal25555170112133401312445
Binary10101101101101111101001010101101110000010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D0F; }

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

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

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

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

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

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

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

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