Shades of Rust #C04906
Tints of Rust #C04906
RGB
CMYK
RGB Variations
Color information
#C04906 (or 0xC04906) is known color: Rust. HEX triplet: C0, 49 and 06. RGB value is (192,73,6). Sum of RGB (Red+Green+Blue) = 192+73+6=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C04906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04906 is #3FB6F9. Grayscale: #656565. Windows color (decimal): -4175610 or 412096. OLE color: 412096.
HSL color Cylindrical-coordinate representation of color #C04906: hue angle of 21.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C04906 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.25 |
| HSL | 21.61º | 0.94% | 0.39% | - |
| HSV(B) | 21.61º | 0.97% | 0.75% | - |
| XYZ | 24.15 | 15.98 | 1.98 | - |
| YUV | 100.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 6 | 0 | 0.62 | 0.97 | 0.25 | 21.61 | 0.94 | 0.39 |
| Hex | C0 | 49 | 6 | 0 | 3E | 61 | 19 | 16 | 5E | 27 |
| Octal | 300 | 111 | 6 | 0 | 76 | 141 | 31 | 26 | 136 | 47 |
| Binary | 11000000 | 1001001 | 110 | 0 | 111110 | 1100001 | 11001 | 10110 | 1011110 | 100111 |
Color Harmonies of #C04906
Complementary color
Monochromatic Colors of #C04906
Black with #C04906
Text Example
Text Example
White with #C04906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04906; }
p { color: rgb(192,73,6); }
H1.HeaderClassName
{
color: #C04906;
}
.AnyTagClassName
{
color: #C04906;
}
</style>
background-color css
<style>
a { background-color: #C04906; }
a { background-color: rgb(192,73,6); }
div.DivClassName
{
background-color: #C04906;
}
.BgClassName
{
background-color: #C04906;
}
</style>
border-color css
<style>
span { border-color: #C04906; }
span { border-color: rgb(192,73,6); }
td.TdClassName
{
border-color: #C04906;
}
.TagClassName
{
border-color: #C04906;
}
</style>