Shades of Rust #C54513
Tints of Rust #C54513
RGB
CMYK
RGB Variations
Color information
#C54513 (or 0xC54513) is known color: Rust. HEX triplet: C5, 45 and 13. RGB value is (197,69,19). Sum of RGB (Red+Green+Blue) = 197+69+19=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54513 is #3ABAEC. Grayscale: #656565. Windows color (decimal): -3848941 or 1263045. OLE color: 1263045.
HSL color Cylindrical-coordinate representation of color #C54513: hue angle of 16.85º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54513 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 19 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.23 |
| HSL | 16.85º | 0.82% | 0.42% | - |
| HSV(B) | 16.85º | 0.9% | 0.77% | - |
| XYZ | 25.27 | 16.17 | 2.41 | - |
| YUV | 101.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 19 | 0 | 0.65 | 0.90 | 0.23 | 16.85 | 0.82 | 0.42 |
| Hex | C5 | 45 | 13 | 0 | 41 | 5A | 17 | 11 | 52 | 2A |
| Octal | 305 | 105 | 23 | 0 | 101 | 132 | 27 | 21 | 122 | 52 |
| Binary | 11000101 | 1000101 | 10011 | 0 | 1000001 | 1011010 | 10111 | 10001 | 1010010 | 101010 |
Color Harmonies of #C54513
Complementary color
Monochromatic Colors of #C54513
Black with #C54513
Text Example
Text Example
White with #C54513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54513; }
p { color: rgb(197,69,19); }
H1.HeaderClassName
{
color: #C54513;
}
.AnyTagClassName
{
color: #C54513;
}
</style>
background-color css
<style>
a { background-color: #C54513; }
a { background-color: rgb(197,69,19); }
div.DivClassName
{
background-color: #C54513;
}
.BgClassName
{
background-color: #C54513;
}
</style>
border-color css
<style>
span { border-color: #C54513; }
span { border-color: rgb(197,69,19); }
td.TdClassName
{
border-color: #C54513;
}
.TagClassName
{
border-color: #C54513;
}
</style>