Shades of Rust #C8480A
Tints of Rust #C8480A
RGB
CMYK
RGB Variations
Color information
#C8480A (or 0xC8480A) is known color: Rust. HEX triplet: C8, 48 and 0A. RGB value is (200,72,10). Sum of RGB (Red+Green+Blue) = 200+72+10=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8480A is #37B7F5. Grayscale: #676767. Windows color (decimal): -3651574 or 673992. OLE color: 673992.
HSL color Cylindrical-coordinate representation of color #C8480A: hue angle of 19.58º 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 #C8480A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.22 |
| HSL | 19.58º | 0.9% | 0.41% | - |
| HSV(B) | 19.58º | 0.95% | 0.78% | - |
| XYZ | 26.19 | 16.94 | 2.18 | - |
| YUV | 103.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 10 | 0 | 0.64 | 0.95 | 0.22 | 19.58 | 0.9 | 0.41 |
| Hex | C8 | 48 | A | 0 | 40 | 5F | 16 | 14 | 5A | 29 |
| Octal | 310 | 110 | 12 | 0 | 100 | 137 | 26 | 24 | 132 | 51 |
| Binary | 11001000 | 1001000 | 1010 | 0 | 1000000 | 1011111 | 10110 | 10100 | 1011010 | 101001 |
Color Harmonies of #C8480A
Complementary color
Monochromatic Colors of #C8480A
Black with #C8480A
Text Example
Text Example
White with #C8480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8480A; }
p { color: rgb(200,72,10); }
H1.HeaderClassName
{
color: #C8480A;
}
.AnyTagClassName
{
color: #C8480A;
}
</style>
background-color css
<style>
a { background-color: #C8480A; }
a { background-color: rgb(200,72,10); }
div.DivClassName
{
background-color: #C8480A;
}
.BgClassName
{
background-color: #C8480A;
}
</style>
border-color css
<style>
span { border-color: #C8480A; }
span { border-color: rgb(200,72,10); }
td.TdClassName
{
border-color: #C8480A;
}
.TagClassName
{
border-color: #C8480A;
}
</style>