Shades of Rust #C64C0F
Tints of Rust #C64C0F
RGB
CMYK
RGB Variations
Color information
#C64C0F (or 0xC64C0F) is known color: Rust. HEX triplet: C6, 4C and 0F. RGB value is (198,76,15). Sum of RGB (Red+Green+Blue) = 198+76+15=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C0F is #39B3F0. Grayscale: #696969. Windows color (decimal): -3781617 or 1002694. OLE color: 1002694.
HSL color Cylindrical-coordinate representation of color #C64C0F: hue angle of 20º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C64C0F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.22 |
| HSL | 20º | 0.86% | 0.42% | - |
| HSV(B) | 20º | 0.92% | 0.78% | - |
| XYZ | 25.96 | 17.21 | 2.41 | - |
| YUV | 105.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 15 | 0 | 0.62 | 0.92 | 0.22 | 20 | 0.86 | 0.42 |
| Hex | C6 | 4C | F | 0 | 3E | 5C | 16 | 14 | 56 | 2A |
| Octal | 306 | 114 | 17 | 0 | 76 | 134 | 26 | 24 | 126 | 52 |
| Binary | 11000110 | 1001100 | 1111 | 0 | 111110 | 1011100 | 10110 | 10100 | 1010110 | 101010 |
Color Harmonies of #C64C0F
Complementary color
Monochromatic Colors of #C64C0F
Black with #C64C0F
Text Example
Text Example
White with #C64C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C0F; }
p { color: rgb(198,76,15); }
H1.HeaderClassName
{
color: #C64C0F;
}
.AnyTagClassName
{
color: #C64C0F;
}
</style>
background-color css
<style>
a { background-color: #C64C0F; }
a { background-color: rgb(198,76,15); }
div.DivClassName
{
background-color: #C64C0F;
}
.BgClassName
{
background-color: #C64C0F;
}
</style>
border-color css
<style>
span { border-color: #C64C0F; }
span { border-color: rgb(198,76,15); }
td.TdClassName
{
border-color: #C64C0F;
}
.TagClassName
{
border-color: #C64C0F;
}
</style>