Shades of Rust #C34416
Tints of Rust #C34416
RGB
CMYK
RGB Variations
Color information
#C34416 (or 0xC34416) is known color: Rust. HEX triplet: C3, 44 and 16. RGB value is (195,68,22). Sum of RGB (Red+Green+Blue) = 195+68+22=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C34416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34416 is #3CBBE9. Grayscale: #656565. Windows color (decimal): -3980266 or 1459395. OLE color: 1459395.
HSL color Cylindrical-coordinate representation of color #C34416: hue angle of 15.95º 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 #C34416 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.24 |
| HSL | 15.95º | 0.8% | 0.43% | - |
| HSV(B) | 15.95º | 0.89% | 0.76% | - |
| XYZ | 24.72 | 15.79 | 2.5 | - |
| YUV | 100.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 22 | 0 | 0.65 | 0.89 | 0.24 | 15.95 | 0.8 | 0.43 |
| Hex | C3 | 44 | 16 | 0 | 41 | 59 | 18 | 10 | 50 | 2B |
| Octal | 303 | 104 | 26 | 0 | 101 | 131 | 30 | 20 | 120 | 53 |
| Binary | 11000011 | 1000100 | 10110 | 0 | 1000001 | 1011001 | 11000 | 10000 | 1010000 | 101011 |
Color Harmonies of #C34416
Complementary color
Monochromatic Colors of #C34416
Black with #C34416
Text Example
Text Example
White with #C34416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34416; }
p { color: rgb(195,68,22); }
H1.HeaderClassName
{
color: #C34416;
}
.AnyTagClassName
{
color: #C34416;
}
</style>
background-color css
<style>
a { background-color: #C34416; }
a { background-color: rgb(195,68,22); }
div.DivClassName
{
background-color: #C34416;
}
.BgClassName
{
background-color: #C34416;
}
</style>
border-color css
<style>
span { border-color: #C34416; }
span { border-color: rgb(195,68,22); }
td.TdClassName
{
border-color: #C34416;
}
.TagClassName
{
border-color: #C34416;
}
</style>