Shades of Rust #C15417
Tints of Rust #C15417
RGB
CMYK
RGB Variations
Color information
#C15417 (or 0xC15417) is known color: Rust. HEX triplet: C1, 54 and 17. RGB value is (193,84,23). Sum of RGB (Red+Green+Blue) = 193+84+23=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15417 is #3EABE8. Grayscale: #6D6D6D. Windows color (decimal): -4107241 or 1529025. OLE color: 1529025.
HSL color Cylindrical-coordinate representation of color #C15417: hue angle of 21.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15417 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.24 |
| HSL | 21.53º | 0.79% | 0.42% | - |
| HSV(B) | 21.53º | 0.88% | 0.76% | - |
| XYZ | 25.32 | 17.74 | 2.9 | - |
| YUV | 109.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 23 | 0 | 0.56 | 0.88 | 0.24 | 21.53 | 0.79 | 0.42 |
| Hex | C1 | 54 | 17 | 0 | 38 | 58 | 18 | 16 | 4F | 2A |
| Octal | 301 | 124 | 27 | 0 | 70 | 130 | 30 | 26 | 117 | 52 |
| Binary | 11000001 | 1010100 | 10111 | 0 | 111000 | 1011000 | 11000 | 10110 | 1001111 | 101010 |
Color Harmonies of #C15417
Complementary color
Monochromatic Colors of #C15417
Black with #C15417
Text Example
Text Example
White with #C15417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15417; }
p { color: rgb(193,84,23); }
H1.HeaderClassName
{
color: #C15417;
}
.AnyTagClassName
{
color: #C15417;
}
</style>
background-color css
<style>
a { background-color: #C15417; }
a { background-color: rgb(193,84,23); }
div.DivClassName
{
background-color: #C15417;
}
.BgClassName
{
background-color: #C15417;
}
</style>
border-color css
<style>
span { border-color: #C15417; }
span { border-color: rgb(193,84,23); }
td.TdClassName
{
border-color: #C15417;
}
.TagClassName
{
border-color: #C15417;
}
</style>