Shades of Rust #C1420F
Tints of Rust #C1420F
RGB
CMYK
RGB Variations
Color information
#C1420F (or 0xC1420F) is known color: Rust. HEX triplet: C1, 42 and 0F. RGB value is (193,66,15). Sum of RGB (Red+Green+Blue) = 193+66+15=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1420F is #3EBDF0. Grayscale: #626262. Windows color (decimal): -4111857 or 1000129. OLE color: 1000129.
HSL color Cylindrical-coordinate representation of color #C1420F: hue angle of 17.19º 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 #C1420F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.24 |
| HSL | 17.19º | 0.86% | 0.41% | - |
| HSV(B) | 17.19º | 0.92% | 0.76% | - |
| XYZ | 24.03 | 15.27 | 2.13 | - |
| YUV | 98.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 15 | 0 | 0.66 | 0.92 | 0.24 | 17.19 | 0.86 | 0.41 |
| Hex | C1 | 42 | F | 0 | 42 | 5C | 18 | 11 | 56 | 29 |
| Octal | 301 | 102 | 17 | 0 | 102 | 134 | 30 | 21 | 126 | 51 |
| Binary | 11000001 | 1000010 | 1111 | 0 | 1000010 | 1011100 | 11000 | 10001 | 1010110 | 101001 |
Color Harmonies of #C1420F
Complementary color
Monochromatic Colors of #C1420F
Black with #C1420F
Text Example
Text Example
White with #C1420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1420F; }
p { color: rgb(193,66,15); }
H1.HeaderClassName
{
color: #C1420F;
}
.AnyTagClassName
{
color: #C1420F;
}
</style>
background-color css
<style>
a { background-color: #C1420F; }
a { background-color: rgb(193,66,15); }
div.DivClassName
{
background-color: #C1420F;
}
.BgClassName
{
background-color: #C1420F;
}
</style>
border-color css
<style>
span { border-color: #C1420F; }
span { border-color: rgb(193,66,15); }
td.TdClassName
{
border-color: #C1420F;
}
.TagClassName
{
border-color: #C1420F;
}
</style>