Shades of Rust #C34117
Tints of Rust #C34117
RGB
CMYK
RGB Variations
Color information
#C34117 (or 0xC34117) is known color: Rust. HEX triplet: C3, 41 and 17. RGB value is (195,65,23). Sum of RGB (Red+Green+Blue) = 195+65+23=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34117 is #3CBEE8. Grayscale: #636363. Windows color (decimal): -3981033 or 1524163. OLE color: 1524163.
HSL color Cylindrical-coordinate representation of color #C34117: hue angle of 14.65º 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 #C34117 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.24 |
| HSL | 14.65º | 0.79% | 0.43% | - |
| HSV(B) | 14.65º | 0.88% | 0.76% | - |
| XYZ | 24.55 | 15.44 | 2.5 | - |
| YUV | 99.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 23 | 0 | 0.67 | 0.88 | 0.24 | 14.65 | 0.79 | 0.43 |
| Hex | C3 | 41 | 17 | 0 | 43 | 58 | 18 | F | 4F | 2B |
| Octal | 303 | 101 | 27 | 0 | 103 | 130 | 30 | 17 | 117 | 53 |
| Binary | 11000011 | 1000001 | 10111 | 0 | 1000011 | 1011000 | 11000 | 1111 | 1001111 | 101011 |
Color Harmonies of #C34117
Complementary color
Monochromatic Colors of #C34117
Black with #C34117
Text Example
Text Example
White with #C34117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34117; }
p { color: rgb(195,65,23); }
H1.HeaderClassName
{
color: #C34117;
}
.AnyTagClassName
{
color: #C34117;
}
</style>
background-color css
<style>
a { background-color: #C34117; }
a { background-color: rgb(195,65,23); }
div.DivClassName
{
background-color: #C34117;
}
.BgClassName
{
background-color: #C34117;
}
</style>
border-color css
<style>
span { border-color: #C34117; }
span { border-color: rgb(195,65,23); }
td.TdClassName
{
border-color: #C34117;
}
.TagClassName
{
border-color: #C34117;
}
</style>