Shades of Rust #C75014
Tints of Rust #C75014
RGB
CMYK
RGB Variations
Color information
#C75014 (or 0xC75014) is known color: Rust. HEX triplet: C7, 50 and 14. RGB value is (199,80,20). Sum of RGB (Red+Green+Blue) = 199+80+20=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C75014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75014 is #38AFEB. Grayscale: #6D6D6D. Windows color (decimal): -3715052 or 1331399. OLE color: 1331399.
HSL color Cylindrical-coordinate representation of color #C75014: hue angle of 20.11º 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 #C75014 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.22 |
| HSL | 20.11º | 0.82% | 0.43% | - |
| HSV(B) | 20.11º | 0.9% | 0.78% | - |
| XYZ | 26.55 | 17.93 | 2.72 | - |
| YUV | 108.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 20 | 0 | 0.60 | 0.90 | 0.22 | 20.11 | 0.82 | 0.43 |
| Hex | C7 | 50 | 14 | 0 | 3C | 5A | 16 | 14 | 52 | 2B |
| Octal | 307 | 120 | 24 | 0 | 74 | 132 | 26 | 24 | 122 | 53 |
| Binary | 11000111 | 1010000 | 10100 | 0 | 111100 | 1011010 | 10110 | 10100 | 1010010 | 101011 |
Color Harmonies of #C75014
Complementary color
Monochromatic Colors of #C75014
Black with #C75014
Text Example
Text Example
White with #C75014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75014; }
p { color: rgb(199,80,20); }
H1.HeaderClassName
{
color: #C75014;
}
.AnyTagClassName
{
color: #C75014;
}
</style>
background-color css
<style>
a { background-color: #C75014; }
a { background-color: rgb(199,80,20); }
div.DivClassName
{
background-color: #C75014;
}
.BgClassName
{
background-color: #C75014;
}
</style>
border-color css
<style>
span { border-color: #C75014; }
span { border-color: rgb(199,80,20); }
td.TdClassName
{
border-color: #C75014;
}
.TagClassName
{
border-color: #C75014;
}
</style>