Shades of Rust #C14118
Tints of Rust #C14118
RGB
CMYK
RGB Variations
Color information
#C14118 (or 0xC14118) is known color: Rust. HEX triplet: C1, 41 and 18. RGB value is (193,65,24). Sum of RGB (Red+Green+Blue) = 193+65+24=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14118 is #3EBEE7. Grayscale: #626262. Windows color (decimal): -4112104 or 1589697. OLE color: 1589697.
HSL color Cylindrical-coordinate representation of color #C14118: hue angle of 14.56º 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 #C14118 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.24 |
| HSL | 14.56º | 0.78% | 0.43% | - |
| HSV(B) | 14.56º | 0.88% | 0.76% | - |
| XYZ | 24.05 | 15.18 | 2.53 | - |
| YUV | 98.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 24 | 0 | 0.66 | 0.88 | 0.24 | 14.56 | 0.78 | 0.43 |
| Hex | C1 | 41 | 18 | 0 | 42 | 58 | 18 | F | 4E | 2B |
| Octal | 301 | 101 | 30 | 0 | 102 | 130 | 30 | 17 | 116 | 53 |
| Binary | 11000001 | 1000001 | 11000 | 0 | 1000010 | 1011000 | 11000 | 1111 | 1001110 | 101011 |
Color Harmonies of #C14118
Complementary color
Monochromatic Colors of #C14118
Black with #C14118
Text Example
Text Example
White with #C14118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14118; }
p { color: rgb(193,65,24); }
H1.HeaderClassName
{
color: #C14118;
}
.AnyTagClassName
{
color: #C14118;
}
</style>
background-color css
<style>
a { background-color: #C14118; }
a { background-color: rgb(193,65,24); }
div.DivClassName
{
background-color: #C14118;
}
.BgClassName
{
background-color: #C14118;
}
</style>
border-color css
<style>
span { border-color: #C14118; }
span { border-color: rgb(193,65,24); }
td.TdClassName
{
border-color: #C14118;
}
.TagClassName
{
border-color: #C14118;
}
</style>