Shades of Rust #C54A1C
Tints of Rust #C54A1C
RGB
CMYK
RGB Variations
Color information
#C54A1C (or 0xC54A1C) is known color: Rust. HEX triplet: C5, 4A and 1C. RGB value is (197,74,28). Sum of RGB (Red+Green+Blue) = 197+74+28=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A1C is #3AB5E3. Grayscale: #696969. Windows color (decimal): -3847652 or 1854149. OLE color: 1854149.
HSL color Cylindrical-coordinate representation of color #C54A1C: hue angle of 16.33º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C54A1C is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 28 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.23 |
| HSL | 16.33º | 0.75% | 0.44% | - |
| HSV(B) | 16.33º | 0.86% | 0.77% | - |
| XYZ | 25.68 | 16.85 | 3 | - |
| YUV | 105.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 28 | 0 | 0.62 | 0.86 | 0.23 | 16.33 | 0.75 | 0.44 |
| Hex | C5 | 4A | 1C | 0 | 3E | 56 | 17 | 10 | 4B | 2C |
| Octal | 305 | 112 | 34 | 0 | 76 | 126 | 27 | 20 | 113 | 54 |
| Binary | 11000101 | 1001010 | 11100 | 0 | 111110 | 1010110 | 10111 | 10000 | 1001011 | 101100 |
Color Harmonies of #C54A1C
Complementary color
Monochromatic Colors of #C54A1C
Black with #C54A1C
Text Example
Text Example
White with #C54A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A1C; }
p { color: rgb(197,74,28); }
H1.HeaderClassName
{
color: #C54A1C;
}
.AnyTagClassName
{
color: #C54A1C;
}
</style>
background-color css
<style>
a { background-color: #C54A1C; }
a { background-color: rgb(197,74,28); }
div.DivClassName
{
background-color: #C54A1C;
}
.BgClassName
{
background-color: #C54A1C;
}
</style>
border-color css
<style>
span { border-color: #C54A1C; }
span { border-color: rgb(197,74,28); }
td.TdClassName
{
border-color: #C54A1C;
}
.TagClassName
{
border-color: #C54A1C;
}
</style>