Shades of Rust #C63C01
Tints of Rust #C63C01
RGB
CMYK
RGB Variations
Color information
#C63C01 (or 0xC63C01) is known color: Rust. HEX triplet: C6, 3C and 01. RGB value is (198,60,1). Sum of RGB (Red+Green+Blue) = 198+60+1=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63C01 is #39C3FE. Grayscale: #5E5E5E. Windows color (decimal): -3785727 or 81094. OLE color: 81094.
HSL color Cylindrical-coordinate representation of color #C63C01: hue angle of 17.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C63C01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.22 |
| HSL | 17.97º | 0.99% | 0.39% | - |
| HSV(B) | 17.97º | 0.99% | 0.78% | - |
| XYZ | 24.91 | 15.24 | 1.66 | - |
| YUV | 94.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 1 | 0 | 0.70 | 0.99 | 0.22 | 17.97 | 0.99 | 0.39 |
| Hex | C6 | 3C | 1 | 0 | 46 | 63 | 16 | 12 | 63 | 27 |
| Octal | 306 | 74 | 1 | 0 | 106 | 143 | 26 | 22 | 143 | 47 |
| Binary | 11000110 | 111100 | 1 | 0 | 1000110 | 1100011 | 10110 | 10010 | 1100011 | 100111 |
Color Harmonies of #C63C01
Complementary color
Monochromatic Colors of #C63C01
Black with #C63C01
Text Example
Text Example
White with #C63C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C01; }
p { color: rgb(198,60,1); }
H1.HeaderClassName
{
color: #C63C01;
}
.AnyTagClassName
{
color: #C63C01;
}
</style>
background-color css
<style>
a { background-color: #C63C01; }
a { background-color: rgb(198,60,1); }
div.DivClassName
{
background-color: #C63C01;
}
.BgClassName
{
background-color: #C63C01;
}
</style>
border-color css
<style>
span { border-color: #C63C01; }
span { border-color: rgb(198,60,1); }
td.TdClassName
{
border-color: #C63C01;
}
.TagClassName
{
border-color: #C63C01;
}
</style>