Shades of Rust #C64107
Tints of Rust #C64107
RGB
CMYK
RGB Variations
Color information
#C64107 (or 0xC64107) is known color: Rust. HEX triplet: C6, 41 and 07. RGB value is (198,65,7). Sum of RGB (Red+Green+Blue) = 198+65+7=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C64107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64107 is #39BEF8. Grayscale: #626262. Windows color (decimal): -3784441 or 475590. OLE color: 475590.
HSL color Cylindrical-coordinate representation of color #C64107: hue angle of 18.22º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64107 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.22 |
| HSL | 18.22º | 0.93% | 0.4% | - |
| HSV(B) | 18.22º | 0.96% | 0.78% | - |
| XYZ | 25.22 | 15.8 | 1.92 | - |
| YUV | 98.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 7 | 0 | 0.67 | 0.96 | 0.22 | 18.22 | 0.93 | 0.4 |
| Hex | C6 | 41 | 7 | 0 | 43 | 60 | 16 | 12 | 5D | 28 |
| Octal | 306 | 101 | 7 | 0 | 103 | 140 | 26 | 22 | 135 | 50 |
| Binary | 11000110 | 1000001 | 111 | 0 | 1000011 | 1100000 | 10110 | 10010 | 1011101 | 101000 |
Color Harmonies of #C64107
Complementary color
Monochromatic Colors of #C64107
Black with #C64107
Text Example
Text Example
White with #C64107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64107; }
p { color: rgb(198,65,7); }
H1.HeaderClassName
{
color: #C64107;
}
.AnyTagClassName
{
color: #C64107;
}
</style>
background-color css
<style>
a { background-color: #C64107; }
a { background-color: rgb(198,65,7); }
div.DivClassName
{
background-color: #C64107;
}
.BgClassName
{
background-color: #C64107;
}
</style>
border-color css
<style>
span { border-color: #C64107; }
span { border-color: rgb(198,65,7); }
td.TdClassName
{
border-color: #C64107;
}
.TagClassName
{
border-color: #C64107;
}
</style>