Shades of Rust #C54F14
Tints of Rust #C54F14
RGB
CMYK
RGB Variations
Color information
#C54F14 (or 0xC54F14) is known color: Rust. HEX triplet: C5, 4F and 14. RGB value is (197,79,20). Sum of RGB (Red+Green+Blue) = 197+79+20=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54F14 is #3AB0EB. Grayscale: #6B6B6B. Windows color (decimal): -3846380 or 1331141. OLE color: 1331141.
HSL color Cylindrical-coordinate representation of color #C54F14: hue angle of 20º 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 #C54F14 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.23 |
| HSL | 20º | 0.82% | 0.43% | - |
| HSV(B) | 20º | 0.9% | 0.77% | - |
| XYZ | 25.95 | 17.51 | 2.67 | - |
| YUV | 107.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 20 | 0 | 0.60 | 0.90 | 0.23 | 20 | 0.82 | 0.43 |
| Hex | C5 | 4F | 14 | 0 | 3C | 5A | 17 | 14 | 52 | 2B |
| Octal | 305 | 117 | 24 | 0 | 74 | 132 | 27 | 24 | 122 | 53 |
| Binary | 11000101 | 1001111 | 10100 | 0 | 111100 | 1011010 | 10111 | 10100 | 1010010 | 101011 |
Color Harmonies of #C54F14
Complementary color
Monochromatic Colors of #C54F14
Black with #C54F14
Text Example
Text Example
White with #C54F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F14; }
p { color: rgb(197,79,20); }
H1.HeaderClassName
{
color: #C54F14;
}
.AnyTagClassName
{
color: #C54F14;
}
</style>
background-color css
<style>
a { background-color: #C54F14; }
a { background-color: rgb(197,79,20); }
div.DivClassName
{
background-color: #C54F14;
}
.BgClassName
{
background-color: #C54F14;
}
</style>
border-color css
<style>
span { border-color: #C54F14; }
span { border-color: rgb(197,79,20); }
td.TdClassName
{
border-color: #C54F14;
}
.TagClassName
{
border-color: #C54F14;
}
</style>