Shades of Rust #C64205
Tints of Rust #C64205
RGB
CMYK
RGB Variations
Color information
#C64205 (or 0xC64205) is known color: Rust. HEX triplet: C6, 42 and 05. RGB value is (198,66,5). Sum of RGB (Red+Green+Blue) = 198+66+5=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64205 is #39BDFA. Grayscale: #626262. Windows color (decimal): -3784187 or 344774. OLE color: 344774.
HSL color Cylindrical-coordinate representation of color #C64205: hue angle of 18.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C64205 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.22 |
| HSL | 18.96º | 0.95% | 0.4% | - |
| HSV(B) | 18.96º | 0.97% | 0.78% | - |
| XYZ | 25.26 | 15.91 | 1.88 | - |
| YUV | 98.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 5 | 0 | 0.67 | 0.97 | 0.22 | 18.96 | 0.95 | 0.4 |
| Hex | C6 | 42 | 5 | 0 | 43 | 61 | 16 | 13 | 5F | 28 |
| Octal | 306 | 102 | 5 | 0 | 103 | 141 | 26 | 23 | 137 | 50 |
| Binary | 11000110 | 1000010 | 101 | 0 | 1000011 | 1100001 | 10110 | 10011 | 1011111 | 101000 |
Color Harmonies of #C64205
Complementary color
Monochromatic Colors of #C64205
Black with #C64205
Text Example
Text Example
White with #C64205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64205; }
p { color: rgb(198,66,5); }
H1.HeaderClassName
{
color: #C64205;
}
.AnyTagClassName
{
color: #C64205;
}
</style>
background-color css
<style>
a { background-color: #C64205; }
a { background-color: rgb(198,66,5); }
div.DivClassName
{
background-color: #C64205;
}
.BgClassName
{
background-color: #C64205;
}
</style>
border-color css
<style>
span { border-color: #C64205; }
span { border-color: rgb(198,66,5); }
td.TdClassName
{
border-color: #C64205;
}
.TagClassName
{
border-color: #C64205;
}
</style>