Shades of Rust #C54B1B
Tints of Rust #C54B1B
RGB
CMYK
RGB Variations
Color information
#C54B1B (or 0xC54B1B) is known color: Rust. HEX triplet: C5, 4B and 1B. RGB value is (197,75,27). Sum of RGB (Red+Green+Blue) = 197+75+27=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B1B is #3AB4E4. Grayscale: #6A6A6A. Windows color (decimal): -3847397 or 1788869. OLE color: 1788869.
HSL color Cylindrical-coordinate representation of color #C54B1B: hue angle of 16.94º 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 #C54B1B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 27 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.23 |
| HSL | 16.94º | 0.76% | 0.44% | - |
| HSV(B) | 16.94º | 0.86% | 0.77% | - |
| XYZ | 25.74 | 16.98 | 2.96 | - |
| YUV | 106.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 27 | 0 | 0.62 | 0.86 | 0.23 | 16.94 | 0.76 | 0.44 |
| Hex | C5 | 4B | 1B | 0 | 3E | 56 | 17 | 11 | 4C | 2C |
| Octal | 305 | 113 | 33 | 0 | 76 | 126 | 27 | 21 | 114 | 54 |
| Binary | 11000101 | 1001011 | 11011 | 0 | 111110 | 1010110 | 10111 | 10001 | 1001100 | 101100 |
Color Harmonies of #C54B1B
Complementary color
Monochromatic Colors of #C54B1B
Black with #C54B1B
Text Example
Text Example
White with #C54B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B1B; }
p { color: rgb(197,75,27); }
H1.HeaderClassName
{
color: #C54B1B;
}
.AnyTagClassName
{
color: #C54B1B;
}
</style>
background-color css
<style>
a { background-color: #C54B1B; }
a { background-color: rgb(197,75,27); }
div.DivClassName
{
background-color: #C54B1B;
}
.BgClassName
{
background-color: #C54B1B;
}
</style>
border-color css
<style>
span { border-color: #C54B1B; }
span { border-color: rgb(197,75,27); }
td.TdClassName
{
border-color: #C54B1B;
}
.TagClassName
{
border-color: #C54B1B;
}
</style>