Shades of Rust #C04904
Tints of Rust #C04904
RGB
CMYK
RGB Variations
Color information
#C04904 (or 0xC04904) is known color: Rust. HEX triplet: C0, 49 and 04. RGB value is (192,73,4). Sum of RGB (Red+Green+Blue) = 192+73+4=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C04904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04904 is #3FB6FB. Grayscale: #656565. Windows color (decimal): -4175612 or 281024. OLE color: 281024.
HSL color Cylindrical-coordinate representation of color #C04904: hue angle of 22.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C04904 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.25 |
| HSL | 22.02º | 0.96% | 0.38% | - |
| HSV(B) | 22.02º | 0.98% | 0.75% | - |
| XYZ | 24.14 | 15.98 | 1.93 | - |
| YUV | 100.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 4 | 0 | 0.62 | 0.98 | 0.25 | 22.02 | 0.96 | 0.38 |
| Hex | C0 | 49 | 4 | 0 | 3E | 62 | 19 | 16 | 60 | 26 |
| Octal | 300 | 111 | 4 | 0 | 76 | 142 | 31 | 26 | 140 | 46 |
| Binary | 11000000 | 1001001 | 100 | 0 | 111110 | 1100010 | 11001 | 10110 | 1100000 | 100110 |
Color Harmonies of #C04904
Complementary color
Monochromatic Colors of #C04904
Black with #C04904
Text Example
Text Example
White with #C04904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04904; }
p { color: rgb(192,73,4); }
H1.HeaderClassName
{
color: #C04904;
}
.AnyTagClassName
{
color: #C04904;
}
</style>
background-color css
<style>
a { background-color: #C04904; }
a { background-color: rgb(192,73,4); }
div.DivClassName
{
background-color: #C04904;
}
.BgClassName
{
background-color: #C04904;
}
</style>
border-color css
<style>
span { border-color: #C04904; }
span { border-color: rgb(192,73,4); }
td.TdClassName
{
border-color: #C04904;
}
.TagClassName
{
border-color: #C04904;
}
</style>