Shades of Rust #C74813
Tints of Rust #C74813
RGB
CMYK
RGB Variations
Color information
#C74813 (or 0xC74813) is known color: Rust. HEX triplet: C7, 48 and 13. RGB value is (199,72,19). Sum of RGB (Red+Green+Blue) = 199+72+19=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C74813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74813 is #38B7EC. Grayscale: #686868. Windows color (decimal): -3717101 or 1263815. OLE color: 1263815.
HSL color Cylindrical-coordinate representation of color #C74813: hue angle of 17.67º degrees, saturation: 0.83, 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 #C74813 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.22 |
| HSL | 17.67º | 0.83% | 0.43% | - |
| HSV(B) | 17.67º | 0.9% | 0.78% | - |
| XYZ | 25.99 | 16.82 | 2.49 | - |
| YUV | 103.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 19 | 0 | 0.64 | 0.90 | 0.22 | 17.67 | 0.83 | 0.43 |
| Hex | C7 | 48 | 13 | 0 | 40 | 5A | 16 | 12 | 53 | 2B |
| Octal | 307 | 110 | 23 | 0 | 100 | 132 | 26 | 22 | 123 | 53 |
| Binary | 11000111 | 1001000 | 10011 | 0 | 1000000 | 1011010 | 10110 | 10010 | 1010011 | 101011 |
Color Harmonies of #C74813
Complementary color
Monochromatic Colors of #C74813
Black with #C74813
Text Example
Text Example
White with #C74813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74813; }
p { color: rgb(199,72,19); }
H1.HeaderClassName
{
color: #C74813;
}
.AnyTagClassName
{
color: #C74813;
}
</style>
background-color css
<style>
a { background-color: #C74813; }
a { background-color: rgb(199,72,19); }
div.DivClassName
{
background-color: #C74813;
}
.BgClassName
{
background-color: #C74813;
}
</style>
border-color css
<style>
span { border-color: #C74813; }
span { border-color: rgb(199,72,19); }
td.TdClassName
{
border-color: #C74813;
}
.TagClassName
{
border-color: #C74813;
}
</style>