Shades of Rust #C13801
Tints of Rust #C13801
RGB
CMYK
RGB Variations
Color information
#C13801 (or 0xC13801) is known color: Rust. HEX triplet: C1, 38 and 01. RGB value is (193,56,1). Sum of RGB (Red+Green+Blue) = 193+56+1=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C13801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13801 is #3EC7FE. Grayscale: #5B5B5B. Windows color (decimal): -4114431 or 80065. OLE color: 80065.
HSL color Cylindrical-coordinate representation of color #C13801: hue angle of 17.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13801 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 17.19º | 0.99% | 0.38% | - |
| HSV(B) | 17.19º | 0.99% | 0.76% | - |
| XYZ | 23.41 | 14.17 | 1.53 | - |
| YUV | 90.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 1 | 0 | 0.71 | 0.99 | 0.24 | 17.19 | 0.99 | 0.38 |
| Hex | C1 | 38 | 1 | 0 | 47 | 63 | 18 | 11 | 63 | 26 |
| Octal | 301 | 70 | 1 | 0 | 107 | 143 | 30 | 21 | 143 | 46 |
| Binary | 11000001 | 111000 | 1 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100011 | 100110 |
Color Harmonies of #C13801
Complementary color
Monochromatic Colors of #C13801
Black with #C13801
Text Example
Text Example
White with #C13801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13801; }
p { color: rgb(193,56,1); }
H1.HeaderClassName
{
color: #C13801;
}
.AnyTagClassName
{
color: #C13801;
}
</style>
background-color css
<style>
a { background-color: #C13801; }
a { background-color: rgb(193,56,1); }
div.DivClassName
{
background-color: #C13801;
}
.BgClassName
{
background-color: #C13801;
}
</style>
border-color css
<style>
span { border-color: #C13801; }
span { border-color: rgb(193,56,1); }
td.TdClassName
{
border-color: #C13801;
}
.TagClassName
{
border-color: #C13801;
}
</style>