Shades of Rust #C25117
Tints of Rust #C25117
RGB
CMYK
RGB Variations
Color information
#C25117 (or 0xC25117) is known color: Rust. HEX triplet: C2, 51 and 17. RGB value is (194,81,23). Sum of RGB (Red+Green+Blue) = 194+81+23=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C25117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25117 is #3DAEE8. Grayscale: #6C6C6C. Windows color (decimal): -4042473 or 1528258. OLE color: 1528258.
HSL color Cylindrical-coordinate representation of color #C25117: hue angle of 20.35º 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 #C25117 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.24 |
| HSL | 20.35º | 0.79% | 0.43% | - |
| HSV(B) | 20.35º | 0.88% | 0.76% | - |
| XYZ | 25.35 | 17.42 | 2.84 | - |
| YUV | 108.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 23 | 0 | 0.58 | 0.88 | 0.24 | 20.35 | 0.79 | 0.43 |
| Hex | C2 | 51 | 17 | 0 | 3A | 58 | 18 | 14 | 4F | 2B |
| Octal | 302 | 121 | 27 | 0 | 72 | 130 | 30 | 24 | 117 | 53 |
| Binary | 11000010 | 1010001 | 10111 | 0 | 111010 | 1011000 | 11000 | 10100 | 1001111 | 101011 |
Color Harmonies of #C25117
Complementary color
Monochromatic Colors of #C25117
Black with #C25117
Text Example
Text Example
White with #C25117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25117; }
p { color: rgb(194,81,23); }
H1.HeaderClassName
{
color: #C25117;
}
.AnyTagClassName
{
color: #C25117;
}
</style>
background-color css
<style>
a { background-color: #C25117; }
a { background-color: rgb(194,81,23); }
div.DivClassName
{
background-color: #C25117;
}
.BgClassName
{
background-color: #C25117;
}
</style>
border-color css
<style>
span { border-color: #C25117; }
span { border-color: rgb(194,81,23); }
td.TdClassName
{
border-color: #C25117;
}
.TagClassName
{
border-color: #C25117;
}
</style>