Shades of Rust #C04907
Tints of Rust #C04907
RGB
CMYK
RGB Variations
Color information
#C04907 (or 0xC04907) is known color: Rust. HEX triplet: C0, 49 and 07. RGB value is (192,73,7). Sum of RGB (Red+Green+Blue) = 192+73+7=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C04907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04907 is #3FB6F8. Grayscale: #656565. Windows color (decimal): -4175609 or 477632. OLE color: 477632.
HSL color Cylindrical-coordinate representation of color #C04907: hue angle of 21.41º 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 #C04907 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.25 |
| HSL | 21.41º | 0.93% | 0.39% | - |
| HSV(B) | 21.41º | 0.96% | 0.75% | - |
| XYZ | 24.16 | 15.99 | 2.01 | - |
| YUV | 101.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 7 | 0 | 0.62 | 0.96 | 0.25 | 21.41 | 0.93 | 0.39 |
| Hex | C0 | 49 | 7 | 0 | 3E | 60 | 19 | 15 | 5D | 27 |
| Octal | 300 | 111 | 7 | 0 | 76 | 140 | 31 | 25 | 135 | 47 |
| Binary | 11000000 | 1001001 | 111 | 0 | 111110 | 1100000 | 11001 | 10101 | 1011101 | 100111 |
Color Harmonies of #C04907
Complementary color
Monochromatic Colors of #C04907
Black with #C04907
Text Example
Text Example
White with #C04907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04907; }
p { color: rgb(192,73,7); }
H1.HeaderClassName
{
color: #C04907;
}
.AnyTagClassName
{
color: #C04907;
}
</style>
background-color css
<style>
a { background-color: #C04907; }
a { background-color: rgb(192,73,7); }
div.DivClassName
{
background-color: #C04907;
}
.BgClassName
{
background-color: #C04907;
}
</style>
border-color css
<style>
span { border-color: #C04907; }
span { border-color: rgb(192,73,7); }
td.TdClassName
{
border-color: #C04907;
}
.TagClassName
{
border-color: #C04907;
}
</style>