Shades of Rust #C13B04
Tints of Rust #C13B04
RGB
CMYK
RGB Variations
Color information
#C13B04 (or 0xC13B04) is known color: Rust. HEX triplet: C1, 3B and 04. RGB value is (193,59,4). Sum of RGB (Red+Green+Blue) = 193+59+4=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B04 is #3EC4FB. Grayscale: #5D5D5D. Windows color (decimal): -4113660 or 277441. OLE color: 277441.
HSL color Cylindrical-coordinate representation of color #C13B04: hue angle of 17.46º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13B04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.24 |
| HSL | 17.46º | 0.96% | 0.39% | - |
| HSV(B) | 17.46º | 0.98% | 0.76% | - |
| XYZ | 23.58 | 14.47 | 1.67 | - |
| YUV | 92.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 4 | 0 | 0.69 | 0.98 | 0.24 | 17.46 | 0.96 | 0.39 |
| Hex | C1 | 3B | 4 | 0 | 45 | 62 | 18 | 11 | 60 | 27 |
| Octal | 301 | 73 | 4 | 0 | 105 | 142 | 30 | 21 | 140 | 47 |
| Binary | 11000001 | 111011 | 100 | 0 | 1000101 | 1100010 | 11000 | 10001 | 1100000 | 100111 |
Color Harmonies of #C13B04
Complementary color
Monochromatic Colors of #C13B04
Black with #C13B04
Text Example
Text Example
White with #C13B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B04; }
p { color: rgb(193,59,4); }
H1.HeaderClassName
{
color: #C13B04;
}
.AnyTagClassName
{
color: #C13B04;
}
</style>
background-color css
<style>
a { background-color: #C13B04; }
a { background-color: rgb(193,59,4); }
div.DivClassName
{
background-color: #C13B04;
}
.BgClassName
{
background-color: #C13B04;
}
</style>
border-color css
<style>
span { border-color: #C13B04; }
span { border-color: rgb(193,59,4); }
td.TdClassName
{
border-color: #C13B04;
}
.TagClassName
{
border-color: #C13B04;
}
</style>