Shades of Rust #C1450E
Tints of Rust #C1450E
RGB
CMYK
RGB Variations
Color information
#C1450E (or 0xC1450E) is known color: Rust. HEX triplet: C1, 45 and 0E. RGB value is (193,69,14). Sum of RGB (Red+Green+Blue) = 193+69+14=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1450E is #3EBAF1. Grayscale: #646464. Windows color (decimal): -4111090 or 935361. OLE color: 935361.
HSL color Cylindrical-coordinate representation of color #C1450E: hue angle of 18.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1450E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.24 |
| HSL | 18.44º | 0.86% | 0.41% | - |
| HSV(B) | 18.44º | 0.93% | 0.76% | - |
| XYZ | 24.2 | 15.63 | 2.16 | - |
| YUV | 99.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 14 | 0 | 0.64 | 0.93 | 0.24 | 18.44 | 0.86 | 0.41 |
| Hex | C1 | 45 | E | 0 | 40 | 5D | 18 | 12 | 56 | 29 |
| Octal | 301 | 105 | 16 | 0 | 100 | 135 | 30 | 22 | 126 | 51 |
| Binary | 11000001 | 1000101 | 1110 | 0 | 1000000 | 1011101 | 11000 | 10010 | 1010110 | 101001 |
Color Harmonies of #C1450E
Complementary color
Monochromatic Colors of #C1450E
Black with #C1450E
Text Example
Text Example
White with #C1450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1450E; }
p { color: rgb(193,69,14); }
H1.HeaderClassName
{
color: #C1450E;
}
.AnyTagClassName
{
color: #C1450E;
}
</style>
background-color css
<style>
a { background-color: #C1450E; }
a { background-color: rgb(193,69,14); }
div.DivClassName
{
background-color: #C1450E;
}
.BgClassName
{
background-color: #C1450E;
}
</style>
border-color css
<style>
span { border-color: #C1450E; }
span { border-color: rgb(193,69,14); }
td.TdClassName
{
border-color: #C1450E;
}
.TagClassName
{
border-color: #C1450E;
}
</style>