Shades of Rust #C14101
Tints of Rust #C14101
RGB
CMYK
RGB Variations
Color information
#C14101 (or 0xC14101) is known color: Rust. HEX triplet: C1, 41 and 01. RGB value is (193,65,1). Sum of RGB (Red+Green+Blue) = 193+65+1=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C14101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14101 is #3EBEFE. Grayscale: #606060. Windows color (decimal): -4112127 or 82369. OLE color: 82369.
HSL color Cylindrical-coordinate representation of color #C14101: hue angle of 20º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C14101 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.24 |
| HSL | 20º | 0.99% | 0.38% | - |
| HSV(B) | 20º | 0.99% | 0.76% | - |
| XYZ | 23.89 | 15.12 | 1.69 | - |
| YUV | 95.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 1 | 0 | 0.66 | 0.99 | 0.24 | 20 | 0.99 | 0.38 |
| Hex | C1 | 41 | 1 | 0 | 42 | 63 | 18 | 14 | 63 | 26 |
| Octal | 301 | 101 | 1 | 0 | 102 | 143 | 30 | 24 | 143 | 46 |
| Binary | 11000001 | 1000001 | 1 | 0 | 1000010 | 1100011 | 11000 | 10100 | 1100011 | 100110 |
Color Harmonies of #C14101
Complementary color
Monochromatic Colors of #C14101
Black with #C14101
Text Example
Text Example
White with #C14101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14101; }
p { color: rgb(193,65,1); }
H1.HeaderClassName
{
color: #C14101;
}
.AnyTagClassName
{
color: #C14101;
}
</style>
background-color css
<style>
a { background-color: #C14101; }
a { background-color: rgb(193,65,1); }
div.DivClassName
{
background-color: #C14101;
}
.BgClassName
{
background-color: #C14101;
}
</style>
border-color css
<style>
span { border-color: #C14101; }
span { border-color: rgb(193,65,1); }
td.TdClassName
{
border-color: #C14101;
}
.TagClassName
{
border-color: #C14101;
}
</style>