Shades of Rust #C54A18
Tints of Rust #C54A18
RGB
CMYK
RGB Variations
Color information
#C54A18 (or 0xC54A18) is known color: Rust. HEX triplet: C5, 4A and 18. RGB value is (197,74,24). Sum of RGB (Red+Green+Blue) = 197+74+24=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A18 is #3AB5E7. Grayscale: #696969. Windows color (decimal): -3847656 or 1592005. OLE color: 1592005.
HSL color Cylindrical-coordinate representation of color #C54A18: hue angle of 17.34º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C54A18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 24 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.23 |
| HSL | 17.34º | 0.78% | 0.43% | - |
| HSV(B) | 17.34º | 0.88% | 0.77% | - |
| XYZ | 25.64 | 16.83 | 2.76 | - |
| YUV | 105.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 24 | 0 | 0.62 | 0.88 | 0.23 | 17.34 | 0.78 | 0.43 |
| Hex | C5 | 4A | 18 | 0 | 3E | 58 | 17 | 11 | 4E | 2B |
| Octal | 305 | 112 | 30 | 0 | 76 | 130 | 27 | 21 | 116 | 53 |
| Binary | 11000101 | 1001010 | 11000 | 0 | 111110 | 1011000 | 10111 | 10001 | 1001110 | 101011 |
Color Harmonies of #C54A18
Complementary color
Monochromatic Colors of #C54A18
Black with #C54A18
Text Example
Text Example
White with #C54A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A18; }
p { color: rgb(197,74,24); }
H1.HeaderClassName
{
color: #C54A18;
}
.AnyTagClassName
{
color: #C54A18;
}
</style>
background-color css
<style>
a { background-color: #C54A18; }
a { background-color: rgb(197,74,24); }
div.DivClassName
{
background-color: #C54A18;
}
.BgClassName
{
background-color: #C54A18;
}
</style>
border-color css
<style>
span { border-color: #C54A18; }
span { border-color: rgb(197,74,24); }
td.TdClassName
{
border-color: #C54A18;
}
.TagClassName
{
border-color: #C54A18;
}
</style>