Shades of Rust #C64C0D
Tints of Rust #C64C0D
RGB
CMYK
RGB Variations
Color information
#C64C0D (or 0xC64C0D) is known color: Rust. HEX triplet: C6, 4C and 0D. RGB value is (198,76,13). Sum of RGB (Red+Green+Blue) = 198+76+13=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C0D is #39B3F2. Grayscale: #696969. Windows color (decimal): -3781619 or 871622. OLE color: 871622.
HSL color Cylindrical-coordinate representation of color #C64C0D: hue angle of 20.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C64C0D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.22 |
| HSL | 20.43º | 0.88% | 0.41% | - |
| HSV(B) | 20.43º | 0.93% | 0.78% | - |
| XYZ | 25.95 | 17.2 | 2.33 | - |
| YUV | 105.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 13 | 0 | 0.62 | 0.93 | 0.22 | 20.43 | 0.88 | 0.41 |
| Hex | C6 | 4C | D | 0 | 3E | 5D | 16 | 14 | 58 | 29 |
| Octal | 306 | 114 | 15 | 0 | 76 | 135 | 26 | 24 | 130 | 51 |
| Binary | 11000110 | 1001100 | 1101 | 0 | 111110 | 1011101 | 10110 | 10100 | 1011000 | 101001 |
Color Harmonies of #C64C0D
Complementary color
Monochromatic Colors of #C64C0D
Black with #C64C0D
Text Example
Text Example
White with #C64C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C0D; }
p { color: rgb(198,76,13); }
H1.HeaderClassName
{
color: #C64C0D;
}
.AnyTagClassName
{
color: #C64C0D;
}
</style>
background-color css
<style>
a { background-color: #C64C0D; }
a { background-color: rgb(198,76,13); }
div.DivClassName
{
background-color: #C64C0D;
}
.BgClassName
{
background-color: #C64C0D;
}
</style>
border-color css
<style>
span { border-color: #C64C0D; }
span { border-color: rgb(198,76,13); }
td.TdClassName
{
border-color: #C64C0D;
}
.TagClassName
{
border-color: #C64C0D;
}
</style>