Shades of Rust #C13D12
Tints of Rust #C13D12
RGB
CMYK
RGB Variations
Color information
#C13D12 (or 0xC13D12) is known color: Rust. HEX triplet: C1, 3D and 12. RGB value is (193,61,18). Sum of RGB (Red+Green+Blue) = 193+61+18=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D12 is #3EC2ED. Grayscale: #5F5F5F. Windows color (decimal): -4113134 or 1195457. OLE color: 1195457.
HSL color Cylindrical-coordinate representation of color #C13D12: hue angle of 14.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C13D12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.24 |
| HSL | 14.74º | 0.83% | 0.41% | - |
| HSV(B) | 14.74º | 0.91% | 0.76% | - |
| XYZ | 23.77 | 14.72 | 2.16 | - |
| YUV | 95.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 18 | 0 | 0.68 | 0.91 | 0.24 | 14.74 | 0.83 | 0.41 |
| Hex | C1 | 3D | 12 | 0 | 44 | 5B | 18 | F | 53 | 29 |
| Octal | 301 | 75 | 22 | 0 | 104 | 133 | 30 | 17 | 123 | 51 |
| Binary | 11000001 | 111101 | 10010 | 0 | 1000100 | 1011011 | 11000 | 1111 | 1010011 | 101001 |
Color Harmonies of #C13D12
Complementary color
Monochromatic Colors of #C13D12
Black with #C13D12
Text Example
Text Example
White with #C13D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D12; }
p { color: rgb(193,61,18); }
H1.HeaderClassName
{
color: #C13D12;
}
.AnyTagClassName
{
color: #C13D12;
}
</style>
background-color css
<style>
a { background-color: #C13D12; }
a { background-color: rgb(193,61,18); }
div.DivClassName
{
background-color: #C13D12;
}
.BgClassName
{
background-color: #C13D12;
}
</style>
border-color css
<style>
span { border-color: #C13D12; }
span { border-color: rgb(193,61,18); }
td.TdClassName
{
border-color: #C13D12;
}
.TagClassName
{
border-color: #C13D12;
}
</style>