Shades of Rust #C04B10
Tints of Rust #C04B10
RGB
CMYK
RGB Variations
Color information
#C04B10 (or 0xC04B10) is known color: Rust. HEX triplet: C0, 4B and 10. RGB value is (192,75,16). Sum of RGB (Red+Green+Blue) = 192+75+16=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B10 is #3FB4EF. Grayscale: #676767. Windows color (decimal): -4175088 or 1067968. OLE color: 1067968.
HSL color Cylindrical-coordinate representation of color #C04B10: hue angle of 20.11º 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 #C04B10 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 16 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.25 |
| HSL | 20.11º | 0.85% | 0.41% | - |
| HSV(B) | 20.11º | 0.92% | 0.75% | - |
| XYZ | 24.35 | 16.28 | 2.35 | - |
| YUV | 103.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 16 | 0 | 0.61 | 0.92 | 0.25 | 20.11 | 0.85 | 0.41 |
| Hex | C0 | 4B | 10 | 0 | 3D | 5C | 19 | 14 | 55 | 29 |
| Octal | 300 | 113 | 20 | 0 | 75 | 134 | 31 | 24 | 125 | 51 |
| Binary | 11000000 | 1001011 | 10000 | 0 | 111101 | 1011100 | 11001 | 10100 | 1010101 | 101001 |
Color Harmonies of #C04B10
Complementary color
Monochromatic Colors of #C04B10
Black with #C04B10
Text Example
Text Example
White with #C04B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B10; }
p { color: rgb(192,75,16); }
H1.HeaderClassName
{
color: #C04B10;
}
.AnyTagClassName
{
color: #C04B10;
}
</style>
background-color css
<style>
a { background-color: #C04B10; }
a { background-color: rgb(192,75,16); }
div.DivClassName
{
background-color: #C04B10;
}
.BgClassName
{
background-color: #C04B10;
}
</style>
border-color css
<style>
span { border-color: #C04B10; }
span { border-color: rgb(192,75,16); }
td.TdClassName
{
border-color: #C04B10;
}
.TagClassName
{
border-color: #C04B10;
}
</style>