Shades of Rust #C1481F
Tints of Rust #C1481F
RGB
CMYK
RGB Variations
Color information
#C1481F (or 0xC1481F) is known color: Rust. HEX triplet: C1, 48 and 1F. RGB value is (193,72,31). Sum of RGB (Red+Green+Blue) = 193+72+31=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481F is #3EB7E0. Grayscale: #676767. Windows color (decimal): -4110305 or 2050241. OLE color: 2050241.
HSL color Cylindrical-coordinate representation of color #C1481F: hue angle of 15.19º 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 #C1481F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.24 |
| HSL | 15.19º | 0.72% | 0.44% | - |
| HSV(B) | 15.19º | 0.84% | 0.76% | - |
| XYZ | 24.56 | 16.07 | 3.1 | - |
| YUV | 103.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 31 | 0 | 0.63 | 0.84 | 0.24 | 15.19 | 0.72 | 0.44 |
| Hex | C1 | 48 | 1F | 0 | 3F | 54 | 18 | F | 48 | 2C |
| Octal | 301 | 110 | 37 | 0 | 77 | 124 | 30 | 17 | 110 | 54 |
| Binary | 11000001 | 1001000 | 11111 | 0 | 111111 | 1010100 | 11000 | 1111 | 1001000 | 101100 |
Color Harmonies of #C1481F
Complementary color
Monochromatic Colors of #C1481F
Black with #C1481F
Text Example
Text Example
White with #C1481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1481F; }
p { color: rgb(193,72,31); }
H1.HeaderClassName
{
color: #C1481F;
}
.AnyTagClassName
{
color: #C1481F;
}
</style>
background-color css
<style>
a { background-color: #C1481F; }
a { background-color: rgb(193,72,31); }
div.DivClassName
{
background-color: #C1481F;
}
.BgClassName
{
background-color: #C1481F;
}
</style>
border-color css
<style>
span { border-color: #C1481F; }
span { border-color: rgb(193,72,31); }
td.TdClassName
{
border-color: #C1481F;
}
.TagClassName
{
border-color: #C1481F;
}
</style>