Shades of Rust #C04D07
Tints of Rust #C04D07
RGB
CMYK
RGB Variations
Color information
#C04D07 (or 0xC04D07) is known color: Rust. HEX triplet: C0, 4D and 07. RGB value is (192,77,7). Sum of RGB (Red+Green+Blue) = 192+77+7=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D07 is #3FB2F8. Grayscale: #676767. Windows color (decimal): -4174585 or 478656. OLE color: 478656.
HSL color Cylindrical-coordinate representation of color #C04D07: hue angle of 22.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04D07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.25 |
| HSL | 22.7º | 0.93% | 0.39% | - |
| HSV(B) | 22.7º | 0.96% | 0.75% | - |
| XYZ | 24.43 | 16.53 | 2.1 | - |
| YUV | 103.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 7 | 0 | 0.60 | 0.96 | 0.25 | 22.7 | 0.93 | 0.39 |
| Hex | C0 | 4D | 7 | 0 | 3C | 60 | 19 | 17 | 5D | 27 |
| Octal | 300 | 115 | 7 | 0 | 74 | 140 | 31 | 27 | 135 | 47 |
| Binary | 11000000 | 1001101 | 111 | 0 | 111100 | 1100000 | 11001 | 10111 | 1011101 | 100111 |
Color Harmonies of #C04D07
Complementary color
Monochromatic Colors of #C04D07
Black with #C04D07
Text Example
Text Example
White with #C04D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D07; }
p { color: rgb(192,77,7); }
H1.HeaderClassName
{
color: #C04D07;
}
.AnyTagClassName
{
color: #C04D07;
}
</style>
background-color css
<style>
a { background-color: #C04D07; }
a { background-color: rgb(192,77,7); }
div.DivClassName
{
background-color: #C04D07;
}
.BgClassName
{
background-color: #C04D07;
}
</style>
border-color css
<style>
span { border-color: #C04D07; }
span { border-color: rgb(192,77,7); }
td.TdClassName
{
border-color: #C04D07;
}
.TagClassName
{
border-color: #C04D07;
}
</style>