Shades of Rust #C64408
Tints of Rust #C64408
RGB
CMYK
RGB Variations
Color information
#C64408 (or 0xC64408) is known color: Rust. HEX triplet: C6, 44 and 08. RGB value is (198,68,8). Sum of RGB (Red+Green+Blue) = 198+68+8=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C64408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64408 is #39BBF7. Grayscale: #646464. Windows color (decimal): -3783672 or 541894. OLE color: 541894.
HSL color Cylindrical-coordinate representation of color #C64408: hue angle of 18.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64408 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.22 |
| HSL | 18.95º | 0.92% | 0.4% | - |
| HSV(B) | 18.95º | 0.96% | 0.78% | - |
| XYZ | 25.4 | 16.16 | 2.01 | - |
| YUV | 100.03 | 76.07 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 8 | 0 | 0.66 | 0.96 | 0.22 | 18.95 | 0.92 | 0.4 |
| Hex | C6 | 44 | 8 | 0 | 42 | 60 | 16 | 13 | 5C | 28 |
| Octal | 306 | 104 | 10 | 0 | 102 | 140 | 26 | 23 | 134 | 50 |
| Binary | 11000110 | 1000100 | 1000 | 0 | 1000010 | 1100000 | 10110 | 10011 | 1011100 | 101000 |
Color Harmonies of #C64408
Complementary color
Monochromatic Colors of #C64408
Black with #C64408
Text Example
Text Example
White with #C64408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64408; }
p { color: rgb(198,68,8); }
H1.HeaderClassName
{
color: #C64408;
}
.AnyTagClassName
{
color: #C64408;
}
</style>
background-color css
<style>
a { background-color: #C64408; }
a { background-color: rgb(198,68,8); }
div.DivClassName
{
background-color: #C64408;
}
.BgClassName
{
background-color: #C64408;
}
</style>
border-color css
<style>
span { border-color: #C64408; }
span { border-color: rgb(198,68,8); }
td.TdClassName
{
border-color: #C64408;
}
.TagClassName
{
border-color: #C64408;
}
</style>