Shades of Rust #C35517
Tints of Rust #C35517
RGB
CMYK
RGB Variations
Color information
#C35517 (or 0xC35517) is known color: Rust. HEX triplet: C3, 55 and 17. RGB value is (195,85,23). Sum of RGB (Red+Green+Blue) = 195+85+23=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C35517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35517 is #3CAAE8. Grayscale: #6F6F6F. Windows color (decimal): -3975913 or 1529283. OLE color: 1529283.
HSL color Cylindrical-coordinate representation of color #C35517: hue angle of 21.63º degrees, saturation: 0.79, 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 #C35517 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.24 |
| HSL | 21.63º | 0.79% | 0.43% | - |
| HSV(B) | 21.63º | 0.88% | 0.76% | - |
| XYZ | 25.91 | 18.16 | 2.95 | - |
| YUV | 110.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 23 | 0 | 0.56 | 0.88 | 0.24 | 21.63 | 0.79 | 0.43 |
| Hex | C3 | 55 | 17 | 0 | 38 | 58 | 18 | 16 | 4F | 2B |
| Octal | 303 | 125 | 27 | 0 | 70 | 130 | 30 | 26 | 117 | 53 |
| Binary | 11000011 | 1010101 | 10111 | 0 | 111000 | 1011000 | 11000 | 10110 | 1001111 | 101011 |
Color Harmonies of #C35517
Complementary color
Monochromatic Colors of #C35517
Black with #C35517
Text Example
Text Example
White with #C35517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35517; }
p { color: rgb(195,85,23); }
H1.HeaderClassName
{
color: #C35517;
}
.AnyTagClassName
{
color: #C35517;
}
</style>
background-color css
<style>
a { background-color: #C35517; }
a { background-color: rgb(195,85,23); }
div.DivClassName
{
background-color: #C35517;
}
.BgClassName
{
background-color: #C35517;
}
</style>
border-color css
<style>
span { border-color: #C35517; }
span { border-color: rgb(195,85,23); }
td.TdClassName
{
border-color: #C35517;
}
.TagClassName
{
border-color: #C35517;
}
</style>