Shades of Rust #C6440F
Tints of Rust #C6440F
RGB
CMYK
RGB Variations
Color information
#C6440F (or 0xC6440F) is known color: Rust. HEX triplet: C6, 44 and 0F. RGB value is (198,68,15). Sum of RGB (Red+Green+Blue) = 198+68+15=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440F is #39BBF0. Grayscale: #656565. Windows color (decimal): -3783665 or 1000646. OLE color: 1000646.
HSL color Cylindrical-coordinate representation of color #C6440F: hue angle of 17.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6440F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.22 |
| HSL | 17.38º | 0.86% | 0.42% | - |
| HSV(B) | 17.38º | 0.92% | 0.78% | - |
| XYZ | 25.44 | 16.17 | 2.23 | - |
| YUV | 100.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 15 | 0 | 0.66 | 0.92 | 0.22 | 17.38 | 0.86 | 0.42 |
| Hex | C6 | 44 | F | 0 | 42 | 5C | 16 | 11 | 56 | 2A |
| Octal | 306 | 104 | 17 | 0 | 102 | 134 | 26 | 21 | 126 | 52 |
| Binary | 11000110 | 1000100 | 1111 | 0 | 1000010 | 1011100 | 10110 | 10001 | 1010110 | 101010 |
Color Harmonies of #C6440F
Complementary color
Monochromatic Colors of #C6440F
Black with #C6440F
Text Example
Text Example
White with #C6440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6440F; }
p { color: rgb(198,68,15); }
H1.HeaderClassName
{
color: #C6440F;
}
.AnyTagClassName
{
color: #C6440F;
}
</style>
background-color css
<style>
a { background-color: #C6440F; }
a { background-color: rgb(198,68,15); }
div.DivClassName
{
background-color: #C6440F;
}
.BgClassName
{
background-color: #C6440F;
}
</style>
border-color css
<style>
span { border-color: #C6440F; }
span { border-color: rgb(198,68,15); }
td.TdClassName
{
border-color: #C6440F;
}
.TagClassName
{
border-color: #C6440F;
}
</style>