Shades of Rust #C34116
Tints of Rust #C34116
RGB
CMYK
RGB Variations
Color information
#C34116 (or 0xC34116) is known color: Rust. HEX triplet: C3, 41 and 16. RGB value is (195,65,22). Sum of RGB (Red+Green+Blue) = 195+65+22=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C34116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34116 is #3CBEE9. Grayscale: #636363. Windows color (decimal): -3981034 or 1458627. OLE color: 1458627.
HSL color Cylindrical-coordinate representation of color #C34116: hue angle of 14.91º 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 #C34116 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 22 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.24 |
| HSL | 14.91º | 0.8% | 0.43% | - |
| HSV(B) | 14.91º | 0.89% | 0.76% | - |
| XYZ | 24.54 | 15.44 | 2.45 | - |
| YUV | 98.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 22 | 0 | 0.67 | 0.89 | 0.24 | 14.91 | 0.8 | 0.43 |
| Hex | C3 | 41 | 16 | 0 | 43 | 59 | 18 | F | 50 | 2B |
| Octal | 303 | 101 | 26 | 0 | 103 | 131 | 30 | 17 | 120 | 53 |
| Binary | 11000011 | 1000001 | 10110 | 0 | 1000011 | 1011001 | 11000 | 1111 | 1010000 | 101011 |
Color Harmonies of #C34116
Complementary color
Monochromatic Colors of #C34116
Black with #C34116
Text Example
Text Example
White with #C34116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34116; }
p { color: rgb(195,65,22); }
H1.HeaderClassName
{
color: #C34116;
}
.AnyTagClassName
{
color: #C34116;
}
</style>
background-color css
<style>
a { background-color: #C34116; }
a { background-color: rgb(195,65,22); }
div.DivClassName
{
background-color: #C34116;
}
.BgClassName
{
background-color: #C34116;
}
</style>
border-color css
<style>
span { border-color: #C34116; }
span { border-color: rgb(195,65,22); }
td.TdClassName
{
border-color: #C34116;
}
.TagClassName
{
border-color: #C34116;
}
</style>