Shades of Rust #C54A1D
Tints of Rust #C54A1D
RGB
CMYK
RGB Variations
Color information
#C54A1D (or 0xC54A1D) is known color: Rust. HEX triplet: C5, 4A and 1D. RGB value is (197,74,29). Sum of RGB (Red+Green+Blue) = 197+74+29=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A1D is #3AB5E2. Grayscale: #696969. Windows color (decimal): -3847651 or 1919685. OLE color: 1919685.
HSL color Cylindrical-coordinate representation of color #C54A1D: hue angle of 16.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C54A1D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 29 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.23 |
| HSL | 16.07º | 0.74% | 0.44% | - |
| HSV(B) | 16.07º | 0.85% | 0.77% | - |
| XYZ | 25.7 | 16.86 | 3.06 | - |
| YUV | 105.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 29 | 0 | 0.62 | 0.85 | 0.23 | 16.07 | 0.74 | 0.44 |
| Hex | C5 | 4A | 1D | 0 | 3E | 55 | 17 | 10 | 4A | 2C |
| Octal | 305 | 112 | 35 | 0 | 76 | 125 | 27 | 20 | 112 | 54 |
| Binary | 11000101 | 1001010 | 11101 | 0 | 111110 | 1010101 | 10111 | 10000 | 1001010 | 101100 |
Color Harmonies of #C54A1D
Complementary color
Monochromatic Colors of #C54A1D
Black with #C54A1D
Text Example
Text Example
White with #C54A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A1D; }
p { color: rgb(197,74,29); }
H1.HeaderClassName
{
color: #C54A1D;
}
.AnyTagClassName
{
color: #C54A1D;
}
</style>
background-color css
<style>
a { background-color: #C54A1D; }
a { background-color: rgb(197,74,29); }
div.DivClassName
{
background-color: #C54A1D;
}
.BgClassName
{
background-color: #C54A1D;
}
</style>
border-color css
<style>
span { border-color: #C54A1D; }
span { border-color: rgb(197,74,29); }
td.TdClassName
{
border-color: #C54A1D;
}
.TagClassName
{
border-color: #C54A1D;
}
</style>