Shades of Rust #C15519
Tints of Rust #C15519
RGB
CMYK
RGB Variations
Color information
#C15519 (or 0xC15519) is known color: Rust. HEX triplet: C1, 55 and 19. RGB value is (193,85,25). Sum of RGB (Red+Green+Blue) = 193+85+25=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C15519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15519 is #3EAAE6. Grayscale: #6E6E6E. Windows color (decimal): -4106983 or 1660353. OLE color: 1660353.
HSL color Cylindrical-coordinate representation of color #C15519: hue angle of 21.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C15519 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 25 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.24 |
| HSL | 21.43º | 0.77% | 0.43% | - |
| HSV(B) | 21.43º | 0.87% | 0.76% | - |
| XYZ | 25.42 | 17.9 | 3.04 | - |
| YUV | 110.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 25 | 0 | 0.56 | 0.87 | 0.24 | 21.43 | 0.77 | 0.43 |
| Hex | C1 | 55 | 19 | 0 | 38 | 57 | 18 | 15 | 4D | 2B |
| Octal | 301 | 125 | 31 | 0 | 70 | 127 | 30 | 25 | 115 | 53 |
| Binary | 11000001 | 1010101 | 11001 | 0 | 111000 | 1010111 | 11000 | 10101 | 1001101 | 101011 |
Color Harmonies of #C15519
Complementary color
Monochromatic Colors of #C15519
Black with #C15519
Text Example
Text Example
White with #C15519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15519; }
p { color: rgb(193,85,25); }
H1.HeaderClassName
{
color: #C15519;
}
.AnyTagClassName
{
color: #C15519;
}
</style>
background-color css
<style>
a { background-color: #C15519; }
a { background-color: rgb(193,85,25); }
div.DivClassName
{
background-color: #C15519;
}
.BgClassName
{
background-color: #C15519;
}
</style>
border-color css
<style>
span { border-color: #C15519; }
span { border-color: rgb(193,85,25); }
td.TdClassName
{
border-color: #C15519;
}
.TagClassName
{
border-color: #C15519;
}
</style>