Shades of Rust #CD4911
Tints of Rust #CD4911
RGB
CMYK
RGB Variations
Color information
#CD4911 (or 0xCD4911) is known color: Rust. HEX triplet: CD, 49 and 11. RGB value is (205,73,17). Sum of RGB (Red+Green+Blue) = 205+73+17=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4911 is #32B6EE. Grayscale: #6A6A6A. Windows color (decimal): -3323631 or 1133005. OLE color: 1133005.
HSL color Cylindrical-coordinate representation of color #CD4911: hue angle of 17.87º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD4911 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.20 |
| HSL | 17.87º | 0.85% | 0.44% | - |
| HSV(B) | 17.87º | 0.92% | 0.8% | - |
| XYZ | 27.66 | 17.78 | 2.51 | - |
| YUV | 106.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 17 | 0 | 0.64 | 0.92 | 0.20 | 17.87 | 0.85 | 0.44 |
| Hex | CD | 49 | 11 | 0 | 40 | 5C | 14 | 12 | 55 | 2C |
| Octal | 315 | 111 | 21 | 0 | 100 | 134 | 24 | 22 | 125 | 54 |
| Binary | 11001101 | 1001001 | 10001 | 0 | 1000000 | 1011100 | 10100 | 10010 | 1010101 | 101100 |
Color Harmonies of #CD4911
Complementary color
Monochromatic Colors of #CD4911
Black with #CD4911
Text Example
Text Example
White with #CD4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4911; }
p { color: rgb(205,73,17); }
H1.HeaderClassName
{
color: #CD4911;
}
.AnyTagClassName
{
color: #CD4911;
}
</style>
background-color css
<style>
a { background-color: #CD4911; }
a { background-color: rgb(205,73,17); }
div.DivClassName
{
background-color: #CD4911;
}
.BgClassName
{
background-color: #CD4911;
}
</style>
border-color css
<style>
span { border-color: #CD4911; }
span { border-color: rgb(205,73,17); }
td.TdClassName
{
border-color: #CD4911;
}
.TagClassName
{
border-color: #CD4911;
}
</style>