Shades of Rust #C63D06
Tints of Rust #C63D06
RGB
CMYK
RGB Variations
Color information
#C63D06 (or 0xC63D06) is known color: Rust. HEX triplet: C6, 3D and 06. RGB value is (198,61,6). Sum of RGB (Red+Green+Blue) = 198+61+6=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D06 is #39C2F9. Grayscale: #606060. Windows color (decimal): -3785466 or 409030. OLE color: 409030.
HSL color Cylindrical-coordinate representation of color #C63D06: hue angle of 17.19º 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 #C63D06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.22 |
| HSL | 17.19º | 0.94% | 0.4% | - |
| HSV(B) | 17.19º | 0.97% | 0.78% | - |
| XYZ | 24.99 | 15.36 | 1.82 | - |
| YUV | 95.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 6 | 0 | 0.69 | 0.97 | 0.22 | 17.19 | 0.94 | 0.4 |
| Hex | C6 | 3D | 6 | 0 | 45 | 61 | 16 | 11 | 5E | 28 |
| Octal | 306 | 75 | 6 | 0 | 105 | 141 | 26 | 21 | 136 | 50 |
| Binary | 11000110 | 111101 | 110 | 0 | 1000101 | 1100001 | 10110 | 10001 | 1011110 | 101000 |
Color Harmonies of #C63D06
Complementary color
Monochromatic Colors of #C63D06
Black with #C63D06
Text Example
Text Example
White with #C63D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D06; }
p { color: rgb(198,61,6); }
H1.HeaderClassName
{
color: #C63D06;
}
.AnyTagClassName
{
color: #C63D06;
}
</style>
background-color css
<style>
a { background-color: #C63D06; }
a { background-color: rgb(198,61,6); }
div.DivClassName
{
background-color: #C63D06;
}
.BgClassName
{
background-color: #C63D06;
}
</style>
border-color css
<style>
span { border-color: #C63D06; }
span { border-color: rgb(198,61,6); }
td.TdClassName
{
border-color: #C63D06;
}
.TagClassName
{
border-color: #C63D06;
}
</style>