Shades of Rust #C64719
Tints of Rust #C64719
RGB
CMYK
RGB Variations
Color information
#C64719 (or 0xC64719) is known color: Rust. HEX triplet: C6, 47 and 19. RGB value is (198,71,25). Sum of RGB (Red+Green+Blue) = 198+71+25=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64719 is #39B8E6. Grayscale: #686868. Windows color (decimal): -3782887 or 1656774. OLE color: 1656774.
HSL color Cylindrical-coordinate representation of color #C64719: hue angle of 15.95º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C64719 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.22 |
| HSL | 15.95º | 0.78% | 0.44% | - |
| HSV(B) | 15.95º | 0.87% | 0.78% | - |
| XYZ | 25.72 | 16.58 | 2.76 | - |
| YUV | 103.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 25 | 0 | 0.64 | 0.87 | 0.22 | 15.95 | 0.78 | 0.44 |
| Hex | C6 | 47 | 19 | 0 | 40 | 57 | 16 | 10 | 4E | 2C |
| Octal | 306 | 107 | 31 | 0 | 100 | 127 | 26 | 20 | 116 | 54 |
| Binary | 11000110 | 1000111 | 11001 | 0 | 1000000 | 1010111 | 10110 | 10000 | 1001110 | 101100 |
Color Harmonies of #C64719
Complementary color
Monochromatic Colors of #C64719
Black with #C64719
Text Example
Text Example
White with #C64719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64719; }
p { color: rgb(198,71,25); }
H1.HeaderClassName
{
color: #C64719;
}
.AnyTagClassName
{
color: #C64719;
}
</style>
background-color css
<style>
a { background-color: #C64719; }
a { background-color: rgb(198,71,25); }
div.DivClassName
{
background-color: #C64719;
}
.BgClassName
{
background-color: #C64719;
}
</style>
border-color css
<style>
span { border-color: #C64719; }
span { border-color: rgb(198,71,25); }
td.TdClassName
{
border-color: #C64719;
}
.TagClassName
{
border-color: #C64719;
}
</style>