Shades of Rust #C54614
Tints of Rust #C54614
RGB
CMYK
RGB Variations
Color information
#C54614 (or 0xC54614) is known color: Rust. HEX triplet: C5, 46 and 14. RGB value is (197,70,20). Sum of RGB (Red+Green+Blue) = 197+70+20=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54614 is #3AB9EB. Grayscale: #666666. Windows color (decimal): -3848684 or 1328837. OLE color: 1328837.
HSL color Cylindrical-coordinate representation of color #C54614: hue angle of 16.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54614 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.23 |
| HSL | 16.95º | 0.82% | 0.43% | - |
| HSV(B) | 16.95º | 0.9% | 0.77% | - |
| XYZ | 25.34 | 16.3 | 2.47 | - |
| YUV | 102.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 20 | 0 | 0.64 | 0.90 | 0.23 | 16.95 | 0.82 | 0.43 |
| Hex | C5 | 46 | 14 | 0 | 40 | 5A | 17 | 11 | 52 | 2B |
| Octal | 305 | 106 | 24 | 0 | 100 | 132 | 27 | 21 | 122 | 53 |
| Binary | 11000101 | 1000110 | 10100 | 0 | 1000000 | 1011010 | 10111 | 10001 | 1010010 | 101011 |
Color Harmonies of #C54614
Complementary color
Monochromatic Colors of #C54614
Black with #C54614
Text Example
Text Example
White with #C54614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54614; }
p { color: rgb(197,70,20); }
H1.HeaderClassName
{
color: #C54614;
}
.AnyTagClassName
{
color: #C54614;
}
</style>
background-color css
<style>
a { background-color: #C54614; }
a { background-color: rgb(197,70,20); }
div.DivClassName
{
background-color: #C54614;
}
.BgClassName
{
background-color: #C54614;
}
</style>
border-color css
<style>
span { border-color: #C54614; }
span { border-color: rgb(197,70,20); }
td.TdClassName
{
border-color: #C54614;
}
.TagClassName
{
border-color: #C54614;
}
</style>