Shades of Rust #C14018
Tints of Rust #C14018
RGB
CMYK
RGB Variations
Color information
#C14018 (or 0xC14018) is known color: Rust. HEX triplet: C1, 40 and 18. RGB value is (193,64,24). Sum of RGB (Red+Green+Blue) = 193+64+24=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C14018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14018 is #3EBFE7. Grayscale: #626262. Windows color (decimal): -4112360 or 1589441. OLE color: 1589441.
HSL color Cylindrical-coordinate representation of color #C14018: hue angle of 14.2º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14018 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.24 |
| HSL | 14.2º | 0.78% | 0.43% | - |
| HSV(B) | 14.2º | 0.88% | 0.76% | - |
| XYZ | 23.99 | 15.07 | 2.51 | - |
| YUV | 98.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 24 | 0 | 0.67 | 0.88 | 0.24 | 14.2 | 0.78 | 0.43 |
| Hex | C1 | 40 | 18 | 0 | 43 | 58 | 18 | E | 4E | 2B |
| Octal | 301 | 100 | 30 | 0 | 103 | 130 | 30 | 16 | 116 | 53 |
| Binary | 11000001 | 1000000 | 11000 | 0 | 1000011 | 1011000 | 11000 | 1110 | 1001110 | 101011 |
Color Harmonies of #C14018
Complementary color
Monochromatic Colors of #C14018
Black with #C14018
Text Example
Text Example
White with #C14018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14018; }
p { color: rgb(193,64,24); }
H1.HeaderClassName
{
color: #C14018;
}
.AnyTagClassName
{
color: #C14018;
}
</style>
background-color css
<style>
a { background-color: #C14018; }
a { background-color: rgb(193,64,24); }
div.DivClassName
{
background-color: #C14018;
}
.BgClassName
{
background-color: #C14018;
}
</style>
border-color css
<style>
span { border-color: #C14018; }
span { border-color: rgb(193,64,24); }
td.TdClassName
{
border-color: #C14018;
}
.TagClassName
{
border-color: #C14018;
}
</style>