Shades of Rust #C05312
Tints of Rust #C05312
RGB
CMYK
RGB Variations
Color information
#C05312 (or 0xC05312) is known color: Rust. HEX triplet: C0, 53 and 12. RGB value is (192,83,18). Sum of RGB (Red+Green+Blue) = 192+83+18=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C05312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05312 is #3FACED. Grayscale: #6C6C6C. Windows color (decimal): -4173038 or 1201088. OLE color: 1201088.
HSL color Cylindrical-coordinate representation of color #C05312: hue angle of 22.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05312 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.25 |
| HSL | 22.41º | 0.83% | 0.41% | - |
| HSV(B) | 22.41º | 0.91% | 0.75% | - |
| XYZ | 24.94 | 17.44 | 2.62 | - |
| YUV | 108.18 | 77.11 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 18 | 0 | 0.57 | 0.91 | 0.25 | 22.41 | 0.83 | 0.41 |
| Hex | C0 | 53 | 12 | 0 | 39 | 5B | 19 | 16 | 53 | 29 |
| Octal | 300 | 123 | 22 | 0 | 71 | 133 | 31 | 26 | 123 | 51 |
| Binary | 11000000 | 1010011 | 10010 | 0 | 111001 | 1011011 | 11001 | 10110 | 1010011 | 101001 |
Color Harmonies of #C05312
Complementary color
Monochromatic Colors of #C05312
Black with #C05312
Text Example
Text Example
White with #C05312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05312; }
p { color: rgb(192,83,18); }
H1.HeaderClassName
{
color: #C05312;
}
.AnyTagClassName
{
color: #C05312;
}
</style>
background-color css
<style>
a { background-color: #C05312; }
a { background-color: rgb(192,83,18); }
div.DivClassName
{
background-color: #C05312;
}
.BgClassName
{
background-color: #C05312;
}
</style>
border-color css
<style>
span { border-color: #C05312; }
span { border-color: rgb(192,83,18); }
td.TdClassName
{
border-color: #C05312;
}
.TagClassName
{
border-color: #C05312;
}
</style>