Shades of Rust #C1441D
Tints of Rust #C1441D
RGB
CMYK
RGB Variations
Color information
#C1441D (or 0xC1441D) is known color: Rust. HEX triplet: C1, 44 and 1D. RGB value is (193,68,29). Sum of RGB (Red+Green+Blue) = 193+68+29=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1441D is #3EBBE2. Grayscale: #656565. Windows color (decimal): -4111331 or 1918145. OLE color: 1918145.
HSL color Cylindrical-coordinate representation of color #C1441D: hue angle of 14.27º 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 #C1441D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.24 |
| HSL | 14.27º | 0.74% | 0.44% | - |
| HSV(B) | 14.27º | 0.85% | 0.76% | - |
| XYZ | 24.28 | 15.56 | 2.89 | - |
| YUV | 100.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 29 | 0 | 0.65 | 0.85 | 0.24 | 14.27 | 0.74 | 0.44 |
| Hex | C1 | 44 | 1D | 0 | 41 | 55 | 18 | E | 4A | 2C |
| Octal | 301 | 104 | 35 | 0 | 101 | 125 | 30 | 16 | 112 | 54 |
| Binary | 11000001 | 1000100 | 11101 | 0 | 1000001 | 1010101 | 11000 | 1110 | 1001010 | 101100 |
Color Harmonies of #C1441D
Complementary color
Monochromatic Colors of #C1441D
Black with #C1441D
Text Example
Text Example
White with #C1441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1441D; }
p { color: rgb(193,68,29); }
H1.HeaderClassName
{
color: #C1441D;
}
.AnyTagClassName
{
color: #C1441D;
}
</style>
background-color css
<style>
a { background-color: #C1441D; }
a { background-color: rgb(193,68,29); }
div.DivClassName
{
background-color: #C1441D;
}
.BgClassName
{
background-color: #C1441D;
}
</style>
border-color css
<style>
span { border-color: #C1441D; }
span { border-color: rgb(193,68,29); }
td.TdClassName
{
border-color: #C1441D;
}
.TagClassName
{
border-color: #C1441D;
}
</style>