Shades of Rust #C03D12
Tints of Rust #C03D12
RGB
CMYK
RGB Variations
Color information
#C03D12 (or 0xC03D12) is known color: Rust. HEX triplet: C0, 3D and 12. RGB value is (192,61,18). Sum of RGB (Red+Green+Blue) = 192+61+18=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D12 is #3FC2ED. Grayscale: #5F5F5F. Windows color (decimal): -4178670 or 1195456. OLE color: 1195456.
HSL color Cylindrical-coordinate representation of color #C03D12: hue angle of 14.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03D12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.25 |
| HSL | 14.83º | 0.83% | 0.41% | - |
| HSV(B) | 14.83º | 0.91% | 0.75% | - |
| XYZ | 23.52 | 14.59 | 2.15 | - |
| YUV | 95.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 18 | 0 | 0.68 | 0.91 | 0.25 | 14.83 | 0.83 | 0.41 |
| Hex | C0 | 3D | 12 | 0 | 44 | 5B | 19 | F | 53 | 29 |
| Octal | 300 | 75 | 22 | 0 | 104 | 133 | 31 | 17 | 123 | 51 |
| Binary | 11000000 | 111101 | 10010 | 0 | 1000100 | 1011011 | 11001 | 1111 | 1010011 | 101001 |
Color Harmonies of #C03D12
Complementary color
Monochromatic Colors of #C03D12
Black with #C03D12
Text Example
Text Example
White with #C03D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D12; }
p { color: rgb(192,61,18); }
H1.HeaderClassName
{
color: #C03D12;
}
.AnyTagClassName
{
color: #C03D12;
}
</style>
background-color css
<style>
a { background-color: #C03D12; }
a { background-color: rgb(192,61,18); }
div.DivClassName
{
background-color: #C03D12;
}
.BgClassName
{
background-color: #C03D12;
}
</style>
border-color css
<style>
span { border-color: #C03D12; }
span { border-color: rgb(192,61,18); }
td.TdClassName
{
border-color: #C03D12;
}
.TagClassName
{
border-color: #C03D12;
}
</style>