Shades of Rust #C83F00
Tints of Rust #C83F00
RGB
CMYK
RGB Variations
Color information
#C83F00 (or 0xC83F00) is known color: Rust. HEX triplet: C8, 3F and 00. RGB value is (200,63,0). Sum of RGB (Red+Green+Blue) = 200+63+0=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83F00 is #37C0FF. Grayscale: #616161. Windows color (decimal): -3653888 or 16328. OLE color: 16328.
HSL color Cylindrical-coordinate representation of color #C83F00: hue angle of 18.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.22 |
| HSL | 18.9º | 1% | 0.39% | - |
| HSV(B) | 18.9º | 1% | 0.78% | - |
| XYZ | 25.6 | 15.83 | 1.71 | - |
| YUV | 96.78 | 73.39 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 0 | 0 | 0.68 | 1 | 0.22 | 18.9 | 1 | 0.39 |
| Hex | C8 | 3F | 0 | 0 | 44 | 64 | 16 | 13 | 64 | 27 |
| Octal | 310 | 77 | 0 | 0 | 104 | 144 | 26 | 23 | 144 | 47 |
| Binary | 11001000 | 111111 | 0 | 0 | 1000100 | 1100100 | 10110 | 10011 | 1100100 | 100111 |
Color Harmonies of #C83F00
Complementary color
Monochromatic Colors of #C83F00
Black with #C83F00
Text Example
Text Example
White with #C83F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F00; }
p { color: rgb(200,63,0); }
H1.HeaderClassName
{
color: #C83F00;
}
.AnyTagClassName
{
color: #C83F00;
}
</style>
background-color css
<style>
a { background-color: #C83F00; }
a { background-color: rgb(200,63,0); }
div.DivClassName
{
background-color: #C83F00;
}
.BgClassName
{
background-color: #C83F00;
}
</style>
border-color css
<style>
span { border-color: #C83F00; }
span { border-color: rgb(200,63,0); }
td.TdClassName
{
border-color: #C83F00;
}
.TagClassName
{
border-color: #C83F00;
}
</style>