Shades of Rust #C64617
Tints of Rust #C64617
RGB
CMYK
RGB Variations
Color information
#C64617 (or 0xC64617) is known color: Rust. HEX triplet: C6, 46 and 17. RGB value is (198,70,23). Sum of RGB (Red+Green+Blue) = 198+70+23=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C64617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64617 is #39B9E8. Grayscale: #676767. Windows color (decimal): -3783145 or 1525446. OLE color: 1525446.
HSL color Cylindrical-coordinate representation of color #C64617: hue angle of 16.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64617 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.22 |
| HSL | 16.11º | 0.79% | 0.43% | - |
| HSV(B) | 16.11º | 0.88% | 0.78% | - |
| XYZ | 25.63 | 16.45 | 2.63 | - |
| YUV | 102.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 23 | 0 | 0.65 | 0.88 | 0.22 | 16.11 | 0.79 | 0.43 |
| Hex | C6 | 46 | 17 | 0 | 41 | 58 | 16 | 10 | 4F | 2B |
| Octal | 306 | 106 | 27 | 0 | 101 | 130 | 26 | 20 | 117 | 53 |
| Binary | 11000110 | 1000110 | 10111 | 0 | 1000001 | 1011000 | 10110 | 10000 | 1001111 | 101011 |
Color Harmonies of #C64617
Complementary color
Monochromatic Colors of #C64617
Black with #C64617
Text Example
Text Example
White with #C64617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64617; }
p { color: rgb(198,70,23); }
H1.HeaderClassName
{
color: #C64617;
}
.AnyTagClassName
{
color: #C64617;
}
</style>
background-color css
<style>
a { background-color: #C64617; }
a { background-color: rgb(198,70,23); }
div.DivClassName
{
background-color: #C64617;
}
.BgClassName
{
background-color: #C64617;
}
</style>
border-color css
<style>
span { border-color: #C64617; }
span { border-color: rgb(198,70,23); }
td.TdClassName
{
border-color: #C64617;
}
.TagClassName
{
border-color: #C64617;
}
</style>