Shades of Rust #C14019
Tints of Rust #C14019
RGB
CMYK
RGB Variations
Color information
#C14019 (or 0xC14019) is known color: Rust. HEX triplet: C1, 40 and 19. RGB value is (193,64,25). Sum of RGB (Red+Green+Blue) = 193+64+25=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14019 is #3EBFE6. Grayscale: #626262. Windows color (decimal): -4112359 or 1654977. OLE color: 1654977.
HSL color Cylindrical-coordinate representation of color #C14019: hue angle of 13.93º 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 #C14019 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.24 |
| HSL | 13.93º | 0.77% | 0.43% | - |
| HSV(B) | 13.93º | 0.87% | 0.76% | - |
| XYZ | 24 | 15.07 | 2.56 | - |
| YUV | 98.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 25 | 0 | 0.67 | 0.87 | 0.24 | 13.93 | 0.77 | 0.43 |
| Hex | C1 | 40 | 19 | 0 | 43 | 57 | 18 | E | 4D | 2B |
| Octal | 301 | 100 | 31 | 0 | 103 | 127 | 30 | 16 | 115 | 53 |
| Binary | 11000001 | 1000000 | 11001 | 0 | 1000011 | 1010111 | 11000 | 1110 | 1001101 | 101011 |
Color Harmonies of #C14019
Complementary color
Monochromatic Colors of #C14019
Black with #C14019
Text Example
Text Example
White with #C14019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14019; }
p { color: rgb(193,64,25); }
H1.HeaderClassName
{
color: #C14019;
}
.AnyTagClassName
{
color: #C14019;
}
</style>
background-color css
<style>
a { background-color: #C14019; }
a { background-color: rgb(193,64,25); }
div.DivClassName
{
background-color: #C14019;
}
.BgClassName
{
background-color: #C14019;
}
</style>
border-color css
<style>
span { border-color: #C14019; }
span { border-color: rgb(193,64,25); }
td.TdClassName
{
border-color: #C14019;
}
.TagClassName
{
border-color: #C14019;
}
</style>