Shades of Rust #C14004
Tints of Rust #C14004
RGB
CMYK
RGB Variations
Color information
#C14004 (or 0xC14004) is known color: Rust. HEX triplet: C1, 40 and 04. RGB value is (193,64,4). Sum of RGB (Red+Green+Blue) = 193+64+4=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C14004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14004 is #3EBFFB. Grayscale: #606060. Windows color (decimal): -4112380 or 278721. OLE color: 278721.
HSL color Cylindrical-coordinate representation of color #C14004: hue angle of 19.05º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C14004 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.24 |
| HSL | 19.05º | 0.96% | 0.39% | - |
| HSV(B) | 19.05º | 0.98% | 0.76% | - |
| XYZ | 23.85 | 15.01 | 1.76 | - |
| YUV | 95.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 4 | 0 | 0.67 | 0.98 | 0.24 | 19.05 | 0.96 | 0.39 |
| Hex | C1 | 40 | 4 | 0 | 43 | 62 | 18 | 13 | 60 | 27 |
| Octal | 301 | 100 | 4 | 0 | 103 | 142 | 30 | 23 | 140 | 47 |
| Binary | 11000001 | 1000000 | 100 | 0 | 1000011 | 1100010 | 11000 | 10011 | 1100000 | 100111 |
Color Harmonies of #C14004
Complementary color
Monochromatic Colors of #C14004
Black with #C14004
Text Example
Text Example
White with #C14004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14004; }
p { color: rgb(193,64,4); }
H1.HeaderClassName
{
color: #C14004;
}
.AnyTagClassName
{
color: #C14004;
}
</style>
background-color css
<style>
a { background-color: #C14004; }
a { background-color: rgb(193,64,4); }
div.DivClassName
{
background-color: #C14004;
}
.BgClassName
{
background-color: #C14004;
}
</style>
border-color css
<style>
span { border-color: #C14004; }
span { border-color: rgb(193,64,4); }
td.TdClassName
{
border-color: #C14004;
}
.TagClassName
{
border-color: #C14004;
}
</style>