Shades of Rust #C04910
Tints of Rust #C04910
RGB
CMYK
RGB Variations
Color information
#C04910 (or 0xC04910) is known color: Rust. HEX triplet: C0, 49 and 10. RGB value is (192,73,16). Sum of RGB (Red+Green+Blue) = 192+73+16=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04910 is #3FB6EF. Grayscale: #666666. Windows color (decimal): -4175600 or 1067456. OLE color: 1067456.
HSL color Cylindrical-coordinate representation of color #C04910: hue angle of 19.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04910 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.25 |
| HSL | 19.43º | 0.85% | 0.41% | - |
| HSV(B) | 19.43º | 0.92% | 0.75% | - |
| XYZ | 24.21 | 16.01 | 2.3 | - |
| YUV | 102.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 16 | 0 | 0.62 | 0.92 | 0.25 | 19.43 | 0.85 | 0.41 |
| Hex | C0 | 49 | 10 | 0 | 3E | 5C | 19 | 13 | 55 | 29 |
| Octal | 300 | 111 | 20 | 0 | 76 | 134 | 31 | 23 | 125 | 51 |
| Binary | 11000000 | 1001001 | 10000 | 0 | 111110 | 1011100 | 11001 | 10011 | 1010101 | 101001 |
Color Harmonies of #C04910
Complementary color
Monochromatic Colors of #C04910
Black with #C04910
Text Example
Text Example
White with #C04910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04910; }
p { color: rgb(192,73,16); }
H1.HeaderClassName
{
color: #C04910;
}
.AnyTagClassName
{
color: #C04910;
}
</style>
background-color css
<style>
a { background-color: #C04910; }
a { background-color: rgb(192,73,16); }
div.DivClassName
{
background-color: #C04910;
}
.BgClassName
{
background-color: #C04910;
}
</style>
border-color css
<style>
span { border-color: #C04910; }
span { border-color: rgb(192,73,16); }
td.TdClassName
{
border-color: #C04910;
}
.TagClassName
{
border-color: #C04910;
}
</style>