Shades of Rust #C04600
Tints of Rust #C04600
RGB
CMYK
RGB Variations
Color information
#C04600 (or 0xC04600) is known color: Rust. HEX triplet: C0, 46 and 00. RGB value is (192,70,0). Sum of RGB (Red+Green+Blue) = 192+70+0=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C04600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04600 is #3FB9FF. Grayscale: #626262. Windows color (decimal): -4176384 or 18112. OLE color: 18112.
HSL color Cylindrical-coordinate representation of color #C04600: hue angle of 21.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.25 |
| HSL | 21.88º | 1% | 0.38% | - |
| HSV(B) | 21.88º | 1% | 0.75% | - |
| XYZ | 23.93 | 15.59 | 1.75 | - |
| YUV | 98.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 0 | 0 | 0.64 | 1 | 0.25 | 21.88 | 1 | 0.38 |
| Hex | C0 | 46 | 0 | 0 | 40 | 64 | 19 | 16 | 64 | 26 |
| Octal | 300 | 106 | 0 | 0 | 100 | 144 | 31 | 26 | 144 | 46 |
| Binary | 11000000 | 1000110 | 0 | 0 | 1000000 | 1100100 | 11001 | 10110 | 1100100 | 100110 |
Color Harmonies of #C04600
Complementary color
Monochromatic Colors of #C04600
Black with #C04600
Text Example
Text Example
White with #C04600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04600; }
p { color: rgb(192,70,0); }
H1.HeaderClassName
{
color: #C04600;
}
.AnyTagClassName
{
color: #C04600;
}
</style>
background-color css
<style>
a { background-color: #C04600; }
a { background-color: rgb(192,70,0); }
div.DivClassName
{
background-color: #C04600;
}
.BgClassName
{
background-color: #C04600;
}
</style>
border-color css
<style>
span { border-color: #C04600; }
span { border-color: rgb(192,70,0); }
td.TdClassName
{
border-color: #C04600;
}
.TagClassName
{
border-color: #C04600;
}
</style>