Shades of Rust #C54A1B
Tints of Rust #C54A1B
RGB
CMYK
RGB Variations
Color information
#C54A1B (or 0xC54A1B) is known color: Rust. HEX triplet: C5, 4A and 1B. RGB value is (197,74,27). Sum of RGB (Red+Green+Blue) = 197+74+27=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A1B is #3AB5E4. Grayscale: #696969. Windows color (decimal): -3847653 or 1788613. OLE color: 1788613.
HSL color Cylindrical-coordinate representation of color #C54A1B: hue angle of 16.59º degrees, saturation: 0.76, 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 #C54A1B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 27 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.23 |
| HSL | 16.59º | 0.76% | 0.44% | - |
| HSV(B) | 16.59º | 0.86% | 0.77% | - |
| XYZ | 25.67 | 16.85 | 2.94 | - |
| YUV | 105.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 27 | 0 | 0.62 | 0.86 | 0.23 | 16.59 | 0.76 | 0.44 |
| Hex | C5 | 4A | 1B | 0 | 3E | 56 | 17 | 11 | 4C | 2C |
| Octal | 305 | 112 | 33 | 0 | 76 | 126 | 27 | 21 | 114 | 54 |
| Binary | 11000101 | 1001010 | 11011 | 0 | 111110 | 1010110 | 10111 | 10001 | 1001100 | 101100 |
Color Harmonies of #C54A1B
Complementary color
Monochromatic Colors of #C54A1B
Black with #C54A1B
Text Example
Text Example
White with #C54A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A1B; }
p { color: rgb(197,74,27); }
H1.HeaderClassName
{
color: #C54A1B;
}
.AnyTagClassName
{
color: #C54A1B;
}
</style>
background-color css
<style>
a { background-color: #C54A1B; }
a { background-color: rgb(197,74,27); }
div.DivClassName
{
background-color: #C54A1B;
}
.BgClassName
{
background-color: #C54A1B;
}
</style>
border-color css
<style>
span { border-color: #C54A1B; }
span { border-color: rgb(197,74,27); }
td.TdClassName
{
border-color: #C54A1B;
}
.TagClassName
{
border-color: #C54A1B;
}
</style>