Shades of Rust #C15419
Tints of Rust #C15419
RGB
CMYK
RGB Variations
Color information
#C15419 (or 0xC15419) is known color: Rust. HEX triplet: C1, 54 and 19. RGB value is (193,84,25). Sum of RGB (Red+Green+Blue) = 193+84+25=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C15419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15419 is #3EABE6. Grayscale: #6E6E6E. Windows color (decimal): -4107239 or 1660097. OLE color: 1660097.
HSL color Cylindrical-coordinate representation of color #C15419: hue angle of 21.07º 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 #C15419 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 25 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.24 |
| HSL | 21.07º | 0.77% | 0.43% | - |
| HSV(B) | 21.07º | 0.87% | 0.76% | - |
| XYZ | 25.34 | 17.75 | 3.01 | - |
| YUV | 109.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 25 | 0 | 0.56 | 0.87 | 0.24 | 21.07 | 0.77 | 0.43 |
| Hex | C1 | 54 | 19 | 0 | 38 | 57 | 18 | 15 | 4D | 2B |
| Octal | 301 | 124 | 31 | 0 | 70 | 127 | 30 | 25 | 115 | 53 |
| Binary | 11000001 | 1010100 | 11001 | 0 | 111000 | 1010111 | 11000 | 10101 | 1001101 | 101011 |
Color Harmonies of #C15419
Complementary color
Monochromatic Colors of #C15419
Black with #C15419
Text Example
Text Example
White with #C15419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15419; }
p { color: rgb(193,84,25); }
H1.HeaderClassName
{
color: #C15419;
}
.AnyTagClassName
{
color: #C15419;
}
</style>
background-color css
<style>
a { background-color: #C15419; }
a { background-color: rgb(193,84,25); }
div.DivClassName
{
background-color: #C15419;
}
.BgClassName
{
background-color: #C15419;
}
</style>
border-color css
<style>
span { border-color: #C15419; }
span { border-color: rgb(193,84,25); }
td.TdClassName
{
border-color: #C15419;
}
.TagClassName
{
border-color: #C15419;
}
</style>