Shades of Rust #C64A16
Tints of Rust #C64A16
RGB
CMYK
RGB Variations
Color information
#C64A16 (or 0xC64A16) is known color: Rust. HEX triplet: C6, 4A and 16. RGB value is (198,74,22). Sum of RGB (Red+Green+Blue) = 198+74+22=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A16 is #39B5E9. Grayscale: #696969. Windows color (decimal): -3782122 or 1460934. OLE color: 1460934.
HSL color Cylindrical-coordinate representation of color #C64A16: hue angle of 17.73º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C64A16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 22 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.22 |
| HSL | 17.73º | 0.8% | 0.43% | - |
| HSV(B) | 17.73º | 0.89% | 0.78% | - |
| XYZ | 25.88 | 16.96 | 2.67 | - |
| YUV | 105.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 22 | 0 | 0.63 | 0.89 | 0.22 | 17.73 | 0.8 | 0.43 |
| Hex | C6 | 4A | 16 | 0 | 3F | 59 | 16 | 12 | 50 | 2B |
| Octal | 306 | 112 | 26 | 0 | 77 | 131 | 26 | 22 | 120 | 53 |
| Binary | 11000110 | 1001010 | 10110 | 0 | 111111 | 1011001 | 10110 | 10010 | 1010000 | 101011 |
Color Harmonies of #C64A16
Complementary color
Monochromatic Colors of #C64A16
Black with #C64A16
Text Example
Text Example
White with #C64A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A16; }
p { color: rgb(198,74,22); }
H1.HeaderClassName
{
color: #C64A16;
}
.AnyTagClassName
{
color: #C64A16;
}
</style>
background-color css
<style>
a { background-color: #C64A16; }
a { background-color: rgb(198,74,22); }
div.DivClassName
{
background-color: #C64A16;
}
.BgClassName
{
background-color: #C64A16;
}
</style>
border-color css
<style>
span { border-color: #C64A16; }
span { border-color: rgb(198,74,22); }
td.TdClassName
{
border-color: #C64A16;
}
.TagClassName
{
border-color: #C64A16;
}
</style>