Shades of Rust #C8450F
Tints of Rust #C8450F
RGB
CMYK
RGB Variations
Color information
#C8450F (or 0xC8450F) is known color: Rust. HEX triplet: C8, 45 and 0F. RGB value is (200,69,15). Sum of RGB (Red+Green+Blue) = 200+69+15=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8450F is #37BAF0. Grayscale: #666666. Windows color (decimal): -3652337 or 1000904. OLE color: 1000904.
HSL color Cylindrical-coordinate representation of color #C8450F: hue angle of 17.51º degrees, saturation: 0.86, 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 #C8450F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.22 |
| HSL | 17.51º | 0.86% | 0.42% | - |
| HSV(B) | 17.51º | 0.93% | 0.78% | - |
| XYZ | 26.03 | 16.57 | 2.28 | - |
| YUV | 102.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 15 | 0 | 0.66 | 0.92 | 0.22 | 17.51 | 0.86 | 0.42 |
| Hex | C8 | 45 | F | 0 | 42 | 5C | 16 | 12 | 56 | 2A |
| Octal | 310 | 105 | 17 | 0 | 102 | 134 | 26 | 22 | 126 | 52 |
| Binary | 11001000 | 1000101 | 1111 | 0 | 1000010 | 1011100 | 10110 | 10010 | 1010110 | 101010 |
Color Harmonies of #C8450F
Complementary color
Monochromatic Colors of #C8450F
Black with #C8450F
Text Example
Text Example
White with #C8450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8450F; }
p { color: rgb(200,69,15); }
H1.HeaderClassName
{
color: #C8450F;
}
.AnyTagClassName
{
color: #C8450F;
}
</style>
background-color css
<style>
a { background-color: #C8450F; }
a { background-color: rgb(200,69,15); }
div.DivClassName
{
background-color: #C8450F;
}
.BgClassName
{
background-color: #C8450F;
}
</style>
border-color css
<style>
span { border-color: #C8450F; }
span { border-color: rgb(200,69,15); }
td.TdClassName
{
border-color: #C8450F;
}
.TagClassName
{
border-color: #C8450F;
}
</style>