Shades of Rust #C7440B
Tints of Rust #C7440B
RGB
CMYK
RGB Variations
Color information
#C7440B (or 0xC7440B) is known color: Rust. HEX triplet: C7, 44 and 0B. RGB value is (199,68,11). Sum of RGB (Red+Green+Blue) = 199+68+11=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7440B is #38BBF4. Grayscale: #656565. Windows color (decimal): -3718133 or 738503. OLE color: 738503.
HSL color Cylindrical-coordinate representation of color #C7440B: hue angle of 18.19º 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 #C7440B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 18.19º | 0.9% | 0.41% | - |
| HSV(B) | 18.19º | 0.94% | 0.78% | - |
| XYZ | 25.68 | 16.3 | 2.11 | - |
| YUV | 100.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 11 | 0 | 0.66 | 0.94 | 0.22 | 18.19 | 0.9 | 0.41 |
| Hex | C7 | 44 | B | 0 | 42 | 5E | 16 | 12 | 5A | 29 |
| Octal | 307 | 104 | 13 | 0 | 102 | 136 | 26 | 22 | 132 | 51 |
| Binary | 11000111 | 1000100 | 1011 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011010 | 101001 |
Color Harmonies of #C7440B
Complementary color
Monochromatic Colors of #C7440B
Black with #C7440B
Text Example
Text Example
White with #C7440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7440B; }
p { color: rgb(199,68,11); }
H1.HeaderClassName
{
color: #C7440B;
}
.AnyTagClassName
{
color: #C7440B;
}
</style>
background-color css
<style>
a { background-color: #C7440B; }
a { background-color: rgb(199,68,11); }
div.DivClassName
{
background-color: #C7440B;
}
.BgClassName
{
background-color: #C7440B;
}
</style>
border-color css
<style>
span { border-color: #C7440B; }
span { border-color: rgb(199,68,11); }
td.TdClassName
{
border-color: #C7440B;
}
.TagClassName
{
border-color: #C7440B;
}
</style>