Shades of Rust #C1451F
Tints of Rust #C1451F
RGB
CMYK
RGB Variations
Color information
#C1451F (or 0xC1451F) is known color: Rust. HEX triplet: C1, 45 and 1F. RGB value is (193,69,31). Sum of RGB (Red+Green+Blue) = 193+69+31=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1451F is #3EBAE0. Grayscale: #666666. Windows color (decimal): -4111073 or 2049473. OLE color: 2049473.
HSL color Cylindrical-coordinate representation of color #C1451F: hue angle of 14.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1451F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 31 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.24 |
| HSL | 14.07º | 0.72% | 0.44% | - |
| HSV(B) | 14.07º | 0.84% | 0.76% | - |
| XYZ | 24.37 | 15.69 | 3.04 | - |
| YUV | 101.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 31 | 0 | 0.64 | 0.84 | 0.24 | 14.07 | 0.72 | 0.44 |
| Hex | C1 | 45 | 1F | 0 | 40 | 54 | 18 | E | 48 | 2C |
| Octal | 301 | 105 | 37 | 0 | 100 | 124 | 30 | 16 | 110 | 54 |
| Binary | 11000001 | 1000101 | 11111 | 0 | 1000000 | 1010100 | 11000 | 1110 | 1001000 | 101100 |
Color Harmonies of #C1451F
Complementary color
Monochromatic Colors of #C1451F
Black with #C1451F
Text Example
Text Example
White with #C1451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1451F; }
p { color: rgb(193,69,31); }
H1.HeaderClassName
{
color: #C1451F;
}
.AnyTagClassName
{
color: #C1451F;
}
</style>
background-color css
<style>
a { background-color: #C1451F; }
a { background-color: rgb(193,69,31); }
div.DivClassName
{
background-color: #C1451F;
}
.BgClassName
{
background-color: #C1451F;
}
</style>
border-color css
<style>
span { border-color: #C1451F; }
span { border-color: rgb(193,69,31); }
td.TdClassName
{
border-color: #C1451F;
}
.TagClassName
{
border-color: #C1451F;
}
</style>