Shades of Rust #C8450D
Tints of Rust #C8450D
RGB
CMYK
RGB Variations
Color information
#C8450D (or 0xC8450D) is known color: Rust. HEX triplet: C8, 45 and 0D. RGB value is (200,69,13). Sum of RGB (Red+Green+Blue) = 200+69+13=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8450D is #37BAF2. Grayscale: #666666. Windows color (decimal): -3652339 or 869832. OLE color: 869832.
HSL color Cylindrical-coordinate representation of color #C8450D: hue angle of 17.97º 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 #C8450D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.97º | 0.88% | 0.42% | - |
| HSV(B) | 17.97º | 0.94% | 0.78% | - |
| XYZ | 26.02 | 16.56 | 2.21 | - |
| YUV | 101.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 13 | 0 | 0.66 | 0.94 | 0.22 | 17.97 | 0.88 | 0.42 |
| Hex | C8 | 45 | D | 0 | 42 | 5E | 16 | 12 | 58 | 2A |
| Octal | 310 | 105 | 15 | 0 | 102 | 136 | 26 | 22 | 130 | 52 |
| Binary | 11001000 | 1000101 | 1101 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011000 | 101010 |
Color Harmonies of #C8450D
Complementary color
Monochromatic Colors of #C8450D
Black with #C8450D
Text Example
Text Example
White with #C8450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8450D; }
p { color: rgb(200,69,13); }
H1.HeaderClassName
{
color: #C8450D;
}
.AnyTagClassName
{
color: #C8450D;
}
</style>
background-color css
<style>
a { background-color: #C8450D; }
a { background-color: rgb(200,69,13); }
div.DivClassName
{
background-color: #C8450D;
}
.BgClassName
{
background-color: #C8450D;
}
</style>
border-color css
<style>
span { border-color: #C8450D; }
span { border-color: rgb(200,69,13); }
td.TdClassName
{
border-color: #C8450D;
}
.TagClassName
{
border-color: #C8450D;
}
</style>