Shades of Rust #C84B19
Tints of Rust #C84B19
RGB
CMYK
RGB Variations
Color information
#C84B19 (or 0xC84B19) is known color: Rust. HEX triplet: C8, 4B and 19. RGB value is (200,75,25). Sum of RGB (Red+Green+Blue) = 200+75+25=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B19 is #37B4E6. Grayscale: #6B6B6B. Windows color (decimal): -3650791 or 1657800. OLE color: 1657800.
HSL color Cylindrical-coordinate representation of color #C84B19: hue angle of 17.14º degrees, saturation: 0.78, 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 #C84B19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 17.14º | 0.78% | 0.44% | - |
| HSV(B) | 17.14º | 0.88% | 0.78% | - |
| XYZ | 26.51 | 17.38 | 2.88 | - |
| YUV | 106.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 25 | 0 | 0.62 | 0.88 | 0.22 | 17.14 | 0.78 | 0.44 |
| Hex | C8 | 4B | 19 | 0 | 3E | 58 | 16 | 11 | 4E | 2C |
| Octal | 310 | 113 | 31 | 0 | 76 | 130 | 26 | 21 | 116 | 54 |
| Binary | 11001000 | 1001011 | 11001 | 0 | 111110 | 1011000 | 10110 | 10001 | 1001110 | 101100 |
Color Harmonies of #C84B19
Complementary color
Monochromatic Colors of #C84B19
Black with #C84B19
Text Example
Text Example
White with #C84B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B19; }
p { color: rgb(200,75,25); }
H1.HeaderClassName
{
color: #C84B19;
}
.AnyTagClassName
{
color: #C84B19;
}
</style>
background-color css
<style>
a { background-color: #C84B19; }
a { background-color: rgb(200,75,25); }
div.DivClassName
{
background-color: #C84B19;
}
.BgClassName
{
background-color: #C84B19;
}
</style>
border-color css
<style>
span { border-color: #C84B19; }
span { border-color: rgb(200,75,25); }
td.TdClassName
{
border-color: #C84B19;
}
.TagClassName
{
border-color: #C84B19;
}
</style>