Shades of Rust #C04315
Tints of Rust #C04315
RGB
CMYK
RGB Variations
Color information
#C04315 (or 0xC04315) is known color: Rust. HEX triplet: C0, 43 and 15. RGB value is (192,67,21). Sum of RGB (Red+Green+Blue) = 192+67+21=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04315 is #3FBCEA. Grayscale: #636363. Windows color (decimal): -4177131 or 1393600. OLE color: 1393600.
HSL color Cylindrical-coordinate representation of color #C04315: hue angle of 16.14º 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 #C04315 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 21 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.25 |
| HSL | 16.14º | 0.8% | 0.42% | - |
| HSV(B) | 16.14º | 0.89% | 0.75% | - |
| XYZ | 23.88 | 15.27 | 2.4 | - |
| YUV | 99.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 21 | 0 | 0.65 | 0.89 | 0.25 | 16.14 | 0.8 | 0.42 |
| Hex | C0 | 43 | 15 | 0 | 41 | 59 | 19 | 10 | 50 | 2A |
| Octal | 300 | 103 | 25 | 0 | 101 | 131 | 31 | 20 | 120 | 52 |
| Binary | 11000000 | 1000011 | 10101 | 0 | 1000001 | 1011001 | 11001 | 10000 | 1010000 | 101010 |
Color Harmonies of #C04315
Complementary color
Monochromatic Colors of #C04315
Black with #C04315
Text Example
Text Example
White with #C04315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04315; }
p { color: rgb(192,67,21); }
H1.HeaderClassName
{
color: #C04315;
}
.AnyTagClassName
{
color: #C04315;
}
</style>
background-color css
<style>
a { background-color: #C04315; }
a { background-color: rgb(192,67,21); }
div.DivClassName
{
background-color: #C04315;
}
.BgClassName
{
background-color: #C04315;
}
</style>
border-color css
<style>
span { border-color: #C04315; }
span { border-color: rgb(192,67,21); }
td.TdClassName
{
border-color: #C04315;
}
.TagClassName
{
border-color: #C04315;
}
</style>