Shades of Rust #C54919
Tints of Rust #C54919
RGB
CMYK
RGB Variations
Color information
#C54919 (or 0xC54919) is known color: Rust. HEX triplet: C5, 49 and 19. RGB value is (197,73,25). Sum of RGB (Red+Green+Blue) = 197+73+25=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C54919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54919 is #3AB6E6. Grayscale: #686868. Windows color (decimal): -3847911 or 1657285. OLE color: 1657285.
HSL color Cylindrical-coordinate representation of color #C54919: hue angle of 16.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C54919 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 25 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.23 |
| HSL | 16.74º | 0.77% | 0.44% | - |
| HSV(B) | 16.74º | 0.87% | 0.77% | - |
| XYZ | 25.58 | 16.71 | 2.8 | - |
| YUV | 104.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 25 | 0 | 0.63 | 0.87 | 0.23 | 16.74 | 0.77 | 0.44 |
| Hex | C5 | 49 | 19 | 0 | 3F | 57 | 17 | 11 | 4D | 2C |
| Octal | 305 | 111 | 31 | 0 | 77 | 127 | 27 | 21 | 115 | 54 |
| Binary | 11000101 | 1001001 | 11001 | 0 | 111111 | 1010111 | 10111 | 10001 | 1001101 | 101100 |
Color Harmonies of #C54919
Complementary color
Monochromatic Colors of #C54919
Black with #C54919
Text Example
Text Example
White with #C54919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54919; }
p { color: rgb(197,73,25); }
H1.HeaderClassName
{
color: #C54919;
}
.AnyTagClassName
{
color: #C54919;
}
</style>
background-color css
<style>
a { background-color: #C54919; }
a { background-color: rgb(197,73,25); }
div.DivClassName
{
background-color: #C54919;
}
.BgClassName
{
background-color: #C54919;
}
</style>
border-color css
<style>
span { border-color: #C54919; }
span { border-color: rgb(197,73,25); }
td.TdClassName
{
border-color: #C54919;
}
.TagClassName
{
border-color: #C54919;
}
</style>