Shades of Rust #C54819
Tints of Rust #C54819
RGB
CMYK
RGB Variations
Color information
#C54819 (or 0xC54819) is known color: Rust. HEX triplet: C5, 48 and 19. RGB value is (197,72,25). Sum of RGB (Red+Green+Blue) = 197+72+25=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54819 is #3AB7E6. Grayscale: #686868. Windows color (decimal): -3848167 or 1657029. OLE color: 1657029.
HSL color Cylindrical-coordinate representation of color #C54819: hue angle of 16.4º 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 #C54819 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 25 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.23 |
| HSL | 16.4º | 0.77% | 0.44% | - |
| HSV(B) | 16.4º | 0.87% | 0.77% | - |
| XYZ | 25.52 | 16.58 | 2.77 | - |
| YUV | 104.02 | 83.41 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 25 | 0 | 0.63 | 0.87 | 0.23 | 16.4 | 0.77 | 0.44 |
| Hex | C5 | 48 | 19 | 0 | 3F | 57 | 17 | 10 | 4D | 2C |
| Octal | 305 | 110 | 31 | 0 | 77 | 127 | 27 | 20 | 115 | 54 |
| Binary | 11000101 | 1001000 | 11001 | 0 | 111111 | 1010111 | 10111 | 10000 | 1001101 | 101100 |
Color Harmonies of #C54819
Complementary color
Monochromatic Colors of #C54819
Black with #C54819
Text Example
Text Example
White with #C54819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54819; }
p { color: rgb(197,72,25); }
H1.HeaderClassName
{
color: #C54819;
}
.AnyTagClassName
{
color: #C54819;
}
</style>
background-color css
<style>
a { background-color: #C54819; }
a { background-color: rgb(197,72,25); }
div.DivClassName
{
background-color: #C54819;
}
.BgClassName
{
background-color: #C54819;
}
</style>
border-color css
<style>
span { border-color: #C54819; }
span { border-color: rgb(197,72,25); }
td.TdClassName
{
border-color: #C54819;
}
.TagClassName
{
border-color: #C54819;
}
</style>