Shades of Rust #C04004
Tints of Rust #C04004
RGB
CMYK
RGB Variations
Color information
#C04004 (or 0xC04004) is known color: Rust. HEX triplet: C0, 40 and 04. RGB value is (192,64,4). Sum of RGB (Red+Green+Blue) = 192+64+4=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C04004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04004 is #3FBFFB. Grayscale: #5F5F5F. Windows color (decimal): -4177916 or 278720. OLE color: 278720.
HSL color Cylindrical-coordinate representation of color #C04004: hue angle of 19.15º 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 #C04004 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.25 |
| HSL | 19.15º | 0.96% | 0.38% | - |
| HSV(B) | 19.15º | 0.98% | 0.75% | - |
| XYZ | 23.59 | 14.88 | 1.74 | - |
| YUV | 95.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 4 | 0 | 0.67 | 0.98 | 0.25 | 19.15 | 0.96 | 0.38 |
| Hex | C0 | 40 | 4 | 0 | 43 | 62 | 19 | 13 | 60 | 26 |
| Octal | 300 | 100 | 4 | 0 | 103 | 142 | 31 | 23 | 140 | 46 |
| Binary | 11000000 | 1000000 | 100 | 0 | 1000011 | 1100010 | 11001 | 10011 | 1100000 | 100110 |
Color Harmonies of #C04004
Complementary color
Monochromatic Colors of #C04004
Black with #C04004
Text Example
Text Example
White with #C04004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04004; }
p { color: rgb(192,64,4); }
H1.HeaderClassName
{
color: #C04004;
}
.AnyTagClassName
{
color: #C04004;
}
</style>
background-color css
<style>
a { background-color: #C04004; }
a { background-color: rgb(192,64,4); }
div.DivClassName
{
background-color: #C04004;
}
.BgClassName
{
background-color: #C04004;
}
</style>
border-color css
<style>
span { border-color: #C04004; }
span { border-color: rgb(192,64,4); }
td.TdClassName
{
border-color: #C04004;
}
.TagClassName
{
border-color: #C04004;
}
</style>