Shades of Rust #C54A0F
Tints of Rust #C54A0F
RGB
CMYK
RGB Variations
Color information
#C54A0F (or 0xC54A0F) is known color: Rust. HEX triplet: C5, 4A and 0F. RGB value is (197,74,15). Sum of RGB (Red+Green+Blue) = 197+74+15=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A0F is #3AB5F0. Grayscale: #686868. Windows color (decimal): -3847665 or 1002181. OLE color: 1002181.
HSL color Cylindrical-coordinate representation of color #C54A0F: hue angle of 19.45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54A0F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.23 |
| HSL | 19.45º | 0.86% | 0.42% | - |
| HSV(B) | 19.45º | 0.92% | 0.77% | - |
| XYZ | 25.56 | 16.8 | 2.35 | - |
| YUV | 104.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 15 | 0 | 0.62 | 0.92 | 0.23 | 19.45 | 0.86 | 0.42 |
| Hex | C5 | 4A | F | 0 | 3E | 5C | 17 | 13 | 56 | 2A |
| Octal | 305 | 112 | 17 | 0 | 76 | 134 | 27 | 23 | 126 | 52 |
| Binary | 11000101 | 1001010 | 1111 | 0 | 111110 | 1011100 | 10111 | 10011 | 1010110 | 101010 |
Color Harmonies of #C54A0F
Complementary color
Monochromatic Colors of #C54A0F
Black with #C54A0F
Text Example
Text Example
White with #C54A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A0F; }
p { color: rgb(197,74,15); }
H1.HeaderClassName
{
color: #C54A0F;
}
.AnyTagClassName
{
color: #C54A0F;
}
</style>
background-color css
<style>
a { background-color: #C54A0F; }
a { background-color: rgb(197,74,15); }
div.DivClassName
{
background-color: #C54A0F;
}
.BgClassName
{
background-color: #C54A0F;
}
</style>
border-color css
<style>
span { border-color: #C54A0F; }
span { border-color: rgb(197,74,15); }
td.TdClassName
{
border-color: #C54A0F;
}
.TagClassName
{
border-color: #C54A0F;
}
</style>