Shades of Rust #C1400B
Tints of Rust #C1400B
RGB
CMYK
RGB Variations
Color information
#C1400B (or 0xC1400B) is known color: Rust. HEX triplet: C1, 40 and 0B. RGB value is (193,64,11). Sum of RGB (Red+Green+Blue) = 193+64+11=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1400B is #3EBFF4. Grayscale: #606060. Windows color (decimal): -4112373 or 737473. OLE color: 737473.
HSL color Cylindrical-coordinate representation of color #C1400B: hue angle of 17.47º 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 #C1400B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.24 |
| HSL | 17.47º | 0.89% | 0.4% | - |
| HSV(B) | 17.47º | 0.94% | 0.76% | - |
| XYZ | 23.89 | 15.03 | 1.96 | - |
| YUV | 96.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 11 | 0 | 0.67 | 0.94 | 0.24 | 17.47 | 0.89 | 0.4 |
| Hex | C1 | 40 | B | 0 | 43 | 5E | 18 | 11 | 59 | 28 |
| Octal | 301 | 100 | 13 | 0 | 103 | 136 | 30 | 21 | 131 | 50 |
| Binary | 11000001 | 1000000 | 1011 | 0 | 1000011 | 1011110 | 11000 | 10001 | 1011001 | 101000 |
Color Harmonies of #C1400B
Complementary color
Monochromatic Colors of #C1400B
Black with #C1400B
Text Example
Text Example
White with #C1400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1400B; }
p { color: rgb(193,64,11); }
H1.HeaderClassName
{
color: #C1400B;
}
.AnyTagClassName
{
color: #C1400B;
}
</style>
background-color css
<style>
a { background-color: #C1400B; }
a { background-color: rgb(193,64,11); }
div.DivClassName
{
background-color: #C1400B;
}
.BgClassName
{
background-color: #C1400B;
}
</style>
border-color css
<style>
span { border-color: #C1400B; }
span { border-color: rgb(193,64,11); }
td.TdClassName
{
border-color: #C1400B;
}
.TagClassName
{
border-color: #C1400B;
}
</style>