Shades of Rust #C8430D
Tints of Rust #C8430D
RGB
CMYK
RGB Variations
Color information
#C8430D (or 0xC8430D) is known color: Rust. HEX triplet: C8, 43 and 0D. RGB value is (200,67,13). Sum of RGB (Red+Green+Blue) = 200+67+13=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8430D is #37BCF2. Grayscale: #646464. Windows color (decimal): -3652851 or 869320. OLE color: 869320.
HSL color Cylindrical-coordinate representation of color #C8430D: hue angle of 17.33º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8430D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.33º | 0.88% | 0.42% | - |
| HSV(B) | 17.33º | 0.94% | 0.78% | - |
| XYZ | 25.9 | 16.32 | 2.17 | - |
| YUV | 100.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 13 | 0 | 0.66 | 0.94 | 0.22 | 17.33 | 0.88 | 0.42 |
| Hex | C8 | 43 | D | 0 | 42 | 5E | 16 | 11 | 58 | 2A |
| Octal | 310 | 103 | 15 | 0 | 102 | 136 | 26 | 21 | 130 | 52 |
| Binary | 11001000 | 1000011 | 1101 | 0 | 1000010 | 1011110 | 10110 | 10001 | 1011000 | 101010 |
Color Harmonies of #C8430D
Complementary color
Monochromatic Colors of #C8430D
Black with #C8430D
Text Example
Text Example
White with #C8430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8430D; }
p { color: rgb(200,67,13); }
H1.HeaderClassName
{
color: #C8430D;
}
.AnyTagClassName
{
color: #C8430D;
}
</style>
background-color css
<style>
a { background-color: #C8430D; }
a { background-color: rgb(200,67,13); }
div.DivClassName
{
background-color: #C8430D;
}
.BgClassName
{
background-color: #C8430D;
}
</style>
border-color css
<style>
span { border-color: #C8430D; }
span { border-color: rgb(200,67,13); }
td.TdClassName
{
border-color: #C8430D;
}
.TagClassName
{
border-color: #C8430D;
}
</style>