Shades of Rust #C35118
Tints of Rust #C35118
RGB
CMYK
RGB Variations
Color information
#C35118 (or 0xC35118) is known color: Rust. HEX triplet: C3, 51 and 18. RGB value is (195,81,24). Sum of RGB (Red+Green+Blue) = 195+81+24=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C35118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35118 is #3CAEE7. Grayscale: #6C6C6C. Windows color (decimal): -3976936 or 1593795. OLE color: 1593795.
HSL color Cylindrical-coordinate representation of color #C35118: hue angle of 20º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C35118 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 24 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.24 |
| HSL | 20º | 0.78% | 0.43% | - |
| HSV(B) | 20º | 0.88% | 0.76% | - |
| XYZ | 25.61 | 17.55 | 2.9 | - |
| YUV | 108.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 24 | 0 | 0.58 | 0.88 | 0.24 | 20 | 0.78 | 0.43 |
| Hex | C3 | 51 | 18 | 0 | 3A | 58 | 18 | 14 | 4E | 2B |
| Octal | 303 | 121 | 30 | 0 | 72 | 130 | 30 | 24 | 116 | 53 |
| Binary | 11000011 | 1010001 | 11000 | 0 | 111010 | 1011000 | 11000 | 10100 | 1001110 | 101011 |
Color Harmonies of #C35118
Complementary color
Monochromatic Colors of #C35118
Black with #C35118
Text Example
Text Example
White with #C35118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35118; }
p { color: rgb(195,81,24); }
H1.HeaderClassName
{
color: #C35118;
}
.AnyTagClassName
{
color: #C35118;
}
</style>
background-color css
<style>
a { background-color: #C35118; }
a { background-color: rgb(195,81,24); }
div.DivClassName
{
background-color: #C35118;
}
.BgClassName
{
background-color: #C35118;
}
</style>
border-color css
<style>
span { border-color: #C35118; }
span { border-color: rgb(195,81,24); }
td.TdClassName
{
border-color: #C35118;
}
.TagClassName
{
border-color: #C35118;
}
</style>