Shades of Rust #C74B0E
Tints of Rust #C74B0E
RGB
CMYK
RGB Variations
Color information
#C74B0E (or 0xC74B0E) is known color: Rust. HEX triplet: C7, 4B and 0E. RGB value is (199,75,14). Sum of RGB (Red+Green+Blue) = 199+75+14=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74B0E is #38B4F1. Grayscale: #696969. Windows color (decimal): -3716338 or 936903. OLE color: 936903.
HSL color Cylindrical-coordinate representation of color #C74B0E: hue angle of 19.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C74B0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.22 |
| HSL | 19.78º | 0.87% | 0.42% | - |
| HSV(B) | 19.78º | 0.93% | 0.78% | - |
| XYZ | 26.15 | 17.21 | 2.36 | - |
| YUV | 105.12 | 76.58 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 14 | 0 | 0.62 | 0.93 | 0.22 | 19.78 | 0.87 | 0.42 |
| Hex | C7 | 4B | E | 0 | 3E | 5D | 16 | 14 | 57 | 2A |
| Octal | 307 | 113 | 16 | 0 | 76 | 135 | 26 | 24 | 127 | 52 |
| Binary | 11000111 | 1001011 | 1110 | 0 | 111110 | 1011101 | 10110 | 10100 | 1010111 | 101010 |
Color Harmonies of #C74B0E
Complementary color
Monochromatic Colors of #C74B0E
Black with #C74B0E
Text Example
Text Example
White with #C74B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B0E; }
p { color: rgb(199,75,14); }
H1.HeaderClassName
{
color: #C74B0E;
}
.AnyTagClassName
{
color: #C74B0E;
}
</style>
background-color css
<style>
a { background-color: #C74B0E; }
a { background-color: rgb(199,75,14); }
div.DivClassName
{
background-color: #C74B0E;
}
.BgClassName
{
background-color: #C74B0E;
}
</style>
border-color css
<style>
span { border-color: #C74B0E; }
span { border-color: rgb(199,75,14); }
td.TdClassName
{
border-color: #C74B0E;
}
.TagClassName
{
border-color: #C74B0E;
}
</style>