Shades of Rust #C54314
Tints of Rust #C54314
RGB
CMYK
RGB Variations
Color information
#C54314 (or 0xC54314) is known color: Rust. HEX triplet: C5, 43 and 14. RGB value is (197,67,20). Sum of RGB (Red+Green+Blue) = 197+67+20=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C54314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54314 is #3ABCEB. Grayscale: #646464. Windows color (decimal): -3849452 or 1328069. OLE color: 1328069.
HSL color Cylindrical-coordinate representation of color #C54314: hue angle of 15.93º 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 #C54314 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.23 |
| HSL | 15.93º | 0.82% | 0.43% | - |
| HSV(B) | 15.93º | 0.9% | 0.77% | - |
| XYZ | 25.16 | 15.94 | 2.41 | - |
| YUV | 100.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 20 | 0 | 0.66 | 0.90 | 0.23 | 15.93 | 0.82 | 0.43 |
| Hex | C5 | 43 | 14 | 0 | 42 | 5A | 17 | 10 | 52 | 2B |
| Octal | 305 | 103 | 24 | 0 | 102 | 132 | 27 | 20 | 122 | 53 |
| Binary | 11000101 | 1000011 | 10100 | 0 | 1000010 | 1011010 | 10111 | 10000 | 1010010 | 101011 |
Color Harmonies of #C54314
Complementary color
Monochromatic Colors of #C54314
Black with #C54314
Text Example
Text Example
White with #C54314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54314; }
p { color: rgb(197,67,20); }
H1.HeaderClassName
{
color: #C54314;
}
.AnyTagClassName
{
color: #C54314;
}
</style>
background-color css
<style>
a { background-color: #C54314; }
a { background-color: rgb(197,67,20); }
div.DivClassName
{
background-color: #C54314;
}
.BgClassName
{
background-color: #C54314;
}
</style>
border-color css
<style>
span { border-color: #C54314; }
span { border-color: rgb(197,67,20); }
td.TdClassName
{
border-color: #C54314;
}
.TagClassName
{
border-color: #C54314;
}
</style>