Shades of Rust #C04312
Tints of Rust #C04312
RGB
CMYK
RGB Variations
Color information
#C04312 (or 0xC04312) is known color: Rust. HEX triplet: C0, 43 and 12. RGB value is (192,67,18). Sum of RGB (Red+Green+Blue) = 192+67+18=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C04312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04312 is #3FBCED. Grayscale: #636363. Windows color (decimal): -4177134 or 1196992. OLE color: 1196992.
HSL color Cylindrical-coordinate representation of color #C04312: hue angle of 16.9º 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 #C04312 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.25 |
| HSL | 16.9º | 0.83% | 0.41% | - |
| HSV(B) | 16.9º | 0.91% | 0.75% | - |
| XYZ | 23.85 | 15.26 | 2.26 | - |
| YUV | 98.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 18 | 0 | 0.65 | 0.91 | 0.25 | 16.9 | 0.83 | 0.41 |
| Hex | C0 | 43 | 12 | 0 | 41 | 5B | 19 | 11 | 53 | 29 |
| Octal | 300 | 103 | 22 | 0 | 101 | 133 | 31 | 21 | 123 | 51 |
| Binary | 11000000 | 1000011 | 10010 | 0 | 1000001 | 1011011 | 11001 | 10001 | 1010011 | 101001 |
Color Harmonies of #C04312
Complementary color
Monochromatic Colors of #C04312
Black with #C04312
Text Example
Text Example
White with #C04312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04312; }
p { color: rgb(192,67,18); }
H1.HeaderClassName
{
color: #C04312;
}
.AnyTagClassName
{
color: #C04312;
}
</style>
background-color css
<style>
a { background-color: #C04312; }
a { background-color: rgb(192,67,18); }
div.DivClassName
{
background-color: #C04312;
}
.BgClassName
{
background-color: #C04312;
}
</style>
border-color css
<style>
span { border-color: #C04312; }
span { border-color: rgb(192,67,18); }
td.TdClassName
{
border-color: #C04312;
}
.TagClassName
{
border-color: #C04312;
}
</style>