Shades of Rust #C64B14
Tints of Rust #C64B14
RGB
CMYK
RGB Variations
Color information
#C64B14 (or 0xC64B14) is known color: Rust. HEX triplet: C6, 4B and 14. RGB value is (198,75,20). Sum of RGB (Red+Green+Blue) = 198+75+20=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B14 is #39B4EB. Grayscale: #696969. Windows color (decimal): -3781868 or 1330118. OLE color: 1330118.
HSL color Cylindrical-coordinate representation of color #C64B14: hue angle of 18.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C64B14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.22 |
| HSL | 18.54º | 0.82% | 0.43% | - |
| HSV(B) | 18.54º | 0.9% | 0.78% | - |
| XYZ | 25.93 | 17.09 | 2.59 | - |
| YUV | 105.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 20 | 0 | 0.62 | 0.90 | 0.22 | 18.54 | 0.82 | 0.43 |
| Hex | C6 | 4B | 14 | 0 | 3E | 5A | 16 | 13 | 52 | 2B |
| Octal | 306 | 113 | 24 | 0 | 76 | 132 | 26 | 23 | 122 | 53 |
| Binary | 11000110 | 1001011 | 10100 | 0 | 111110 | 1011010 | 10110 | 10011 | 1010010 | 101011 |
Color Harmonies of #C64B14
Complementary color
Monochromatic Colors of #C64B14
Black with #C64B14
Text Example
Text Example
White with #C64B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B14; }
p { color: rgb(198,75,20); }
H1.HeaderClassName
{
color: #C64B14;
}
.AnyTagClassName
{
color: #C64B14;
}
</style>
background-color css
<style>
a { background-color: #C64B14; }
a { background-color: rgb(198,75,20); }
div.DivClassName
{
background-color: #C64B14;
}
.BgClassName
{
background-color: #C64B14;
}
</style>
border-color css
<style>
span { border-color: #C64B14; }
span { border-color: rgb(198,75,20); }
td.TdClassName
{
border-color: #C64B14;
}
.TagClassName
{
border-color: #C64B14;
}
</style>