Shades of Rust #C04609
Tints of Rust #C04609
RGB
CMYK
RGB Variations
Color information
#C04609 (or 0xC04609) is known color: Rust. HEX triplet: C0, 46 and 09. RGB value is (192,70,9). Sum of RGB (Red+Green+Blue) = 192+70+9=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C04609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04609 is #3FB9F6. Grayscale: #636363. Windows color (decimal): -4176375 or 607936. OLE color: 607936.
HSL color Cylindrical-coordinate representation of color #C04609: hue angle of 20º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C04609 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.25 |
| HSL | 20º | 0.91% | 0.39% | - |
| HSV(B) | 20º | 0.95% | 0.75% | - |
| XYZ | 23.98 | 15.61 | 2.01 | - |
| YUV | 99.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 9 | 0 | 0.64 | 0.95 | 0.25 | 20 | 0.91 | 0.39 |
| Hex | C0 | 46 | 9 | 0 | 40 | 5F | 19 | 14 | 5B | 27 |
| Octal | 300 | 106 | 11 | 0 | 100 | 137 | 31 | 24 | 133 | 47 |
| Binary | 11000000 | 1000110 | 1001 | 0 | 1000000 | 1011111 | 11001 | 10100 | 1011011 | 100111 |
Color Harmonies of #C04609
Complementary color
Monochromatic Colors of #C04609
Black with #C04609
Text Example
Text Example
White with #C04609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04609; }
p { color: rgb(192,70,9); }
H1.HeaderClassName
{
color: #C04609;
}
.AnyTagClassName
{
color: #C04609;
}
</style>
background-color css
<style>
a { background-color: #C04609; }
a { background-color: rgb(192,70,9); }
div.DivClassName
{
background-color: #C04609;
}
.BgClassName
{
background-color: #C04609;
}
</style>
border-color css
<style>
span { border-color: #C04609; }
span { border-color: rgb(192,70,9); }
td.TdClassName
{
border-color: #C04609;
}
.TagClassName
{
border-color: #C04609;
}
</style>