Shades of Rust #C54312
Tints of Rust #C54312
RGB
CMYK
RGB Variations
Color information
#C54312 (or 0xC54312) is known color: Rust. HEX triplet: C5, 43 and 12. RGB value is (197,67,18). Sum of RGB (Red+Green+Blue) = 197+67+18=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54312 is #3ABCED. Grayscale: #646464. Windows color (decimal): -3849454 or 1196997. OLE color: 1196997.
HSL color Cylindrical-coordinate representation of color #C54312: hue angle of 16.42º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C54312 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.23 |
| HSL | 16.42º | 0.83% | 0.42% | - |
| HSV(B) | 16.42º | 0.91% | 0.77% | - |
| XYZ | 25.14 | 15.93 | 2.32 | - |
| YUV | 100.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 18 | 0 | 0.66 | 0.91 | 0.23 | 16.42 | 0.83 | 0.42 |
| Hex | C5 | 43 | 12 | 0 | 42 | 5B | 17 | 10 | 53 | 2A |
| Octal | 305 | 103 | 22 | 0 | 102 | 133 | 27 | 20 | 123 | 52 |
| Binary | 11000101 | 1000011 | 10010 | 0 | 1000010 | 1011011 | 10111 | 10000 | 1010011 | 101010 |
Color Harmonies of #C54312
Complementary color
Monochromatic Colors of #C54312
Black with #C54312
Text Example
Text Example
White with #C54312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54312; }
p { color: rgb(197,67,18); }
H1.HeaderClassName
{
color: #C54312;
}
.AnyTagClassName
{
color: #C54312;
}
</style>
background-color css
<style>
a { background-color: #C54312; }
a { background-color: rgb(197,67,18); }
div.DivClassName
{
background-color: #C54312;
}
.BgClassName
{
background-color: #C54312;
}
</style>
border-color css
<style>
span { border-color: #C54312; }
span { border-color: rgb(197,67,18); }
td.TdClassName
{
border-color: #C54312;
}
.TagClassName
{
border-color: #C54312;
}
</style>