Shades of Rust #C75019
Tints of Rust #C75019
RGB
CMYK
RGB Variations
Color information
#C75019 (or 0xC75019) is known color: Rust. HEX triplet: C7, 50 and 19. RGB value is (199,80,25). Sum of RGB (Red+Green+Blue) = 199+80+25=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75019 is #38AFE6. Grayscale: #6D6D6D. Windows color (decimal): -3715047 or 1659079. OLE color: 1659079.
HSL color Cylindrical-coordinate representation of color #C75019: hue angle of 18.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C75019 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.22 |
| HSL | 18.97º | 0.78% | 0.44% | - |
| HSV(B) | 18.97º | 0.87% | 0.78% | - |
| XYZ | 26.6 | 17.95 | 2.98 | - |
| YUV | 109.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 25 | 0 | 0.60 | 0.87 | 0.22 | 18.97 | 0.78 | 0.44 |
| Hex | C7 | 50 | 19 | 0 | 3C | 57 | 16 | 13 | 4E | 2C |
| Octal | 307 | 120 | 31 | 0 | 74 | 127 | 26 | 23 | 116 | 54 |
| Binary | 11000111 | 1010000 | 11001 | 0 | 111100 | 1010111 | 10110 | 10011 | 1001110 | 101100 |
Color Harmonies of #C75019
Complementary color
Monochromatic Colors of #C75019
Black with #C75019
Text Example
Text Example
White with #C75019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75019; }
p { color: rgb(199,80,25); }
H1.HeaderClassName
{
color: #C75019;
}
.AnyTagClassName
{
color: #C75019;
}
</style>
background-color css
<style>
a { background-color: #C75019; }
a { background-color: rgb(199,80,25); }
div.DivClassName
{
background-color: #C75019;
}
.BgClassName
{
background-color: #C75019;
}
</style>
border-color css
<style>
span { border-color: #C75019; }
span { border-color: rgb(199,80,25); }
td.TdClassName
{
border-color: #C75019;
}
.TagClassName
{
border-color: #C75019;
}
</style>