Shades of Rust #C04215
Tints of Rust #C04215
RGB
CMYK
RGB Variations
Color information
#C04215 (or 0xC04215) is known color: Rust. HEX triplet: C0, 42 and 15. RGB value is (192,66,21). Sum of RGB (Red+Green+Blue) = 192+66+21=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04215 is #3FBDEA. Grayscale: #626262. Windows color (decimal): -4177387 or 1393344. OLE color: 1393344.
HSL color Cylindrical-coordinate representation of color #C04215: hue angle of 15.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04215 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.25 |
| HSL | 15.79º | 0.8% | 0.42% | - |
| HSV(B) | 15.79º | 0.89% | 0.75% | - |
| XYZ | 23.82 | 15.16 | 2.38 | - |
| YUV | 98.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 21 | 0 | 0.66 | 0.89 | 0.25 | 15.79 | 0.8 | 0.42 |
| Hex | C0 | 42 | 15 | 0 | 42 | 59 | 19 | 10 | 50 | 2A |
| Octal | 300 | 102 | 25 | 0 | 102 | 131 | 31 | 20 | 120 | 52 |
| Binary | 11000000 | 1000010 | 10101 | 0 | 1000010 | 1011001 | 11001 | 10000 | 1010000 | 101010 |
Color Harmonies of #C04215
Complementary color
Monochromatic Colors of #C04215
Black with #C04215
Text Example
Text Example
White with #C04215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04215; }
p { color: rgb(192,66,21); }
H1.HeaderClassName
{
color: #C04215;
}
.AnyTagClassName
{
color: #C04215;
}
</style>
background-color css
<style>
a { background-color: #C04215; }
a { background-color: rgb(192,66,21); }
div.DivClassName
{
background-color: #C04215;
}
.BgClassName
{
background-color: #C04215;
}
</style>
border-color css
<style>
span { border-color: #C04215; }
span { border-color: rgb(192,66,21); }
td.TdClassName
{
border-color: #C04215;
}
.TagClassName
{
border-color: #C04215;
}
</style>