Shades of Rust #C04F0A
Tints of Rust #C04F0A
RGB
CMYK
RGB Variations
Color information
#C04F0A (or 0xC04F0A) is known color: Rust. HEX triplet: C0, 4F and 0A. RGB value is (192,79,10). Sum of RGB (Red+Green+Blue) = 192+79+10=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F0A is #3FB0F5. Grayscale: #696969. Windows color (decimal): -4174070 or 675776. OLE color: 675776.
HSL color Cylindrical-coordinate representation of color #C04F0A: hue angle of 22.75º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C04F0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.25 |
| HSL | 22.75º | 0.9% | 0.4% | - |
| HSV(B) | 22.75º | 0.95% | 0.75% | - |
| XYZ | 24.59 | 16.82 | 2.24 | - |
| YUV | 104.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 10 | 0 | 0.59 | 0.95 | 0.25 | 22.75 | 0.9 | 0.4 |
| Hex | C0 | 4F | A | 0 | 3B | 5F | 19 | 17 | 5A | 28 |
| Octal | 300 | 117 | 12 | 0 | 73 | 137 | 31 | 27 | 132 | 50 |
| Binary | 11000000 | 1001111 | 1010 | 0 | 111011 | 1011111 | 11001 | 10111 | 1011010 | 101000 |
Color Harmonies of #C04F0A
Complementary color
Monochromatic Colors of #C04F0A
Black with #C04F0A
Text Example
Text Example
White with #C04F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F0A; }
p { color: rgb(192,79,10); }
H1.HeaderClassName
{
color: #C04F0A;
}
.AnyTagClassName
{
color: #C04F0A;
}
</style>
background-color css
<style>
a { background-color: #C04F0A; }
a { background-color: rgb(192,79,10); }
div.DivClassName
{
background-color: #C04F0A;
}
.BgClassName
{
background-color: #C04F0A;
}
</style>
border-color css
<style>
span { border-color: #C04F0A; }
span { border-color: rgb(192,79,10); }
td.TdClassName
{
border-color: #C04F0A;
}
.TagClassName
{
border-color: #C04F0A;
}
</style>