Shades of Rust #C64312
Tints of Rust #C64312
RGB
CMYK
RGB Variations
Color information
#C64312 (or 0xC64312) is known color: Rust. HEX triplet: C6, 43 and 12. RGB value is (198,67,18). Sum of RGB (Red+Green+Blue) = 198+67+18=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C64312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64312 is #39BCED. Grayscale: #646464. Windows color (decimal): -3783918 or 1196998. OLE color: 1196998.
HSL color Cylindrical-coordinate representation of color #C64312: hue angle of 16.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64312 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.22 |
| HSL | 16.33º | 0.83% | 0.42% | - |
| HSV(B) | 16.33º | 0.91% | 0.78% | - |
| XYZ | 25.41 | 16.06 | 2.33 | - |
| YUV | 100.58 | 81.4 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 18 | 0 | 0.66 | 0.91 | 0.22 | 16.33 | 0.83 | 0.42 |
| Hex | C6 | 43 | 12 | 0 | 42 | 5B | 16 | 10 | 53 | 2A |
| Octal | 306 | 103 | 22 | 0 | 102 | 133 | 26 | 20 | 123 | 52 |
| Binary | 11000110 | 1000011 | 10010 | 0 | 1000010 | 1011011 | 10110 | 10000 | 1010011 | 101010 |
Color Harmonies of #C64312
Complementary color
Monochromatic Colors of #C64312
Black with #C64312
Text Example
Text Example
White with #C64312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64312; }
p { color: rgb(198,67,18); }
H1.HeaderClassName
{
color: #C64312;
}
.AnyTagClassName
{
color: #C64312;
}
</style>
background-color css
<style>
a { background-color: #C64312; }
a { background-color: rgb(198,67,18); }
div.DivClassName
{
background-color: #C64312;
}
.BgClassName
{
background-color: #C64312;
}
</style>
border-color css
<style>
span { border-color: #C64312; }
span { border-color: rgb(198,67,18); }
td.TdClassName
{
border-color: #C64312;
}
.TagClassName
{
border-color: #C64312;
}
</style>