Shades of Rust #C63E05
Tints of Rust #C63E05
RGB
CMYK
RGB Variations
Color information
#C63E05 (or 0xC63E05) is known color: Rust. HEX triplet: C6, 3E and 05. RGB value is (198,62,5). Sum of RGB (Red+Green+Blue) = 198+62+5=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63E05 is #39C1FA. Grayscale: #606060. Windows color (decimal): -3785211 or 343750. OLE color: 343750.
HSL color Cylindrical-coordinate representation of color #C63E05: hue angle of 17.72º 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 #C63E05 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.22 |
| HSL | 17.72º | 0.95% | 0.4% | - |
| HSV(B) | 17.72º | 0.97% | 0.78% | - |
| XYZ | 25.04 | 15.46 | 1.81 | - |
| YUV | 96.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 5 | 0 | 0.69 | 0.97 | 0.22 | 17.72 | 0.95 | 0.4 |
| Hex | C6 | 3E | 5 | 0 | 45 | 61 | 16 | 12 | 5F | 28 |
| Octal | 306 | 76 | 5 | 0 | 105 | 141 | 26 | 22 | 137 | 50 |
| Binary | 11000110 | 111110 | 101 | 0 | 1000101 | 1100001 | 10110 | 10010 | 1011111 | 101000 |
Color Harmonies of #C63E05
Complementary color
Monochromatic Colors of #C63E05
Black with #C63E05
Text Example
Text Example
White with #C63E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E05; }
p { color: rgb(198,62,5); }
H1.HeaderClassName
{
color: #C63E05;
}
.AnyTagClassName
{
color: #C63E05;
}
</style>
background-color css
<style>
a { background-color: #C63E05; }
a { background-color: rgb(198,62,5); }
div.DivClassName
{
background-color: #C63E05;
}
.BgClassName
{
background-color: #C63E05;
}
</style>
border-color css
<style>
span { border-color: #C63E05; }
span { border-color: rgb(198,62,5); }
td.TdClassName
{
border-color: #C63E05;
}
.TagClassName
{
border-color: #C63E05;
}
</style>