Shades of Rust #C8430E
Tints of Rust #C8430E
RGB
CMYK
RGB Variations
Color information
#C8430E (or 0xC8430E) is known color: Rust. HEX triplet: C8, 43 and 0E. RGB value is (200,67,14). Sum of RGB (Red+Green+Blue) = 200+67+14=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8430E is #37BCF1. Grayscale: #656565. Windows color (decimal): -3652850 or 934856. OLE color: 934856.
HSL color Cylindrical-coordinate representation of color #C8430E: hue angle of 17.1º 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 #C8430E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.22 |
| HSL | 17.1º | 0.87% | 0.42% | - |
| HSV(B) | 17.1º | 0.93% | 0.78% | - |
| XYZ | 25.91 | 16.33 | 2.2 | - |
| YUV | 100.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 14 | 0 | 0.66 | 0.93 | 0.22 | 17.1 | 0.87 | 0.42 |
| Hex | C8 | 43 | E | 0 | 42 | 5D | 16 | 11 | 57 | 2A |
| Octal | 310 | 103 | 16 | 0 | 102 | 135 | 26 | 21 | 127 | 52 |
| Binary | 11001000 | 1000011 | 1110 | 0 | 1000010 | 1011101 | 10110 | 10001 | 1010111 | 101010 |
Color Harmonies of #C8430E
Complementary color
Monochromatic Colors of #C8430E
Black with #C8430E
Text Example
Text Example
White with #C8430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8430E; }
p { color: rgb(200,67,14); }
H1.HeaderClassName
{
color: #C8430E;
}
.AnyTagClassName
{
color: #C8430E;
}
</style>
background-color css
<style>
a { background-color: #C8430E; }
a { background-color: rgb(200,67,14); }
div.DivClassName
{
background-color: #C8430E;
}
.BgClassName
{
background-color: #C8430E;
}
</style>
border-color css
<style>
span { border-color: #C8430E; }
span { border-color: rgb(200,67,14); }
td.TdClassName
{
border-color: #C8430E;
}
.TagClassName
{
border-color: #C8430E;
}
</style>