Shades of Rust #C7480A
Tints of Rust #C7480A
RGB
CMYK
RGB Variations
Color information
#C7480A (or 0xC7480A) is known color: Rust. HEX triplet: C7, 48 and 0A. RGB value is (199,72,10). Sum of RGB (Red+Green+Blue) = 199+72+10=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7480A is #38B7F5. Grayscale: #676767. Windows color (decimal): -3717110 or 673991. OLE color: 673991.
HSL color Cylindrical-coordinate representation of color #C7480A: hue angle of 19.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7480A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.22 |
| HSL | 19.68º | 0.9% | 0.41% | - |
| HSV(B) | 19.68º | 0.95% | 0.78% | - |
| XYZ | 25.93 | 16.8 | 2.16 | - |
| YUV | 102.91 | 75.58 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 10 | 0 | 0.64 | 0.95 | 0.22 | 19.68 | 0.9 | 0.41 |
| Hex | C7 | 48 | A | 0 | 40 | 5F | 16 | 14 | 5A | 29 |
| Octal | 307 | 110 | 12 | 0 | 100 | 137 | 26 | 24 | 132 | 51 |
| Binary | 11000111 | 1001000 | 1010 | 0 | 1000000 | 1011111 | 10110 | 10100 | 1011010 | 101001 |
Color Harmonies of #C7480A
Complementary color
Monochromatic Colors of #C7480A
Black with #C7480A
Text Example
Text Example
White with #C7480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7480A; }
p { color: rgb(199,72,10); }
H1.HeaderClassName
{
color: #C7480A;
}
.AnyTagClassName
{
color: #C7480A;
}
</style>
background-color css
<style>
a { background-color: #C7480A; }
a { background-color: rgb(199,72,10); }
div.DivClassName
{
background-color: #C7480A;
}
.BgClassName
{
background-color: #C7480A;
}
</style>
border-color css
<style>
span { border-color: #C7480A; }
span { border-color: rgb(199,72,10); }
td.TdClassName
{
border-color: #C7480A;
}
.TagClassName
{
border-color: #C7480A;
}
</style>