Shades of Rust #C8430F
Tints of Rust #C8430F
RGB
CMYK
RGB Variations
Color information
#C8430F (or 0xC8430F) is known color: Rust. HEX triplet: C8, 43 and 0F. RGB value is (200,67,15). Sum of RGB (Red+Green+Blue) = 200+67+15=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8430F is #37BCF0. Grayscale: #656565. Windows color (decimal): -3652849 or 1000392. OLE color: 1000392.
HSL color Cylindrical-coordinate representation of color #C8430F: hue angle of 16.86º 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 #C8430F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.22 |
| HSL | 16.86º | 0.86% | 0.42% | - |
| HSV(B) | 16.86º | 0.93% | 0.78% | - |
| XYZ | 25.91 | 16.33 | 2.24 | - |
| YUV | 100.84 | 79.56 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 15 | 0 | 0.66 | 0.92 | 0.22 | 16.86 | 0.86 | 0.42 |
| Hex | C8 | 43 | F | 0 | 42 | 5C | 16 | 11 | 56 | 2A |
| Octal | 310 | 103 | 17 | 0 | 102 | 134 | 26 | 21 | 126 | 52 |
| Binary | 11001000 | 1000011 | 1111 | 0 | 1000010 | 1011100 | 10110 | 10001 | 1010110 | 101010 |
Color Harmonies of #C8430F
Complementary color
Monochromatic Colors of #C8430F
Black with #C8430F
Text Example
Text Example
White with #C8430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8430F; }
p { color: rgb(200,67,15); }
H1.HeaderClassName
{
color: #C8430F;
}
.AnyTagClassName
{
color: #C8430F;
}
</style>
background-color css
<style>
a { background-color: #C8430F; }
a { background-color: rgb(200,67,15); }
div.DivClassName
{
background-color: #C8430F;
}
.BgClassName
{
background-color: #C8430F;
}
</style>
border-color css
<style>
span { border-color: #C8430F; }
span { border-color: rgb(200,67,15); }
td.TdClassName
{
border-color: #C8430F;
}
.TagClassName
{
border-color: #C8430F;
}
</style>