Shades of Rust #C6440C
Tints of Rust #C6440C
RGB
CMYK
RGB Variations
Color information
#C6440C (or 0xC6440C) is known color: Rust. HEX triplet: C6, 44 and 0C. RGB value is (198,68,12). Sum of RGB (Red+Green+Blue) = 198+68+12=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440C is #39BBF3. Grayscale: #646464. Windows color (decimal): -3783668 or 804038. OLE color: 804038.
HSL color Cylindrical-coordinate representation of color #C6440C: hue angle of 18.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6440C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 18.06º | 0.89% | 0.41% | - |
| HSV(B) | 18.06º | 0.94% | 0.78% | - |
| XYZ | 25.42 | 16.17 | 2.13 | - |
| YUV | 100.49 | 78.07 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 12 | 0 | 0.66 | 0.94 | 0.22 | 18.06 | 0.89 | 0.41 |
| Hex | C6 | 44 | C | 0 | 42 | 5E | 16 | 12 | 59 | 29 |
| Octal | 306 | 104 | 14 | 0 | 102 | 136 | 26 | 22 | 131 | 51 |
| Binary | 11000110 | 1000100 | 1100 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011001 | 101001 |
Color Harmonies of #C6440C
Complementary color
Monochromatic Colors of #C6440C
Black with #C6440C
Text Example
Text Example
White with #C6440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6440C; }
p { color: rgb(198,68,12); }
H1.HeaderClassName
{
color: #C6440C;
}
.AnyTagClassName
{
color: #C6440C;
}
</style>
background-color css
<style>
a { background-color: #C6440C; }
a { background-color: rgb(198,68,12); }
div.DivClassName
{
background-color: #C6440C;
}
.BgClassName
{
background-color: #C6440C;
}
</style>
border-color css
<style>
span { border-color: #C6440C; }
span { border-color: rgb(198,68,12); }
td.TdClassName
{
border-color: #C6440C;
}
.TagClassName
{
border-color: #C6440C;
}
</style>