Shades of Rust #C7400B
Tints of Rust #C7400B
RGB
CMYK
RGB Variations
Color information
#C7400B (or 0xC7400B) is known color: Rust. HEX triplet: C7, 40 and 0B. RGB value is (199,64,11). Sum of RGB (Red+Green+Blue) = 199+64+11=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7400B is #38BFF4. Grayscale: #626262. Windows color (decimal): -3719157 or 737479. OLE color: 737479.
HSL color Cylindrical-coordinate representation of color #C7400B: hue angle of 16.91º 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 #C7400B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.22 |
| HSL | 16.91º | 0.9% | 0.41% | - |
| HSV(B) | 16.91º | 0.94% | 0.78% | - |
| XYZ | 25.45 | 15.83 | 2.03 | - |
| YUV | 98.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 11 | 0 | 0.68 | 0.94 | 0.22 | 16.91 | 0.9 | 0.41 |
| Hex | C7 | 40 | B | 0 | 44 | 5E | 16 | 11 | 5A | 29 |
| Octal | 307 | 100 | 13 | 0 | 104 | 136 | 26 | 21 | 132 | 51 |
| Binary | 11000111 | 1000000 | 1011 | 0 | 1000100 | 1011110 | 10110 | 10001 | 1011010 | 101001 |
Color Harmonies of #C7400B
Complementary color
Monochromatic Colors of #C7400B
Black with #C7400B
Text Example
Text Example
White with #C7400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7400B; }
p { color: rgb(199,64,11); }
H1.HeaderClassName
{
color: #C7400B;
}
.AnyTagClassName
{
color: #C7400B;
}
</style>
background-color css
<style>
a { background-color: #C7400B; }
a { background-color: rgb(199,64,11); }
div.DivClassName
{
background-color: #C7400B;
}
.BgClassName
{
background-color: #C7400B;
}
</style>
border-color css
<style>
span { border-color: #C7400B; }
span { border-color: rgb(199,64,11); }
td.TdClassName
{
border-color: #C7400B;
}
.TagClassName
{
border-color: #C7400B;
}
</style>