Shades of Rust #C1420B
Tints of Rust #C1420B
RGB
CMYK
RGB Variations
Color information
#C1420B (or 0xC1420B) is known color: Rust. HEX triplet: C1, 42 and 0B. RGB value is (193,66,11). Sum of RGB (Red+Green+Blue) = 193+66+11=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C1420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1420B is #3EBDF4. Grayscale: #626262. Windows color (decimal): -4111861 or 737985. OLE color: 737985.
HSL color Cylindrical-coordinate representation of color #C1420B: hue angle of 18.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1420B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.24 |
| HSL | 18.13º | 0.89% | 0.4% | - |
| HSV(B) | 18.13º | 0.94% | 0.76% | - |
| XYZ | 24 | 15.26 | 2 | - |
| YUV | 97.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 11 | 0 | 0.66 | 0.94 | 0.24 | 18.13 | 0.89 | 0.4 |
| Hex | C1 | 42 | B | 0 | 42 | 5E | 18 | 12 | 59 | 28 |
| Octal | 301 | 102 | 13 | 0 | 102 | 136 | 30 | 22 | 131 | 50 |
| Binary | 11000001 | 1000010 | 1011 | 0 | 1000010 | 1011110 | 11000 | 10010 | 1011001 | 101000 |
Color Harmonies of #C1420B
Complementary color
Monochromatic Colors of #C1420B
Black with #C1420B
Text Example
Text Example
White with #C1420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1420B; }
p { color: rgb(193,66,11); }
H1.HeaderClassName
{
color: #C1420B;
}
.AnyTagClassName
{
color: #C1420B;
}
</style>
background-color css
<style>
a { background-color: #C1420B; }
a { background-color: rgb(193,66,11); }
div.DivClassName
{
background-color: #C1420B;
}
.BgClassName
{
background-color: #C1420B;
}
</style>
border-color css
<style>
span { border-color: #C1420B; }
span { border-color: rgb(193,66,11); }
td.TdClassName
{
border-color: #C1420B;
}
.TagClassName
{
border-color: #C1420B;
}
</style>