Shades of Rust #C13D0A
Tints of Rust #C13D0A
RGB
CMYK
RGB Variations
Color information
#C13D0A (or 0xC13D0A) is known color: Rust. HEX triplet: C1, 3D and 0A. RGB value is (193,61,10). Sum of RGB (Red+Green+Blue) = 193+61+10=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D0A is #3EC2F5. Grayscale: #5E5E5E. Windows color (decimal): -4113142 or 671169. OLE color: 671169.
HSL color Cylindrical-coordinate representation of color #C13D0A: hue angle of 16.72º 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 #C13D0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.24 |
| HSL | 16.72º | 0.9% | 0.4% | - |
| HSV(B) | 16.72º | 0.95% | 0.76% | - |
| XYZ | 23.72 | 14.7 | 1.87 | - |
| YUV | 94.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 10 | 0 | 0.68 | 0.95 | 0.24 | 16.72 | 0.9 | 0.4 |
| Hex | C1 | 3D | A | 0 | 44 | 5F | 18 | 11 | 5A | 28 |
| Octal | 301 | 75 | 12 | 0 | 104 | 137 | 30 | 21 | 132 | 50 |
| Binary | 11000001 | 111101 | 1010 | 0 | 1000100 | 1011111 | 11000 | 10001 | 1011010 | 101000 |
Color Harmonies of #C13D0A
Complementary color
Monochromatic Colors of #C13D0A
Black with #C13D0A
Text Example
Text Example
White with #C13D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D0A; }
p { color: rgb(193,61,10); }
H1.HeaderClassName
{
color: #C13D0A;
}
.AnyTagClassName
{
color: #C13D0A;
}
</style>
background-color css
<style>
a { background-color: #C13D0A; }
a { background-color: rgb(193,61,10); }
div.DivClassName
{
background-color: #C13D0A;
}
.BgClassName
{
background-color: #C13D0A;
}
</style>
border-color css
<style>
span { border-color: #C13D0A; }
span { border-color: rgb(193,61,10); }
td.TdClassName
{
border-color: #C13D0A;
}
.TagClassName
{
border-color: #C13D0A;
}
</style>