Shades of Rust #C04813
Tints of Rust #C04813
RGB
CMYK
RGB Variations
Color information
#C04813 (or 0xC04813) is known color: Rust. HEX triplet: C0, 48 and 13. RGB value is (192,72,19). Sum of RGB (Red+Green+Blue) = 192+72+19=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C04813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04813 is #3FB7EC. Grayscale: #666666. Windows color (decimal): -4175853 or 1263808. OLE color: 1263808.
HSL color Cylindrical-coordinate representation of color #C04813: hue angle of 18.38º 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 #C04813 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 18.38º | 0.82% | 0.41% | - |
| HSV(B) | 18.38º | 0.9% | 0.75% | - |
| XYZ | 24.17 | 15.89 | 2.41 | - |
| YUV | 101.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 19 | 0 | 0.63 | 0.90 | 0.25 | 18.38 | 0.82 | 0.41 |
| Hex | C0 | 48 | 13 | 0 | 3F | 5A | 19 | 12 | 52 | 29 |
| Octal | 300 | 110 | 23 | 0 | 77 | 132 | 31 | 22 | 122 | 51 |
| Binary | 11000000 | 1001000 | 10011 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010010 | 101001 |
Color Harmonies of #C04813
Complementary color
Monochromatic Colors of #C04813
Black with #C04813
Text Example
Text Example
White with #C04813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04813; }
p { color: rgb(192,72,19); }
H1.HeaderClassName
{
color: #C04813;
}
.AnyTagClassName
{
color: #C04813;
}
</style>
background-color css
<style>
a { background-color: #C04813; }
a { background-color: rgb(192,72,19); }
div.DivClassName
{
background-color: #C04813;
}
.BgClassName
{
background-color: #C04813;
}
</style>
border-color css
<style>
span { border-color: #C04813; }
span { border-color: rgb(192,72,19); }
td.TdClassName
{
border-color: #C04813;
}
.TagClassName
{
border-color: #C04813;
}
</style>