Shades of Rust #C6480C
Tints of Rust #C6480C
RGB
CMYK
RGB Variations
Color information
#C6480C (or 0xC6480C) is known color: Rust. HEX triplet: C6, 48 and 0C. RGB value is (198,72,12). Sum of RGB (Red+Green+Blue) = 198+72+12=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6480C is #39B7F3. Grayscale: #676767. Windows color (decimal): -3782644 or 805062. OLE color: 805062.
HSL color Cylindrical-coordinate representation of color #C6480C: hue angle of 19.35º 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 #C6480C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.22 |
| HSL | 19.35º | 0.89% | 0.41% | - |
| HSV(B) | 19.35º | 0.94% | 0.78% | - |
| XYZ | 25.67 | 16.67 | 2.21 | - |
| YUV | 102.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 12 | 0 | 0.64 | 0.94 | 0.22 | 19.35 | 0.89 | 0.41 |
| Hex | C6 | 48 | C | 0 | 40 | 5E | 16 | 13 | 59 | 29 |
| Octal | 306 | 110 | 14 | 0 | 100 | 136 | 26 | 23 | 131 | 51 |
| Binary | 11000110 | 1001000 | 1100 | 0 | 1000000 | 1011110 | 10110 | 10011 | 1011001 | 101001 |
Color Harmonies of #C6480C
Complementary color
Monochromatic Colors of #C6480C
Black with #C6480C
Text Example
Text Example
White with #C6480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6480C; }
p { color: rgb(198,72,12); }
H1.HeaderClassName
{
color: #C6480C;
}
.AnyTagClassName
{
color: #C6480C;
}
</style>
background-color css
<style>
a { background-color: #C6480C; }
a { background-color: rgb(198,72,12); }
div.DivClassName
{
background-color: #C6480C;
}
.BgClassName
{
background-color: #C6480C;
}
</style>
border-color css
<style>
span { border-color: #C6480C; }
span { border-color: rgb(198,72,12); }
td.TdClassName
{
border-color: #C6480C;
}
.TagClassName
{
border-color: #C6480C;
}
</style>