Shades of Rust #C8430B
Tints of Rust #C8430B
RGB
CMYK
RGB Variations
Color information
#C8430B (or 0xC8430B) is known color: Rust. HEX triplet: C8, 43 and 0B. RGB value is (200,67,11). Sum of RGB (Red+Green+Blue) = 200+67+11=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8430B is #37BCF4. Grayscale: #646464. Windows color (decimal): -3652853 or 738248. OLE color: 738248.
HSL color Cylindrical-coordinate representation of color #C8430B: hue angle of 17.78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8430B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.78º | 0.9% | 0.41% | - |
| HSV(B) | 17.78º | 0.95% | 0.78% | - |
| XYZ | 25.89 | 16.32 | 2.1 | - |
| YUV | 100.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 11 | 0 | 0.66 | 0.94 | 0.22 | 17.78 | 0.9 | 0.41 |
| Hex | C8 | 43 | B | 0 | 42 | 5E | 16 | 12 | 5A | 29 |
| Octal | 310 | 103 | 13 | 0 | 102 | 136 | 26 | 22 | 132 | 51 |
| Binary | 11001000 | 1000011 | 1011 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011010 | 101001 |
Color Harmonies of #C8430B
Complementary color
Monochromatic Colors of #C8430B
Black with #C8430B
Text Example
Text Example
White with #C8430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8430B; }
p { color: rgb(200,67,11); }
H1.HeaderClassName
{
color: #C8430B;
}
.AnyTagClassName
{
color: #C8430B;
}
</style>
background-color css
<style>
a { background-color: #C8430B; }
a { background-color: rgb(200,67,11); }
div.DivClassName
{
background-color: #C8430B;
}
.BgClassName
{
background-color: #C8430B;
}
</style>
border-color css
<style>
span { border-color: #C8430B; }
span { border-color: rgb(200,67,11); }
td.TdClassName
{
border-color: #C8430B;
}
.TagClassName
{
border-color: #C8430B;
}
</style>