Shades of Rust #C14719
Tints of Rust #C14719
RGB
CMYK
RGB Variations
Color information
#C14719 (or 0xC14719) is known color: Rust. HEX triplet: C1, 47 and 19. RGB value is (193,71,25). Sum of RGB (Red+Green+Blue) = 193+71+25=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C14719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14719 is #3EB8E6. Grayscale: #666666. Windows color (decimal): -4110567 or 1656769. OLE color: 1656769.
HSL color Cylindrical-coordinate representation of color #C14719: hue angle of 16.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 #C14719 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 25 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.24 |
| HSL | 16.43º | 0.77% | 0.43% | - |
| HSV(B) | 16.43º | 0.87% | 0.76% | - |
| XYZ | 24.42 | 15.91 | 2.7 | - |
| YUV | 102.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 25 | 0 | 0.63 | 0.87 | 0.24 | 16.43 | 0.77 | 0.43 |
| Hex | C1 | 47 | 19 | 0 | 3F | 57 | 18 | 10 | 4D | 2B |
| Octal | 301 | 107 | 31 | 0 | 77 | 127 | 30 | 20 | 115 | 53 |
| Binary | 11000001 | 1000111 | 11001 | 0 | 111111 | 1010111 | 11000 | 10000 | 1001101 | 101011 |
Color Harmonies of #C14719
Complementary color
Monochromatic Colors of #C14719
Black with #C14719
Text Example
Text Example
White with #C14719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14719; }
p { color: rgb(193,71,25); }
H1.HeaderClassName
{
color: #C14719;
}
.AnyTagClassName
{
color: #C14719;
}
</style>
background-color css
<style>
a { background-color: #C14719; }
a { background-color: rgb(193,71,25); }
div.DivClassName
{
background-color: #C14719;
}
.BgClassName
{
background-color: #C14719;
}
</style>
border-color css
<style>
span { border-color: #C14719; }
span { border-color: rgb(193,71,25); }
td.TdClassName
{
border-color: #C14719;
}
.TagClassName
{
border-color: #C14719;
}
</style>