Shades of Rust #C13A0A
Tints of Rust #C13A0A
RGB
CMYK
RGB Variations
Color information
#C13A0A (or 0xC13A0A) is known color: Rust. HEX triplet: C1, 3A and 0A. RGB value is (193,58,10). Sum of RGB (Red+Green+Blue) = 193+58+10=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A0A is #3EC5F5. Grayscale: #5D5D5D. Windows color (decimal): -4113910 or 670401. OLE color: 670401.
HSL color Cylindrical-coordinate representation of color #C13A0A: hue angle of 15.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C13A0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.24 |
| HSL | 15.74º | 0.9% | 0.4% | - |
| HSV(B) | 15.74º | 0.95% | 0.76% | - |
| XYZ | 23.56 | 14.39 | 1.82 | - |
| YUV | 92.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 10 | 0 | 0.70 | 0.95 | 0.24 | 15.74 | 0.9 | 0.4 |
| Hex | C1 | 3A | A | 0 | 46 | 5F | 18 | 10 | 5A | 28 |
| Octal | 301 | 72 | 12 | 0 | 106 | 137 | 30 | 20 | 132 | 50 |
| Binary | 11000001 | 111010 | 1010 | 0 | 1000110 | 1011111 | 11000 | 10000 | 1011010 | 101000 |
Color Harmonies of #C13A0A
Complementary color
Monochromatic Colors of #C13A0A
Black with #C13A0A
Text Example
Text Example
White with #C13A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A0A; }
p { color: rgb(193,58,10); }
H1.HeaderClassName
{
color: #C13A0A;
}
.AnyTagClassName
{
color: #C13A0A;
}
</style>
background-color css
<style>
a { background-color: #C13A0A; }
a { background-color: rgb(193,58,10); }
div.DivClassName
{
background-color: #C13A0A;
}
.BgClassName
{
background-color: #C13A0A;
}
</style>
border-color css
<style>
span { border-color: #C13A0A; }
span { border-color: rgb(193,58,10); }
td.TdClassName
{
border-color: #C13A0A;
}
.TagClassName
{
border-color: #C13A0A;
}
</style>