Shades of Rust #C34417
Tints of Rust #C34417
RGB
CMYK
RGB Variations
Color information
#C34417 (or 0xC34417) is known color: Rust. HEX triplet: C3, 44 and 17. RGB value is (195,68,23). Sum of RGB (Red+Green+Blue) = 195+68+23=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C34417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34417 is #3CBBE8. Grayscale: #656565. Windows color (decimal): -3980265 or 1524931. OLE color: 1524931.
HSL color Cylindrical-coordinate representation of color #C34417: hue angle of 15.7º 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 #C34417 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.7º | 0.79% | 0.43% | - |
| HSV(B) | 15.7º | 0.88% | 0.76% | - |
| XYZ | 24.73 | 15.8 | 2.56 | - |
| YUV | 100.84 | 84.08 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 23 | 0 | 0.65 | 0.88 | 0.24 | 15.7 | 0.79 | 0.43 |
| Hex | C3 | 44 | 17 | 0 | 41 | 58 | 18 | 10 | 4F | 2B |
| Octal | 303 | 104 | 27 | 0 | 101 | 130 | 30 | 20 | 117 | 53 |
| Binary | 11000011 | 1000100 | 10111 | 0 | 1000001 | 1011000 | 11000 | 10000 | 1001111 | 101011 |
Color Harmonies of #C34417
Complementary color
Monochromatic Colors of #C34417
Black with #C34417
Text Example
Text Example
White with #C34417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34417; }
p { color: rgb(195,68,23); }
H1.HeaderClassName
{
color: #C34417;
}
.AnyTagClassName
{
color: #C34417;
}
</style>
background-color css
<style>
a { background-color: #C34417; }
a { background-color: rgb(195,68,23); }
div.DivClassName
{
background-color: #C34417;
}
.BgClassName
{
background-color: #C34417;
}
</style>
border-color css
<style>
span { border-color: #C34417; }
span { border-color: rgb(195,68,23); }
td.TdClassName
{
border-color: #C34417;
}
.TagClassName
{
border-color: #C34417;
}
</style>