Shades of Rust #C54500
Tints of Rust #C54500
RGB
CMYK
RGB Variations
Color information
#C54500 (or 0xC54500) is known color: Rust. HEX triplet: C5, 45 and 00. RGB value is (197,69,0). Sum of RGB (Red+Green+Blue) = 197+69+0=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C54500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54500 is #3ABAFF. Grayscale: #636363. Windows color (decimal): -3848960 or 17861. OLE color: 17861.
HSL color Cylindrical-coordinate representation of color #C54500: hue angle of 21.02º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C54500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.23 |
| HSL | 21.02º | 1% | 0.39% | - |
| HSV(B) | 21.02º | 1% | 0.77% | - |
| XYZ | 25.15 | 16.13 | 1.79 | - |
| YUV | 99.41 | 71.91 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 0 | 0 | 0.65 | 1 | 0.23 | 21.02 | 1 | 0.39 |
| Hex | C5 | 45 | 0 | 0 | 41 | 64 | 17 | 15 | 64 | 27 |
| Octal | 305 | 105 | 0 | 0 | 101 | 144 | 27 | 25 | 144 | 47 |
| Binary | 11000101 | 1000101 | 0 | 0 | 1000001 | 1100100 | 10111 | 10101 | 1100100 | 100111 |
Color Harmonies of #C54500
Complementary color
Monochromatic Colors of #C54500
Black with #C54500
Text Example
Text Example
White with #C54500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54500; }
p { color: rgb(197,69,0); }
H1.HeaderClassName
{
color: #C54500;
}
.AnyTagClassName
{
color: #C54500;
}
</style>
background-color css
<style>
a { background-color: #C54500; }
a { background-color: rgb(197,69,0); }
div.DivClassName
{
background-color: #C54500;
}
.BgClassName
{
background-color: #C54500;
}
</style>
border-color css
<style>
span { border-color: #C54500; }
span { border-color: rgb(197,69,0); }
td.TdClassName
{
border-color: #C54500;
}
.TagClassName
{
border-color: #C54500;
}
</style>