Shades of Rust #C8450E
Tints of Rust #C8450E
RGB
CMYK
RGB Variations
Color information
#C8450E (or 0xC8450E) is known color: Rust. HEX triplet: C8, 45 and 0E. RGB value is (200,69,14). Sum of RGB (Red+Green+Blue) = 200+69+14=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8450E is #37BAF1. Grayscale: #666666. Windows color (decimal): -3652338 or 935368. OLE color: 935368.
HSL color Cylindrical-coordinate representation of color #C8450E: hue angle of 17.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8450E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.22 |
| HSL | 17.74º | 0.87% | 0.42% | - |
| HSV(B) | 17.74º | 0.93% | 0.78% | - |
| XYZ | 26.03 | 16.57 | 2.24 | - |
| YUV | 101.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 14 | 0 | 0.66 | 0.93 | 0.22 | 17.74 | 0.87 | 0.42 |
| Hex | C8 | 45 | E | 0 | 42 | 5D | 16 | 12 | 57 | 2A |
| Octal | 310 | 105 | 16 | 0 | 102 | 135 | 26 | 22 | 127 | 52 |
| Binary | 11001000 | 1000101 | 1110 | 0 | 1000010 | 1011101 | 10110 | 10010 | 1010111 | 101010 |
Color Harmonies of #C8450E
Complementary color
Monochromatic Colors of #C8450E
Black with #C8450E
Text Example
Text Example
White with #C8450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8450E; }
p { color: rgb(200,69,14); }
H1.HeaderClassName
{
color: #C8450E;
}
.AnyTagClassName
{
color: #C8450E;
}
</style>
background-color css
<style>
a { background-color: #C8450E; }
a { background-color: rgb(200,69,14); }
div.DivClassName
{
background-color: #C8450E;
}
.BgClassName
{
background-color: #C8450E;
}
</style>
border-color css
<style>
span { border-color: #C8450E; }
span { border-color: rgb(200,69,14); }
td.TdClassName
{
border-color: #C8450E;
}
.TagClassName
{
border-color: #C8450E;
}
</style>