Shades of Rust #C04713
Tints of Rust #C04713
RGB
CMYK
RGB Variations
Color information
#C04713 (or 0xC04713) is known color: Rust. HEX triplet: C0, 47 and 13. RGB value is (192,71,19). Sum of RGB (Red+Green+Blue) = 192+71+19=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04713 is #3FB8EC. Grayscale: #656565. Windows color (decimal): -4176109 or 1263552. OLE color: 1263552.
HSL color Cylindrical-coordinate representation of color #C04713: hue angle of 18.03º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04713 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 18.03º | 0.82% | 0.41% | - |
| HSV(B) | 18.03º | 0.9% | 0.75% | - |
| XYZ | 24.11 | 15.76 | 2.39 | - |
| YUV | 101.25 | 81.59 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 19 | 0 | 0.63 | 0.90 | 0.25 | 18.03 | 0.82 | 0.41 |
| Hex | C0 | 47 | 13 | 0 | 3F | 5A | 19 | 12 | 52 | 29 |
| Octal | 300 | 107 | 23 | 0 | 77 | 132 | 31 | 22 | 122 | 51 |
| Binary | 11000000 | 1000111 | 10011 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010010 | 101001 |
Color Harmonies of #C04713
Complementary color
Monochromatic Colors of #C04713
Black with #C04713
Text Example
Text Example
White with #C04713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04713; }
p { color: rgb(192,71,19); }
H1.HeaderClassName
{
color: #C04713;
}
.AnyTagClassName
{
color: #C04713;
}
</style>
background-color css
<style>
a { background-color: #C04713; }
a { background-color: rgb(192,71,19); }
div.DivClassName
{
background-color: #C04713;
}
.BgClassName
{
background-color: #C04713;
}
</style>
border-color css
<style>
span { border-color: #C04713; }
span { border-color: rgb(192,71,19); }
td.TdClassName
{
border-color: #C04713;
}
.TagClassName
{
border-color: #C04713;
}
</style>