Shades of Rust #C65013
Tints of Rust #C65013
RGB
CMYK
RGB Variations
Color information
#C65013 (or 0xC65013) is known color: Rust. HEX triplet: C6, 50 and 13. RGB value is (198,80,19). Sum of RGB (Red+Green+Blue) = 198+80+19=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C65013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65013 is #39AFEC. Grayscale: #6C6C6C. Windows color (decimal): -3780589 or 1265862. OLE color: 1265862.
HSL color Cylindrical-coordinate representation of color #C65013: hue angle of 20.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65013 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.22 |
| HSL | 20.45º | 0.82% | 0.43% | - |
| HSV(B) | 20.45º | 0.9% | 0.78% | - |
| XYZ | 26.27 | 17.79 | 2.67 | - |
| YUV | 108.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 19 | 0 | 0.60 | 0.90 | 0.22 | 20.45 | 0.82 | 0.43 |
| Hex | C6 | 50 | 13 | 0 | 3C | 5A | 16 | 14 | 52 | 2B |
| Octal | 306 | 120 | 23 | 0 | 74 | 132 | 26 | 24 | 122 | 53 |
| Binary | 11000110 | 1010000 | 10011 | 0 | 111100 | 1011010 | 10110 | 10100 | 1010010 | 101011 |
Color Harmonies of #C65013
Complementary color
Monochromatic Colors of #C65013
Black with #C65013
Text Example
Text Example
White with #C65013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65013; }
p { color: rgb(198,80,19); }
H1.HeaderClassName
{
color: #C65013;
}
.AnyTagClassName
{
color: #C65013;
}
</style>
background-color css
<style>
a { background-color: #C65013; }
a { background-color: rgb(198,80,19); }
div.DivClassName
{
background-color: #C65013;
}
.BgClassName
{
background-color: #C65013;
}
</style>
border-color css
<style>
span { border-color: #C65013; }
span { border-color: rgb(198,80,19); }
td.TdClassName
{
border-color: #C65013;
}
.TagClassName
{
border-color: #C65013;
}
</style>