Shades of Rust #C04913
Tints of Rust #C04913
RGB
CMYK
RGB Variations
Color information
#C04913 (or 0xC04913) is known color: Rust. HEX triplet: C0, 49 and 13. RGB value is (192,73,19). Sum of RGB (Red+Green+Blue) = 192+73+19=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04913 is #3FB6EC. Grayscale: #666666. Windows color (decimal): -4175597 or 1264064. OLE color: 1264064.
HSL color Cylindrical-coordinate representation of color #C04913: hue angle of 18.73º 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 #C04913 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.25 |
| HSL | 18.73º | 0.82% | 0.41% | - |
| HSV(B) | 18.73º | 0.9% | 0.75% | - |
| XYZ | 24.24 | 16.02 | 2.43 | - |
| YUV | 102.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 19 | 0 | 0.62 | 0.90 | 0.25 | 18.73 | 0.82 | 0.41 |
| Hex | C0 | 49 | 13 | 0 | 3E | 5A | 19 | 13 | 52 | 29 |
| Octal | 300 | 111 | 23 | 0 | 76 | 132 | 31 | 23 | 122 | 51 |
| Binary | 11000000 | 1001001 | 10011 | 0 | 111110 | 1011010 | 11001 | 10011 | 1010010 | 101001 |
Color Harmonies of #C04913
Complementary color
Monochromatic Colors of #C04913
Black with #C04913
Text Example
Text Example
White with #C04913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04913; }
p { color: rgb(192,73,19); }
H1.HeaderClassName
{
color: #C04913;
}
.AnyTagClassName
{
color: #C04913;
}
</style>
background-color css
<style>
a { background-color: #C04913; }
a { background-color: rgb(192,73,19); }
div.DivClassName
{
background-color: #C04913;
}
.BgClassName
{
background-color: #C04913;
}
</style>
border-color css
<style>
span { border-color: #C04913; }
span { border-color: rgb(192,73,19); }
td.TdClassName
{
border-color: #C04913;
}
.TagClassName
{
border-color: #C04913;
}
</style>