Shades of Rust #AD3318
Tints of Rust #AD3318
RGB
CMYK
RGB Variations
Color information
#AD3318 (or 0xAD3318) is known color: Rust. HEX triplet: AD, 33 and 18. RGB value is (173,51,24). Sum of RGB (Red+Green+Blue) = 173+51+24=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3318 is #52CCE7. Grayscale: #545454. Windows color (decimal): -5426408 or 1586093. OLE color: 1586093.
HSL color Cylindrical-coordinate representation of color #AD3318: hue angle of 10.87º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD3318 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 24 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.32 |
| HSL | 10.87º | 0.76% | 0.39% | - |
| HSV(B) | 10.87º | 0.86% | 0.68% | - |
| XYZ | 18.58 | 11.32 | 2.07 | - |
| YUV | 84.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 24 | 0 | 0.71 | 0.86 | 0.32 | 10.87 | 0.76 | 0.39 |
| Hex | AD | 33 | 18 | 0 | 47 | 56 | 20 | B | 4C | 27 |
| Octal | 255 | 63 | 30 | 0 | 107 | 126 | 40 | 13 | 114 | 47 |
| Binary | 10101101 | 110011 | 11000 | 0 | 1000111 | 1010110 | 100000 | 1011 | 1001100 | 100111 |
Color Harmonies of #AD3318
Complementary color
Monochromatic Colors of #AD3318
Black with #AD3318
Text Example
Text Example
White with #AD3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3318; }
p { color: rgb(173,51,24); }
H1.HeaderClassName
{
color: #AD3318;
}
.AnyTagClassName
{
color: #AD3318;
}
</style>
background-color css
<style>
a { background-color: #AD3318; }
a { background-color: rgb(173,51,24); }
div.DivClassName
{
background-color: #AD3318;
}
.BgClassName
{
background-color: #AD3318;
}
</style>
border-color css
<style>
span { border-color: #AD3318; }
span { border-color: rgb(173,51,24); }
td.TdClassName
{
border-color: #AD3318;
}
.TagClassName
{
border-color: #AD3318;
}
</style>