Shades of Rust #C64807
Tints of Rust #C64807
RGB
CMYK
RGB Variations
Color information
#C64807 (or 0xC64807) is known color: Rust. HEX triplet: C6, 48 and 07. RGB value is (198,72,7). Sum of RGB (Red+Green+Blue) = 198+72+7=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C64807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64807 is #39B7F8. Grayscale: #666666. Windows color (decimal): -3782649 or 477382. OLE color: 477382.
HSL color Cylindrical-coordinate representation of color #C64807: hue angle of 20.42º 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 #C64807 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.22 |
| HSL | 20.42º | 0.93% | 0.4% | - |
| HSV(B) | 20.42º | 0.96% | 0.78% | - |
| XYZ | 25.64 | 16.66 | 2.06 | - |
| YUV | 102.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 7 | 0 | 0.64 | 0.96 | 0.22 | 20.42 | 0.93 | 0.4 |
| Hex | C6 | 48 | 7 | 0 | 40 | 60 | 16 | 14 | 5D | 28 |
| Octal | 306 | 110 | 7 | 0 | 100 | 140 | 26 | 24 | 135 | 50 |
| Binary | 11000110 | 1001000 | 111 | 0 | 1000000 | 1100000 | 10110 | 10100 | 1011101 | 101000 |
Color Harmonies of #C64807
Complementary color
Monochromatic Colors of #C64807
Black with #C64807
Text Example
Text Example
White with #C64807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64807; }
p { color: rgb(198,72,7); }
H1.HeaderClassName
{
color: #C64807;
}
.AnyTagClassName
{
color: #C64807;
}
</style>
background-color css
<style>
a { background-color: #C64807; }
a { background-color: rgb(198,72,7); }
div.DivClassName
{
background-color: #C64807;
}
.BgClassName
{
background-color: #C64807;
}
</style>
border-color css
<style>
span { border-color: #C64807; }
span { border-color: rgb(198,72,7); }
td.TdClassName
{
border-color: #C64807;
}
.TagClassName
{
border-color: #C64807;
}
</style>