Shades of Rust #C54100
Tints of Rust #C54100
RGB
CMYK
RGB Variations
Color information
#C54100 (or 0xC54100) is known color: Rust. HEX triplet: C5, 41 and 00. RGB value is (197,65,0). Sum of RGB (Red+Green+Blue) = 197+65+0=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C54100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54100 is #3ABEFF. Grayscale: #616161. Windows color (decimal): -3849984 or 16837. OLE color: 16837.
HSL color Cylindrical-coordinate representation of color #C54100: hue angle of 19.8º 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 #C54100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.23 |
| HSL | 19.8º | 1% | 0.39% | - |
| HSV(B) | 19.8º | 1% | 0.77% | - |
| XYZ | 24.92 | 15.65 | 1.71 | - |
| YUV | 97.06 | 73.23 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 0 | 0 | 0.67 | 1 | 0.23 | 19.8 | 1 | 0.39 |
| Hex | C5 | 41 | 0 | 0 | 43 | 64 | 17 | 14 | 64 | 27 |
| Octal | 305 | 101 | 0 | 0 | 103 | 144 | 27 | 24 | 144 | 47 |
| Binary | 11000101 | 1000001 | 0 | 0 | 1000011 | 1100100 | 10111 | 10100 | 1100100 | 100111 |
Color Harmonies of #C54100
Complementary color
Monochromatic Colors of #C54100
Black with #C54100
Text Example
Text Example
White with #C54100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54100; }
p { color: rgb(197,65,0); }
H1.HeaderClassName
{
color: #C54100;
}
.AnyTagClassName
{
color: #C54100;
}
</style>
background-color css
<style>
a { background-color: #C54100; }
a { background-color: rgb(197,65,0); }
div.DivClassName
{
background-color: #C54100;
}
.BgClassName
{
background-color: #C54100;
}
</style>
border-color css
<style>
span { border-color: #C54100; }
span { border-color: rgb(197,65,0); }
td.TdClassName
{
border-color: #C54100;
}
.TagClassName
{
border-color: #C54100;
}
</style>