Shades of Rust #C7450C
Tints of Rust #C7450C
RGB
CMYK
RGB Variations
Color information
#C7450C (or 0xC7450C) is known color: Rust. HEX triplet: C7, 45 and 0C. RGB value is (199,69,12). Sum of RGB (Red+Green+Blue) = 199+69+12=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7450C is #38BAF3. Grayscale: #656565. Windows color (decimal): -3717876 or 804295. OLE color: 804295.
HSL color Cylindrical-coordinate representation of color #C7450C: hue angle of 18.29º degrees, saturation: 0.89, 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 #C7450C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.22 |
| HSL | 18.29º | 0.89% | 0.41% | - |
| HSV(B) | 18.29º | 0.94% | 0.78% | - |
| XYZ | 25.75 | 16.42 | 2.16 | - |
| YUV | 101.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 12 | 0 | 0.65 | 0.94 | 0.22 | 18.29 | 0.89 | 0.41 |
| Hex | C7 | 45 | C | 0 | 41 | 5E | 16 | 12 | 59 | 29 |
| Octal | 307 | 105 | 14 | 0 | 101 | 136 | 26 | 22 | 131 | 51 |
| Binary | 11000111 | 1000101 | 1100 | 0 | 1000001 | 1011110 | 10110 | 10010 | 1011001 | 101001 |
Color Harmonies of #C7450C
Complementary color
Monochromatic Colors of #C7450C
Black with #C7450C
Text Example
Text Example
White with #C7450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7450C; }
p { color: rgb(199,69,12); }
H1.HeaderClassName
{
color: #C7450C;
}
.AnyTagClassName
{
color: #C7450C;
}
</style>
background-color css
<style>
a { background-color: #C7450C; }
a { background-color: rgb(199,69,12); }
div.DivClassName
{
background-color: #C7450C;
}
.BgClassName
{
background-color: #C7450C;
}
</style>
border-color css
<style>
span { border-color: #C7450C; }
span { border-color: rgb(199,69,12); }
td.TdClassName
{
border-color: #C7450C;
}
.TagClassName
{
border-color: #C7450C;
}
</style>