Shades of Rust #C7480B
Tints of Rust #C7480B
RGB
CMYK
RGB Variations
Color information
#C7480B (or 0xC7480B) is known color: Rust. HEX triplet: C7, 48 and 0B. RGB value is (199,72,11). Sum of RGB (Red+Green+Blue) = 199+72+11=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7480B is #38B7F4. Grayscale: #676767. Windows color (decimal): -3717109 or 739527. OLE color: 739527.
HSL color Cylindrical-coordinate representation of color #C7480B: hue angle of 19.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7480B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.22 |
| HSL | 19.47º | 0.9% | 0.41% | - |
| HSV(B) | 19.47º | 0.94% | 0.78% | - |
| XYZ | 25.93 | 16.8 | 2.19 | - |
| YUV | 103.02 | 76.08 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 11 | 0 | 0.64 | 0.94 | 0.22 | 19.47 | 0.9 | 0.41 |
| Hex | C7 | 48 | B | 0 | 40 | 5E | 16 | 13 | 5A | 29 |
| Octal | 307 | 110 | 13 | 0 | 100 | 136 | 26 | 23 | 132 | 51 |
| Binary | 11000111 | 1001000 | 1011 | 0 | 1000000 | 1011110 | 10110 | 10011 | 1011010 | 101001 |
Color Harmonies of #C7480B
Complementary color
Monochromatic Colors of #C7480B
Black with #C7480B
Text Example
Text Example
White with #C7480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7480B; }
p { color: rgb(199,72,11); }
H1.HeaderClassName
{
color: #C7480B;
}
.AnyTagClassName
{
color: #C7480B;
}
</style>
background-color css
<style>
a { background-color: #C7480B; }
a { background-color: rgb(199,72,11); }
div.DivClassName
{
background-color: #C7480B;
}
.BgClassName
{
background-color: #C7480B;
}
</style>
border-color css
<style>
span { border-color: #C7480B; }
span { border-color: rgb(199,72,11); }
td.TdClassName
{
border-color: #C7480B;
}
.TagClassName
{
border-color: #C7480B;
}
</style>