Shades of Rust #C05310
Tints of Rust #C05310
RGB
CMYK
RGB Variations
Color information
#C05310 (or 0xC05310) is known color: Rust. HEX triplet: C0, 53 and 10. RGB value is (192,83,16). Sum of RGB (Red+Green+Blue) = 192+83+16=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05310 is #3FACEF. Grayscale: #6C6C6C. Windows color (decimal): -4173040 or 1070016. OLE color: 1070016.
HSL color Cylindrical-coordinate representation of color #C05310: hue angle of 22.84º 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 #C05310 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.25 |
| HSL | 22.84º | 0.85% | 0.41% | - |
| HSV(B) | 22.84º | 0.92% | 0.75% | - |
| XYZ | 24.93 | 17.43 | 2.54 | - |
| YUV | 107.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 16 | 0 | 0.57 | 0.92 | 0.25 | 22.84 | 0.85 | 0.41 |
| Hex | C0 | 53 | 10 | 0 | 39 | 5C | 19 | 17 | 55 | 29 |
| Octal | 300 | 123 | 20 | 0 | 71 | 134 | 31 | 27 | 125 | 51 |
| Binary | 11000000 | 1010011 | 10000 | 0 | 111001 | 1011100 | 11001 | 10111 | 1010101 | 101001 |
Color Harmonies of #C05310
Complementary color
Monochromatic Colors of #C05310
Black with #C05310
Text Example
Text Example
White with #C05310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05310; }
p { color: rgb(192,83,16); }
H1.HeaderClassName
{
color: #C05310;
}
.AnyTagClassName
{
color: #C05310;
}
</style>
background-color css
<style>
a { background-color: #C05310; }
a { background-color: rgb(192,83,16); }
div.DivClassName
{
background-color: #C05310;
}
.BgClassName
{
background-color: #C05310;
}
</style>
border-color css
<style>
span { border-color: #C05310; }
span { border-color: rgb(192,83,16); }
td.TdClassName
{
border-color: #C05310;
}
.TagClassName
{
border-color: #C05310;
}
</style>