Shades of Rust #C8501A
Tints of Rust #C8501A
RGB
CMYK
RGB Variations
Color information
#C8501A (or 0xC8501A) is known color: Rust. HEX triplet: C8, 50 and 1A. RGB value is (200,80,26). Sum of RGB (Red+Green+Blue) = 200+80+26=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C8501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8501A is #37AFE5. Grayscale: #6E6E6E. Windows color (decimal): -3649510 or 1724616. OLE color: 1724616.
HSL color Cylindrical-coordinate representation of color #C8501A: hue angle of 18.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8501A is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 26 | - |
| CMYK | 0 | 0.6 | 0.87 | 0.22 |
| HSL | 18.62º | 0.77% | 0.44% | - |
| HSV(B) | 18.62º | 0.87% | 0.78% | - |
| XYZ | 26.87 | 18.09 | 3.05 | - |
| YUV | 109.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 26 | 0 | 0.6 | 0.87 | 0.22 | 18.62 | 0.77 | 0.44 |
| Hex | C8 | 50 | 1A | 0 | 3C | 57 | 16 | 13 | 4D | 2C |
| Octal | 310 | 120 | 32 | 0 | 74 | 127 | 26 | 23 | 115 | 54 |
| Binary | 11001000 | 1010000 | 11010 | 0 | 111100 | 1010111 | 10110 | 10011 | 1001101 | 101100 |
Color Harmonies of #C8501A
Complementary color
Monochromatic Colors of #C8501A
Black with #C8501A
Text Example
Text Example
White with #C8501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8501A; }
p { color: rgb(200,80,26); }
H1.HeaderClassName
{
color: #C8501A;
}
.AnyTagClassName
{
color: #C8501A;
}
</style>
background-color css
<style>
a { background-color: #C8501A; }
a { background-color: rgb(200,80,26); }
div.DivClassName
{
background-color: #C8501A;
}
.BgClassName
{
background-color: #C8501A;
}
</style>
border-color css
<style>
span { border-color: #C8501A; }
span { border-color: rgb(200,80,26); }
td.TdClassName
{
border-color: #C8501A;
}
.TagClassName
{
border-color: #C8501A;
}
</style>