Shades of Rust #C75119
Tints of Rust #C75119
RGB
CMYK
RGB Variations
Color information
#C75119 (or 0xC75119) is known color: Rust. HEX triplet: C7, 51 and 19. RGB value is (199,81,25). Sum of RGB (Red+Green+Blue) = 199+81+25=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75119 is #38AEE6. Grayscale: #6E6E6E. Windows color (decimal): -3714791 or 1659335. OLE color: 1659335.
HSL color Cylindrical-coordinate representation of color #C75119: hue angle of 19.31º 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 #C75119 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 25 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.22 |
| HSL | 19.31º | 0.78% | 0.44% | - |
| HSV(B) | 19.31º | 0.87% | 0.78% | - |
| XYZ | 26.67 | 18.1 | 3.01 | - |
| YUV | 109.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 25 | 0 | 0.59 | 0.87 | 0.22 | 19.31 | 0.78 | 0.44 |
| Hex | C7 | 51 | 19 | 0 | 3B | 57 | 16 | 13 | 4E | 2C |
| Octal | 307 | 121 | 31 | 0 | 73 | 127 | 26 | 23 | 116 | 54 |
| Binary | 11000111 | 1010001 | 11001 | 0 | 111011 | 1010111 | 10110 | 10011 | 1001110 | 101100 |
Color Harmonies of #C75119
Complementary color
Monochromatic Colors of #C75119
Black with #C75119
Text Example
Text Example
White with #C75119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75119; }
p { color: rgb(199,81,25); }
H1.HeaderClassName
{
color: #C75119;
}
.AnyTagClassName
{
color: #C75119;
}
</style>
background-color css
<style>
a { background-color: #C75119; }
a { background-color: rgb(199,81,25); }
div.DivClassName
{
background-color: #C75119;
}
.BgClassName
{
background-color: #C75119;
}
</style>
border-color css
<style>
span { border-color: #C75119; }
span { border-color: rgb(199,81,25); }
td.TdClassName
{
border-color: #C75119;
}
.TagClassName
{
border-color: #C75119;
}
</style>