Shades of Rust #CD4910
Tints of Rust #CD4910
RGB
CMYK
RGB Variations
Color information
#CD4910 (or 0xCD4910) is known color: Rust. HEX triplet: CD, 49 and 10. RGB value is (205,73,16). Sum of RGB (Red+Green+Blue) = 205+73+16=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4910 is #32B6EF. Grayscale: #6A6A6A. Windows color (decimal): -3323632 or 1067469. OLE color: 1067469.
HSL color Cylindrical-coordinate representation of color #CD4910: hue angle of 18.1º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD4910 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.20 |
| HSL | 18.1º | 0.86% | 0.43% | - |
| HSV(B) | 18.1º | 0.92% | 0.8% | - |
| XYZ | 27.65 | 17.78 | 2.46 | - |
| YUV | 105.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 16 | 0 | 0.64 | 0.92 | 0.20 | 18.1 | 0.86 | 0.43 |
| Hex | CD | 49 | 10 | 0 | 40 | 5C | 14 | 12 | 56 | 2B |
| Octal | 315 | 111 | 20 | 0 | 100 | 134 | 24 | 22 | 126 | 53 |
| Binary | 11001101 | 1001001 | 10000 | 0 | 1000000 | 1011100 | 10100 | 10010 | 1010110 | 101011 |
Color Harmonies of #CD4910
Complementary color
Monochromatic Colors of #CD4910
Black with #CD4910
Text Example
Text Example
White with #CD4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4910; }
p { color: rgb(205,73,16); }
H1.HeaderClassName
{
color: #CD4910;
}
.AnyTagClassName
{
color: #CD4910;
}
</style>
background-color css
<style>
a { background-color: #CD4910; }
a { background-color: rgb(205,73,16); }
div.DivClassName
{
background-color: #CD4910;
}
.BgClassName
{
background-color: #CD4910;
}
</style>
border-color css
<style>
span { border-color: #CD4910; }
span { border-color: rgb(205,73,16); }
td.TdClassName
{
border-color: #CD4910;
}
.TagClassName
{
border-color: #CD4910;
}
</style>