Shades of Rust #C64306
Tints of Rust #C64306
RGB
CMYK
RGB Variations
Color information
#C64306 (or 0xC64306) is known color: Rust. HEX triplet: C6, 43 and 06. RGB value is (198,67,6). Sum of RGB (Red+Green+Blue) = 198+67+6=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64306 is #39BCF9. Grayscale: #636363. Windows color (decimal): -3783930 or 410566. OLE color: 410566.
HSL color Cylindrical-coordinate representation of color #C64306: hue angle of 19.06º degrees, saturation: 0.94, 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 #C64306 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.22 |
| HSL | 19.06º | 0.94% | 0.4% | - |
| HSV(B) | 19.06º | 0.97% | 0.78% | - |
| XYZ | 25.33 | 16.03 | 1.93 | - |
| YUV | 99.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 6 | 0 | 0.66 | 0.97 | 0.22 | 19.06 | 0.94 | 0.4 |
| Hex | C6 | 43 | 6 | 0 | 42 | 61 | 16 | 13 | 5E | 28 |
| Octal | 306 | 103 | 6 | 0 | 102 | 141 | 26 | 23 | 136 | 50 |
| Binary | 11000110 | 1000011 | 110 | 0 | 1000010 | 1100001 | 10110 | 10011 | 1011110 | 101000 |
Color Harmonies of #C64306
Complementary color
Monochromatic Colors of #C64306
Black with #C64306
Text Example
Text Example
White with #C64306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64306; }
p { color: rgb(198,67,6); }
H1.HeaderClassName
{
color: #C64306;
}
.AnyTagClassName
{
color: #C64306;
}
</style>
background-color css
<style>
a { background-color: #C64306; }
a { background-color: rgb(198,67,6); }
div.DivClassName
{
background-color: #C64306;
}
.BgClassName
{
background-color: #C64306;
}
</style>
border-color css
<style>
span { border-color: #C64306; }
span { border-color: rgb(198,67,6); }
td.TdClassName
{
border-color: #C64306;
}
.TagClassName
{
border-color: #C64306;
}
</style>