Shades of Rust #C05314
Tints of Rust #C05314
RGB
CMYK
RGB Variations
Color information
#C05314 (or 0xC05314) is known color: Rust. HEX triplet: C0, 53 and 14. RGB value is (192,83,20). Sum of RGB (Red+Green+Blue) = 192+83+20=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05314 is #3FACEB. Grayscale: #6C6C6C. Windows color (decimal): -4173036 or 1332160. OLE color: 1332160.
HSL color Cylindrical-coordinate representation of color #C05314: hue angle of 21.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05314 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.25 |
| HSL | 21.98º | 0.81% | 0.42% | - |
| HSV(B) | 21.98º | 0.9% | 0.75% | - |
| XYZ | 24.96 | 17.44 | 2.71 | - |
| YUV | 108.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 20 | 0 | 0.57 | 0.90 | 0.25 | 21.98 | 0.81 | 0.42 |
| Hex | C0 | 53 | 14 | 0 | 39 | 5A | 19 | 16 | 51 | 2A |
| Octal | 300 | 123 | 24 | 0 | 71 | 132 | 31 | 26 | 121 | 52 |
| Binary | 11000000 | 1010011 | 10100 | 0 | 111001 | 1011010 | 11001 | 10110 | 1010001 | 101010 |
Color Harmonies of #C05314
Complementary color
Monochromatic Colors of #C05314
Black with #C05314
Text Example
Text Example
White with #C05314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05314; }
p { color: rgb(192,83,20); }
H1.HeaderClassName
{
color: #C05314;
}
.AnyTagClassName
{
color: #C05314;
}
</style>
background-color css
<style>
a { background-color: #C05314; }
a { background-color: rgb(192,83,20); }
div.DivClassName
{
background-color: #C05314;
}
.BgClassName
{
background-color: #C05314;
}
</style>
border-color css
<style>
span { border-color: #C05314; }
span { border-color: rgb(192,83,20); }
td.TdClassName
{
border-color: #C05314;
}
.TagClassName
{
border-color: #C05314;
}
</style>