Shades of Rust #C1480F
Tints of Rust #C1480F
RGB
CMYK
RGB Variations
Color information
#C1480F (or 0xC1480F) is known color: Rust. HEX triplet: C1, 48 and 0F. RGB value is (193,72,15). Sum of RGB (Red+Green+Blue) = 193+72+15=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C1480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1480F is #3EB7F0. Grayscale: #666666. Windows color (decimal): -4110321 or 1001665. OLE color: 1001665.
HSL color Cylindrical-coordinate representation of color #C1480F: hue angle of 19.21º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1480F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 19.21º | 0.86% | 0.41% | - |
| HSV(B) | 19.21º | 0.92% | 0.76% | - |
| XYZ | 24.4 | 16.01 | 2.26 | - |
| YUV | 101.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 15 | 0 | 0.63 | 0.92 | 0.24 | 19.21 | 0.86 | 0.41 |
| Hex | C1 | 48 | F | 0 | 3F | 5C | 18 | 13 | 56 | 29 |
| Octal | 301 | 110 | 17 | 0 | 77 | 134 | 30 | 23 | 126 | 51 |
| Binary | 11000001 | 1001000 | 1111 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010110 | 101001 |
Color Harmonies of #C1480F
Complementary color
Monochromatic Colors of #C1480F
Black with #C1480F
Text Example
Text Example
White with #C1480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1480F; }
p { color: rgb(193,72,15); }
H1.HeaderClassName
{
color: #C1480F;
}
.AnyTagClassName
{
color: #C1480F;
}
</style>
background-color css
<style>
a { background-color: #C1480F; }
a { background-color: rgb(193,72,15); }
div.DivClassName
{
background-color: #C1480F;
}
.BgClassName
{
background-color: #C1480F;
}
</style>
border-color css
<style>
span { border-color: #C1480F; }
span { border-color: rgb(193,72,15); }
td.TdClassName
{
border-color: #C1480F;
}
.TagClassName
{
border-color: #C1480F;
}
</style>