Shades of Rust #C8450C
Tints of Rust #C8450C
RGB
CMYK
RGB Variations
Color information
#C8450C (or 0xC8450C) is known color: Rust. HEX triplet: C8, 45 and 0C. RGB value is (200,69,12). Sum of RGB (Red+Green+Blue) = 200+69+12=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8450C is #37BAF3. Grayscale: #666666. Windows color (decimal): -3652340 or 804296. OLE color: 804296.
HSL color Cylindrical-coordinate representation of color #C8450C: hue angle of 18.19º degrees, saturation: 0.89, 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 #C8450C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 18.19º | 0.89% | 0.42% | - |
| HSV(B) | 18.19º | 0.94% | 0.78% | - |
| XYZ | 26.01 | 16.56 | 2.17 | - |
| YUV | 101.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 12 | 0 | 0.66 | 0.94 | 0.22 | 18.19 | 0.89 | 0.42 |
| Hex | C8 | 45 | C | 0 | 42 | 5E | 16 | 12 | 59 | 2A |
| Octal | 310 | 105 | 14 | 0 | 102 | 136 | 26 | 22 | 131 | 52 |
| Binary | 11001000 | 1000101 | 1100 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011001 | 101010 |
Color Harmonies of #C8450C
Complementary color
Monochromatic Colors of #C8450C
Black with #C8450C
Text Example
Text Example
White with #C8450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8450C; }
p { color: rgb(200,69,12); }
H1.HeaderClassName
{
color: #C8450C;
}
.AnyTagClassName
{
color: #C8450C;
}
</style>
background-color css
<style>
a { background-color: #C8450C; }
a { background-color: rgb(200,69,12); }
div.DivClassName
{
background-color: #C8450C;
}
.BgClassName
{
background-color: #C8450C;
}
</style>
border-color css
<style>
span { border-color: #C8450C; }
span { border-color: rgb(200,69,12); }
td.TdClassName
{
border-color: #C8450C;
}
.TagClassName
{
border-color: #C8450C;
}
</style>