Shades of Rust #C54B0A
Tints of Rust #C54B0A
RGB
CMYK
RGB Variations
Color information
#C54B0A (or 0xC54B0A) is known color: Rust. HEX triplet: C5, 4B and 0A. RGB value is (197,75,10). Sum of RGB (Red+Green+Blue) = 197+75+10=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54B0A is #3AB4F5. Grayscale: #686868. Windows color (decimal): -3847414 or 674757. OLE color: 674757.
HSL color Cylindrical-coordinate representation of color #C54B0A: hue angle of 20.86º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C54B0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.23 |
| HSL | 20.86º | 0.9% | 0.41% | - |
| HSV(B) | 20.86º | 0.95% | 0.77% | - |
| XYZ | 25.6 | 16.92 | 2.2 | - |
| YUV | 104.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 10 | 0 | 0.62 | 0.95 | 0.23 | 20.86 | 0.9 | 0.41 |
| Hex | C5 | 4B | A | 0 | 3E | 5F | 17 | 15 | 5A | 29 |
| Octal | 305 | 113 | 12 | 0 | 76 | 137 | 27 | 25 | 132 | 51 |
| Binary | 11000101 | 1001011 | 1010 | 0 | 111110 | 1011111 | 10111 | 10101 | 1011010 | 101001 |
Color Harmonies of #C54B0A
Complementary color
Monochromatic Colors of #C54B0A
Black with #C54B0A
Text Example
Text Example
White with #C54B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B0A; }
p { color: rgb(197,75,10); }
H1.HeaderClassName
{
color: #C54B0A;
}
.AnyTagClassName
{
color: #C54B0A;
}
</style>
background-color css
<style>
a { background-color: #C54B0A; }
a { background-color: rgb(197,75,10); }
div.DivClassName
{
background-color: #C54B0A;
}
.BgClassName
{
background-color: #C54B0A;
}
</style>
border-color css
<style>
span { border-color: #C54B0A; }
span { border-color: rgb(197,75,10); }
td.TdClassName
{
border-color: #C54B0A;
}
.TagClassName
{
border-color: #C54B0A;
}
</style>