Shades of Rust #C1451A
Tints of Rust #C1451A
RGB
CMYK
RGB Variations
Color information
#C1451A (or 0xC1451A) is known color: Rust. HEX triplet: C1, 45 and 1A. RGB value is (193,69,26). Sum of RGB (Red+Green+Blue) = 193+69+26=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1451A is #3EBAE5. Grayscale: #656565. Windows color (decimal): -4111078 or 1721793. OLE color: 1721793.
HSL color Cylindrical-coordinate representation of color #C1451A: hue angle of 15.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1451A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.24 |
| HSL | 15.45º | 0.76% | 0.43% | - |
| HSV(B) | 15.45º | 0.87% | 0.76% | - |
| XYZ | 24.31 | 15.67 | 2.72 | - |
| YUV | 101.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 26 | 0 | 0.64 | 0.87 | 0.24 | 15.45 | 0.76 | 0.43 |
| Hex | C1 | 45 | 1A | 0 | 40 | 57 | 18 | F | 4C | 2B |
| Octal | 301 | 105 | 32 | 0 | 100 | 127 | 30 | 17 | 114 | 53 |
| Binary | 11000001 | 1000101 | 11010 | 0 | 1000000 | 1010111 | 11000 | 1111 | 1001100 | 101011 |
Color Harmonies of #C1451A
Complementary color
Monochromatic Colors of #C1451A
Black with #C1451A
Text Example
Text Example
White with #C1451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1451A; }
p { color: rgb(193,69,26); }
H1.HeaderClassName
{
color: #C1451A;
}
.AnyTagClassName
{
color: #C1451A;
}
</style>
background-color css
<style>
a { background-color: #C1451A; }
a { background-color: rgb(193,69,26); }
div.DivClassName
{
background-color: #C1451A;
}
.BgClassName
{
background-color: #C1451A;
}
</style>
border-color css
<style>
span { border-color: #C1451A; }
span { border-color: rgb(193,69,26); }
td.TdClassName
{
border-color: #C1451A;
}
.TagClassName
{
border-color: #C1451A;
}
</style>