Shades of Rust #C64818
Tints of Rust #C64818
RGB
CMYK
RGB Variations
Color information
#C64818 (or 0xC64818) is known color: Rust. HEX triplet: C6, 48 and 18. RGB value is (198,72,24). Sum of RGB (Red+Green+Blue) = 198+72+24=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64818 is #39B7E7. Grayscale: #686868. Windows color (decimal): -3782632 or 1591494. OLE color: 1591494.
HSL color Cylindrical-coordinate representation of color #C64818: hue angle of 16.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64818 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 24 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.22 |
| HSL | 16.55º | 0.78% | 0.44% | - |
| HSV(B) | 16.55º | 0.88% | 0.78% | - |
| XYZ | 25.77 | 16.71 | 2.73 | - |
| YUV | 104.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 24 | 0 | 0.64 | 0.88 | 0.22 | 16.55 | 0.78 | 0.44 |
| Hex | C6 | 48 | 18 | 0 | 40 | 58 | 16 | 11 | 4E | 2C |
| Octal | 306 | 110 | 30 | 0 | 100 | 130 | 26 | 21 | 116 | 54 |
| Binary | 11000110 | 1001000 | 11000 | 0 | 1000000 | 1011000 | 10110 | 10001 | 1001110 | 101100 |
Color Harmonies of #C64818
Complementary color
Monochromatic Colors of #C64818
Black with #C64818
Text Example
Text Example
White with #C64818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64818; }
p { color: rgb(198,72,24); }
H1.HeaderClassName
{
color: #C64818;
}
.AnyTagClassName
{
color: #C64818;
}
</style>
background-color css
<style>
a { background-color: #C64818; }
a { background-color: rgb(198,72,24); }
div.DivClassName
{
background-color: #C64818;
}
.BgClassName
{
background-color: #C64818;
}
</style>
border-color css
<style>
span { border-color: #C64818; }
span { border-color: rgb(198,72,24); }
td.TdClassName
{
border-color: #C64818;
}
.TagClassName
{
border-color: #C64818;
}
</style>