Shades of Rust #C14818
Tints of Rust #C14818
RGB
CMYK
RGB Variations
Color information
#C14818 (or 0xC14818) is known color: Rust. HEX triplet: C1, 48 and 18. RGB value is (193,72,24). Sum of RGB (Red+Green+Blue) = 193+72+24=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C14818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14818 is #3EB7E7. Grayscale: #676767. Windows color (decimal): -4110312 or 1591489. OLE color: 1591489.
HSL color Cylindrical-coordinate representation of color #C14818: hue angle of 17.04º 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 #C14818 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.24 |
| HSL | 17.04º | 0.78% | 0.43% | - |
| HSV(B) | 17.04º | 0.88% | 0.76% | - |
| XYZ | 24.47 | 16.04 | 2.67 | - |
| YUV | 102.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 24 | 0 | 0.63 | 0.88 | 0.24 | 17.04 | 0.78 | 0.43 |
| Hex | C1 | 48 | 18 | 0 | 3F | 58 | 18 | 11 | 4E | 2B |
| Octal | 301 | 110 | 30 | 0 | 77 | 130 | 30 | 21 | 116 | 53 |
| Binary | 11000001 | 1001000 | 11000 | 0 | 111111 | 1011000 | 11000 | 10001 | 1001110 | 101011 |
Color Harmonies of #C14818
Complementary color
Monochromatic Colors of #C14818
Black with #C14818
Text Example
Text Example
White with #C14818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14818; }
p { color: rgb(193,72,24); }
H1.HeaderClassName
{
color: #C14818;
}
.AnyTagClassName
{
color: #C14818;
}
</style>
background-color css
<style>
a { background-color: #C14818; }
a { background-color: rgb(193,72,24); }
div.DivClassName
{
background-color: #C14818;
}
.BgClassName
{
background-color: #C14818;
}
</style>
border-color css
<style>
span { border-color: #C14818; }
span { border-color: rgb(193,72,24); }
td.TdClassName
{
border-color: #C14818;
}
.TagClassName
{
border-color: #C14818;
}
</style>