Shades of Rust #C1450A
Tints of Rust #C1450A
RGB
CMYK
RGB Variations
Color information
#C1450A (or 0xC1450A) is known color: Rust. HEX triplet: C1, 45 and 0A. RGB value is (193,69,10). Sum of RGB (Red+Green+Blue) = 193+69+10=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1450A is #3EBAF5. Grayscale: #636363. Windows color (decimal): -4111094 or 673217. OLE color: 673217.
HSL color Cylindrical-coordinate representation of color #C1450A: hue angle of 19.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1450A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.24 |
| HSL | 19.34º | 0.9% | 0.4% | - |
| HSV(B) | 19.34º | 0.95% | 0.76% | - |
| XYZ | 24.18 | 15.62 | 2.03 | - |
| YUV | 99.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 10 | 0 | 0.64 | 0.95 | 0.24 | 19.34 | 0.9 | 0.4 |
| Hex | C1 | 45 | A | 0 | 40 | 5F | 18 | 13 | 5A | 28 |
| Octal | 301 | 105 | 12 | 0 | 100 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000001 | 1000101 | 1010 | 0 | 1000000 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C1450A
Complementary color
Monochromatic Colors of #C1450A
Black with #C1450A
Text Example
Text Example
White with #C1450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1450A; }
p { color: rgb(193,69,10); }
H1.HeaderClassName
{
color: #C1450A;
}
.AnyTagClassName
{
color: #C1450A;
}
</style>
background-color css
<style>
a { background-color: #C1450A; }
a { background-color: rgb(193,69,10); }
div.DivClassName
{
background-color: #C1450A;
}
.BgClassName
{
background-color: #C1450A;
}
</style>
border-color css
<style>
span { border-color: #C1450A; }
span { border-color: rgb(193,69,10); }
td.TdClassName
{
border-color: #C1450A;
}
.TagClassName
{
border-color: #C1450A;
}
</style>