Shades of Rust #C1441C
Tints of Rust #C1441C
RGB
CMYK
RGB Variations
Color information
#C1441C (or 0xC1441C) is known color: Rust. HEX triplet: C1, 44 and 1C. RGB value is (193,68,28). Sum of RGB (Red+Green+Blue) = 193+68+28=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1441C is #3EBBE3. Grayscale: #656565. Windows color (decimal): -4111332 or 1852609. OLE color: 1852609.
HSL color Cylindrical-coordinate representation of color #C1441C: hue angle of 14.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1441C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.24 |
| HSL | 14.55º | 0.75% | 0.43% | - |
| HSV(B) | 14.55º | 0.85% | 0.76% | - |
| XYZ | 24.27 | 15.56 | 2.82 | - |
| YUV | 100.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 28 | 0 | 0.65 | 0.85 | 0.24 | 14.55 | 0.75 | 0.43 |
| Hex | C1 | 44 | 1C | 0 | 41 | 55 | 18 | F | 4B | 2B |
| Octal | 301 | 104 | 34 | 0 | 101 | 125 | 30 | 17 | 113 | 53 |
| Binary | 11000001 | 1000100 | 11100 | 0 | 1000001 | 1010101 | 11000 | 1111 | 1001011 | 101011 |
Color Harmonies of #C1441C
Complementary color
Monochromatic Colors of #C1441C
Black with #C1441C
Text Example
Text Example
White with #C1441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1441C; }
p { color: rgb(193,68,28); }
H1.HeaderClassName
{
color: #C1441C;
}
.AnyTagClassName
{
color: #C1441C;
}
</style>
background-color css
<style>
a { background-color: #C1441C; }
a { background-color: rgb(193,68,28); }
div.DivClassName
{
background-color: #C1441C;
}
.BgClassName
{
background-color: #C1441C;
}
</style>
border-color css
<style>
span { border-color: #C1441C; }
span { border-color: rgb(193,68,28); }
td.TdClassName
{
border-color: #C1441C;
}
.TagClassName
{
border-color: #C1441C;
}
</style>