Shades of Rust #C04602
Tints of Rust #C04602
RGB
CMYK
RGB Variations
Color information
#C04602 (or 0xC04602) is known color: Rust. HEX triplet: C0, 46 and 02. RGB value is (192,70,2). Sum of RGB (Red+Green+Blue) = 192+70+2=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C04602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04602 is #3FB9FD. Grayscale: #636363. Windows color (decimal): -4176382 or 149184. OLE color: 149184.
HSL color Cylindrical-coordinate representation of color #C04602: hue angle of 21.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C04602 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.25 |
| HSL | 21.47º | 0.98% | 0.38% | - |
| HSV(B) | 21.47º | 0.99% | 0.75% | - |
| XYZ | 23.94 | 15.59 | 1.81 | - |
| YUV | 98.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 2 | 0 | 0.64 | 0.99 | 0.25 | 21.47 | 0.98 | 0.38 |
| Hex | C0 | 46 | 2 | 0 | 40 | 63 | 19 | 15 | 62 | 26 |
| Octal | 300 | 106 | 2 | 0 | 100 | 143 | 31 | 25 | 142 | 46 |
| Binary | 11000000 | 1000110 | 10 | 0 | 1000000 | 1100011 | 11001 | 10101 | 1100010 | 100110 |
Color Harmonies of #C04602
Complementary color
Monochromatic Colors of #C04602
Black with #C04602
Text Example
Text Example
White with #C04602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04602; }
p { color: rgb(192,70,2); }
H1.HeaderClassName
{
color: #C04602;
}
.AnyTagClassName
{
color: #C04602;
}
</style>
background-color css
<style>
a { background-color: #C04602; }
a { background-color: rgb(192,70,2); }
div.DivClassName
{
background-color: #C04602;
}
.BgClassName
{
background-color: #C04602;
}
</style>
border-color css
<style>
span { border-color: #C04602; }
span { border-color: rgb(192,70,2); }
td.TdClassName
{
border-color: #C04602;
}
.TagClassName
{
border-color: #C04602;
}
</style>