Shades of Rust #C34516
Tints of Rust #C34516
RGB
CMYK
RGB Variations
Color information
#C34516 (or 0xC34516) is known color: Rust. HEX triplet: C3, 45 and 16. RGB value is (195,69,22). Sum of RGB (Red+Green+Blue) = 195+69+22=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C34516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34516 is #3CBAE9. Grayscale: #656565. Windows color (decimal): -3980010 or 1459651. OLE color: 1459651.
HSL color Cylindrical-coordinate representation of color #C34516: hue angle of 16.3º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34516 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.24 |
| HSL | 16.3º | 0.8% | 0.43% | - |
| HSV(B) | 16.3º | 0.89% | 0.76% | - |
| XYZ | 24.78 | 15.92 | 2.53 | - |
| YUV | 101.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 22 | 0 | 0.65 | 0.89 | 0.24 | 16.3 | 0.8 | 0.43 |
| Hex | C3 | 45 | 16 | 0 | 41 | 59 | 18 | 10 | 50 | 2B |
| Octal | 303 | 105 | 26 | 0 | 101 | 131 | 30 | 20 | 120 | 53 |
| Binary | 11000011 | 1000101 | 10110 | 0 | 1000001 | 1011001 | 11000 | 10000 | 1010000 | 101011 |
Color Harmonies of #C34516
Complementary color
Monochromatic Colors of #C34516
Black with #C34516
Text Example
Text Example
White with #C34516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34516; }
p { color: rgb(195,69,22); }
H1.HeaderClassName
{
color: #C34516;
}
.AnyTagClassName
{
color: #C34516;
}
</style>
background-color css
<style>
a { background-color: #C34516; }
a { background-color: rgb(195,69,22); }
div.DivClassName
{
background-color: #C34516;
}
.BgClassName
{
background-color: #C34516;
}
</style>
border-color css
<style>
span { border-color: #C34516; }
span { border-color: rgb(195,69,22); }
td.TdClassName
{
border-color: #C34516;
}
.TagClassName
{
border-color: #C34516;
}
</style>