Shades of Rust #C54D0D
Tints of Rust #C54D0D
RGB
CMYK
RGB Variations
Color information
#C54D0D (or 0xC54D0D) is known color: Rust. HEX triplet: C5, 4D and 0D. RGB value is (197,77,13). Sum of RGB (Red+Green+Blue) = 197+77+13=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D0D is #3AB2F2. Grayscale: #696969. Windows color (decimal): -3846899 or 871877. OLE color: 871877.
HSL color Cylindrical-coordinate representation of color #C54D0D: hue angle of 20.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C54D0D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.23 |
| HSL | 20.87º | 0.88% | 0.41% | - |
| HSV(B) | 20.87º | 0.93% | 0.77% | - |
| XYZ | 25.75 | 17.21 | 2.34 | - |
| YUV | 105.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 13 | 0 | 0.61 | 0.93 | 0.23 | 20.87 | 0.88 | 0.41 |
| Hex | C5 | 4D | D | 0 | 3D | 5D | 17 | 15 | 58 | 29 |
| Octal | 305 | 115 | 15 | 0 | 75 | 135 | 27 | 25 | 130 | 51 |
| Binary | 11000101 | 1001101 | 1101 | 0 | 111101 | 1011101 | 10111 | 10101 | 1011000 | 101001 |
Color Harmonies of #C54D0D
Complementary color
Monochromatic Colors of #C54D0D
Black with #C54D0D
Text Example
Text Example
White with #C54D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D0D; }
p { color: rgb(197,77,13); }
H1.HeaderClassName
{
color: #C54D0D;
}
.AnyTagClassName
{
color: #C54D0D;
}
</style>
background-color css
<style>
a { background-color: #C54D0D; }
a { background-color: rgb(197,77,13); }
div.DivClassName
{
background-color: #C54D0D;
}
.BgClassName
{
background-color: #C54D0D;
}
</style>
border-color css
<style>
span { border-color: #C54D0D; }
span { border-color: rgb(197,77,13); }
td.TdClassName
{
border-color: #C54D0D;
}
.TagClassName
{
border-color: #C54D0D;
}
</style>