Shades of Rust #C75018
Tints of Rust #C75018
RGB
CMYK
RGB Variations
Color information
#C75018 (or 0xC75018) is known color: Rust. HEX triplet: C7, 50 and 18. RGB value is (199,80,24). Sum of RGB (Red+Green+Blue) = 199+80+24=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C75018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75018 is #38AFE7. Grayscale: #6D6D6D. Windows color (decimal): -3715048 or 1593543. OLE color: 1593543.
HSL color Cylindrical-coordinate representation of color #C75018: hue angle of 19.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C75018 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 24 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.22 |
| HSL | 19.2º | 0.78% | 0.44% | - |
| HSV(B) | 19.2º | 0.88% | 0.78% | - |
| XYZ | 26.59 | 17.95 | 2.93 | - |
| YUV | 109.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 24 | 0 | 0.60 | 0.88 | 0.22 | 19.2 | 0.78 | 0.44 |
| Hex | C7 | 50 | 18 | 0 | 3C | 58 | 16 | 13 | 4E | 2C |
| Octal | 307 | 120 | 30 | 0 | 74 | 130 | 26 | 23 | 116 | 54 |
| Binary | 11000111 | 1010000 | 11000 | 0 | 111100 | 1011000 | 10110 | 10011 | 1001110 | 101100 |
Color Harmonies of #C75018
Complementary color
Monochromatic Colors of #C75018
Black with #C75018
Text Example
Text Example
White with #C75018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75018; }
p { color: rgb(199,80,24); }
H1.HeaderClassName
{
color: #C75018;
}
.AnyTagClassName
{
color: #C75018;
}
</style>
background-color css
<style>
a { background-color: #C75018; }
a { background-color: rgb(199,80,24); }
div.DivClassName
{
background-color: #C75018;
}
.BgClassName
{
background-color: #C75018;
}
</style>
border-color css
<style>
span { border-color: #C75018; }
span { border-color: rgb(199,80,24); }
td.TdClassName
{
border-color: #C75018;
}
.TagClassName
{
border-color: #C75018;
}
</style>