Shades of Rust #C14C1D
Tints of Rust #C14C1D
RGB
CMYK
RGB Variations
Color information
#C14C1D (or 0xC14C1D) is known color: Rust. HEX triplet: C1, 4C and 1D. RGB value is (193,76,29). Sum of RGB (Red+Green+Blue) = 193+76+29=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C1D is #3EB3E2. Grayscale: #696969. Windows color (decimal): -4109283 or 1920193. OLE color: 1920193.
HSL color Cylindrical-coordinate representation of color #C14C1D: hue angle of 17.2º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C14C1D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 29 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.24 |
| HSL | 17.2º | 0.74% | 0.44% | - |
| HSV(B) | 17.2º | 0.85% | 0.76% | - |
| XYZ | 24.8 | 16.6 | 3.06 | - |
| YUV | 105.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 29 | 0 | 0.61 | 0.85 | 0.24 | 17.2 | 0.74 | 0.44 |
| Hex | C1 | 4C | 1D | 0 | 3D | 55 | 18 | 11 | 4A | 2C |
| Octal | 301 | 114 | 35 | 0 | 75 | 125 | 30 | 21 | 112 | 54 |
| Binary | 11000001 | 1001100 | 11101 | 0 | 111101 | 1010101 | 11000 | 10001 | 1001010 | 101100 |
Color Harmonies of #C14C1D
Complementary color
Monochromatic Colors of #C14C1D
Black with #C14C1D
Text Example
Text Example
White with #C14C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C1D; }
p { color: rgb(193,76,29); }
H1.HeaderClassName
{
color: #C14C1D;
}
.AnyTagClassName
{
color: #C14C1D;
}
</style>
background-color css
<style>
a { background-color: #C14C1D; }
a { background-color: rgb(193,76,29); }
div.DivClassName
{
background-color: #C14C1D;
}
.BgClassName
{
background-color: #C14C1D;
}
</style>
border-color css
<style>
span { border-color: #C14C1D; }
span { border-color: rgb(193,76,29); }
td.TdClassName
{
border-color: #C14C1D;
}
.TagClassName
{
border-color: #C14C1D;
}
</style>