Shades of Rust #C83C01
Tints of Rust #C83C01
RGB
CMYK
RGB Variations
Color information
#C83C01 (or 0xC83C01) is known color: Rust. HEX triplet: C8, 3C and 01. RGB value is (200,60,1). Sum of RGB (Red+Green+Blue) = 200+60+1=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C01 is #37C3FE. Grayscale: #5F5F5F. Windows color (decimal): -3654655 or 81096. OLE color: 81096.
HSL color Cylindrical-coordinate representation of color #C83C01: hue angle of 17.79º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83C01 is Cyan = 0, Magento = 0.7, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 1 | - |
| CMYK | 0 | 0.7 | 1.00 | 0.22 |
| HSL | 17.79º | 0.99% | 0.39% | - |
| HSV(B) | 17.79º | 1% | 0.78% | - |
| XYZ | 25.44 | 15.51 | 1.68 | - |
| YUV | 95.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 1 | 0 | 0.7 | 1.00 | 0.22 | 17.79 | 0.99 | 0.39 |
| Hex | C8 | 3C | 1 | 0 | 46 | 64 | 16 | 12 | 63 | 27 |
| Octal | 310 | 74 | 1 | 0 | 106 | 144 | 26 | 22 | 143 | 47 |
| Binary | 11001000 | 111100 | 1 | 0 | 1000110 | 1100100 | 10110 | 10010 | 1100011 | 100111 |
Color Harmonies of #C83C01
Complementary color
Monochromatic Colors of #C83C01
Black with #C83C01
Text Example
Text Example
White with #C83C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C01; }
p { color: rgb(200,60,1); }
H1.HeaderClassName
{
color: #C83C01;
}
.AnyTagClassName
{
color: #C83C01;
}
</style>
background-color css
<style>
a { background-color: #C83C01; }
a { background-color: rgb(200,60,1); }
div.DivClassName
{
background-color: #C83C01;
}
.BgClassName
{
background-color: #C83C01;
}
</style>
border-color css
<style>
span { border-color: #C83C01; }
span { border-color: rgb(200,60,1); }
td.TdClassName
{
border-color: #C83C01;
}
.TagClassName
{
border-color: #C83C01;
}
</style>