Shades of Rust #C64712
Tints of Rust #C64712
RGB
CMYK
RGB Variations
Color information
#C64712 (or 0xC64712) is known color: Rust. HEX triplet: C6, 47 and 12. RGB value is (198,71,18). Sum of RGB (Red+Green+Blue) = 198+71+18=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64712 is #39B8ED. Grayscale: #676767. Windows color (decimal): -3782894 or 1198022. OLE color: 1198022.
HSL color Cylindrical-coordinate representation of color #C64712: hue angle of 17.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64712 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.22 |
| HSL | 17.67º | 0.83% | 0.42% | - |
| HSV(B) | 17.67º | 0.91% | 0.78% | - |
| XYZ | 25.65 | 16.56 | 2.42 | - |
| YUV | 102.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 18 | 0 | 0.64 | 0.91 | 0.22 | 17.67 | 0.83 | 0.42 |
| Hex | C6 | 47 | 12 | 0 | 40 | 5B | 16 | 12 | 53 | 2A |
| Octal | 306 | 107 | 22 | 0 | 100 | 133 | 26 | 22 | 123 | 52 |
| Binary | 11000110 | 1000111 | 10010 | 0 | 1000000 | 1011011 | 10110 | 10010 | 1010011 | 101010 |
Color Harmonies of #C64712
Complementary color
Monochromatic Colors of #C64712
Black with #C64712
Text Example
Text Example
White with #C64712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64712; }
p { color: rgb(198,71,18); }
H1.HeaderClassName
{
color: #C64712;
}
.AnyTagClassName
{
color: #C64712;
}
</style>
background-color css
<style>
a { background-color: #C64712; }
a { background-color: rgb(198,71,18); }
div.DivClassName
{
background-color: #C64712;
}
.BgClassName
{
background-color: #C64712;
}
</style>
border-color css
<style>
span { border-color: #C64712; }
span { border-color: rgb(198,71,18); }
td.TdClassName
{
border-color: #C64712;
}
.TagClassName
{
border-color: #C64712;
}
</style>