Shades of Rust #C84B17
Tints of Rust #C84B17
RGB
CMYK
RGB Variations
Color information
#C84B17 (or 0xC84B17) is known color: Rust. HEX triplet: C8, 4B and 17. RGB value is (200,75,23). Sum of RGB (Red+Green+Blue) = 200+75+23=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B17 is #37B4E8. Grayscale: #6A6A6A. Windows color (decimal): -3650793 or 1526728. OLE color: 1526728.
HSL color Cylindrical-coordinate representation of color #C84B17: hue angle of 17.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84B17 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 17.63º | 0.79% | 0.44% | - |
| HSV(B) | 17.63º | 0.89% | 0.78% | - |
| XYZ | 26.49 | 17.37 | 2.77 | - |
| YUV | 106.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 23 | 0 | 0.62 | 0.88 | 0.22 | 17.63 | 0.79 | 0.44 |
| Hex | C8 | 4B | 17 | 0 | 3E | 58 | 16 | 12 | 4F | 2C |
| Octal | 310 | 113 | 27 | 0 | 76 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11001000 | 1001011 | 10111 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C84B17
Complementary color
Monochromatic Colors of #C84B17
Black with #C84B17
Text Example
Text Example
White with #C84B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B17; }
p { color: rgb(200,75,23); }
H1.HeaderClassName
{
color: #C84B17;
}
.AnyTagClassName
{
color: #C84B17;
}
</style>
background-color css
<style>
a { background-color: #C84B17; }
a { background-color: rgb(200,75,23); }
div.DivClassName
{
background-color: #C84B17;
}
.BgClassName
{
background-color: #C84B17;
}
</style>
border-color css
<style>
span { border-color: #C84B17; }
span { border-color: rgb(200,75,23); }
td.TdClassName
{
border-color: #C84B17;
}
.TagClassName
{
border-color: #C84B17;
}
</style>