Shades of Rust #C64308
Tints of Rust #C64308
RGB
CMYK
RGB Variations
Color information
#C64308 (or 0xC64308) is known color: Rust. HEX triplet: C6, 43 and 08. RGB value is (198,67,8). Sum of RGB (Red+Green+Blue) = 198+67+8=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64308 is #39BCF7. Grayscale: #636363. Windows color (decimal): -3783928 or 541638. OLE color: 541638.
HSL color Cylindrical-coordinate representation of color #C64308: hue angle of 18.63º 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 #C64308 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.22 |
| HSL | 18.63º | 0.92% | 0.4% | - |
| HSV(B) | 18.63º | 0.96% | 0.78% | - |
| XYZ | 25.34 | 16.04 | 1.99 | - |
| YUV | 99.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 8 | 0 | 0.66 | 0.96 | 0.22 | 18.63 | 0.92 | 0.4 |
| Hex | C6 | 43 | 8 | 0 | 42 | 60 | 16 | 13 | 5C | 28 |
| Octal | 306 | 103 | 10 | 0 | 102 | 140 | 26 | 23 | 134 | 50 |
| Binary | 11000110 | 1000011 | 1000 | 0 | 1000010 | 1100000 | 10110 | 10011 | 1011100 | 101000 |
Color Harmonies of #C64308
Complementary color
Monochromatic Colors of #C64308
Black with #C64308
Text Example
Text Example
White with #C64308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64308; }
p { color: rgb(198,67,8); }
H1.HeaderClassName
{
color: #C64308;
}
.AnyTagClassName
{
color: #C64308;
}
</style>
background-color css
<style>
a { background-color: #C64308; }
a { background-color: rgb(198,67,8); }
div.DivClassName
{
background-color: #C64308;
}
.BgClassName
{
background-color: #C64308;
}
</style>
border-color css
<style>
span { border-color: #C64308; }
span { border-color: rgb(198,67,8); }
td.TdClassName
{
border-color: #C64308;
}
.TagClassName
{
border-color: #C64308;
}
</style>