Shades of Rust #C6470D
Tints of Rust #C6470D
RGB
CMYK
RGB Variations
Color information
#C6470D (or 0xC6470D) is known color: Rust. HEX triplet: C6, 47 and 0D. RGB value is (198,71,13). Sum of RGB (Red+Green+Blue) = 198+71+13=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6470D is #39B8F2. Grayscale: #666666. Windows color (decimal): -3782899 or 870342. OLE color: 870342.
HSL color Cylindrical-coordinate representation of color #C6470D: hue angle of 18.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6470D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.22 |
| HSL | 18.81º | 0.88% | 0.41% | - |
| HSV(B) | 18.81º | 0.93% | 0.78% | - |
| XYZ | 25.61 | 16.54 | 2.22 | - |
| YUV | 102.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 13 | 0 | 0.64 | 0.93 | 0.22 | 18.81 | 0.88 | 0.41 |
| Hex | C6 | 47 | D | 0 | 40 | 5D | 16 | 13 | 58 | 29 |
| Octal | 306 | 107 | 15 | 0 | 100 | 135 | 26 | 23 | 130 | 51 |
| Binary | 11000110 | 1000111 | 1101 | 0 | 1000000 | 1011101 | 10110 | 10011 | 1011000 | 101001 |
Color Harmonies of #C6470D
Complementary color
Monochromatic Colors of #C6470D
Black with #C6470D
Text Example
Text Example
White with #C6470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6470D; }
p { color: rgb(198,71,13); }
H1.HeaderClassName
{
color: #C6470D;
}
.AnyTagClassName
{
color: #C6470D;
}
</style>
background-color css
<style>
a { background-color: #C6470D; }
a { background-color: rgb(198,71,13); }
div.DivClassName
{
background-color: #C6470D;
}
.BgClassName
{
background-color: #C6470D;
}
</style>
border-color css
<style>
span { border-color: #C6470D; }
span { border-color: rgb(198,71,13); }
td.TdClassName
{
border-color: #C6470D;
}
.TagClassName
{
border-color: #C6470D;
}
</style>