Shades of Rust #C35112
Tints of Rust #C35112
RGB
CMYK
RGB Variations
Color information
#C35112 (or 0xC35112) is known color: Rust. HEX triplet: C3, 51 and 12. RGB value is (195,81,18). Sum of RGB (Red+Green+Blue) = 195+81+18=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C35112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35112 is #3CAEED. Grayscale: #6C6C6C. Windows color (decimal): -3976942 or 1200579. OLE color: 1200579.
HSL color Cylindrical-coordinate representation of color #C35112: hue angle of 21.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C35112 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.24 |
| HSL | 21.36º | 0.83% | 0.42% | - |
| HSV(B) | 21.36º | 0.91% | 0.76% | - |
| XYZ | 25.56 | 17.53 | 2.61 | - |
| YUV | 107.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 18 | 0 | 0.58 | 0.91 | 0.24 | 21.36 | 0.83 | 0.42 |
| Hex | C3 | 51 | 12 | 0 | 3A | 5B | 18 | 15 | 53 | 2A |
| Octal | 303 | 121 | 22 | 0 | 72 | 133 | 30 | 25 | 123 | 52 |
| Binary | 11000011 | 1010001 | 10010 | 0 | 111010 | 1011011 | 11000 | 10101 | 1010011 | 101010 |
Color Harmonies of #C35112
Complementary color
Monochromatic Colors of #C35112
Black with #C35112
Text Example
Text Example
White with #C35112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35112; }
p { color: rgb(195,81,18); }
H1.HeaderClassName
{
color: #C35112;
}
.AnyTagClassName
{
color: #C35112;
}
</style>
background-color css
<style>
a { background-color: #C35112; }
a { background-color: rgb(195,81,18); }
div.DivClassName
{
background-color: #C35112;
}
.BgClassName
{
background-color: #C35112;
}
</style>
border-color css
<style>
span { border-color: #C35112; }
span { border-color: rgb(195,81,18); }
td.TdClassName
{
border-color: #C35112;
}
.TagClassName
{
border-color: #C35112;
}
</style>