Shades of Rust #C1421B
Tints of Rust #C1421B
RGB
CMYK
RGB Variations
Color information
#C1421B (or 0xC1421B) is known color: Rust. HEX triplet: C1, 42 and 1B. RGB value is (193,66,27). Sum of RGB (Red+Green+Blue) = 193+66+27=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1421B is #3EBDE4. Grayscale: #636363. Windows color (decimal): -4111845 or 1786561. OLE color: 1786561.
HSL color Cylindrical-coordinate representation of color #C1421B: hue angle of 14.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1421B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.24 |
| HSL | 14.1º | 0.75% | 0.43% | - |
| HSV(B) | 14.1º | 0.86% | 0.76% | - |
| XYZ | 24.14 | 15.31 | 2.72 | - |
| YUV | 99.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 27 | 0 | 0.66 | 0.86 | 0.24 | 14.1 | 0.75 | 0.43 |
| Hex | C1 | 42 | 1B | 0 | 42 | 56 | 18 | E | 4B | 2B |
| Octal | 301 | 102 | 33 | 0 | 102 | 126 | 30 | 16 | 113 | 53 |
| Binary | 11000001 | 1000010 | 11011 | 0 | 1000010 | 1010110 | 11000 | 1110 | 1001011 | 101011 |
Color Harmonies of #C1421B
Complementary color
Monochromatic Colors of #C1421B
Black with #C1421B
Text Example
Text Example
White with #C1421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1421B; }
p { color: rgb(193,66,27); }
H1.HeaderClassName
{
color: #C1421B;
}
.AnyTagClassName
{
color: #C1421B;
}
</style>
background-color css
<style>
a { background-color: #C1421B; }
a { background-color: rgb(193,66,27); }
div.DivClassName
{
background-color: #C1421B;
}
.BgClassName
{
background-color: #C1421B;
}
</style>
border-color css
<style>
span { border-color: #C1421B; }
span { border-color: rgb(193,66,27); }
td.TdClassName
{
border-color: #C1421B;
}
.TagClassName
{
border-color: #C1421B;
}
</style>