Shades of Rust #C5450F
Tints of Rust #C5450F
RGB
CMYK
RGB Variations
Color information
#C5450F (or 0xC5450F) is known color: Rust. HEX triplet: C5, 45 and 0F. RGB value is (197,69,15). Sum of RGB (Red+Green+Blue) = 197+69+15=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5450F is #3ABAF0. Grayscale: #656565. Windows color (decimal): -3848945 or 1000901. OLE color: 1000901.
HSL color Cylindrical-coordinate representation of color #C5450F: hue angle of 17.8º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5450F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.8º | 0.86% | 0.42% | - |
| HSV(B) | 17.8º | 0.92% | 0.77% | - |
| XYZ | 25.24 | 16.16 | 2.24 | - |
| YUV | 101.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 15 | 0 | 0.65 | 0.92 | 0.23 | 17.8 | 0.86 | 0.42 |
| Hex | C5 | 45 | F | 0 | 41 | 5C | 17 | 12 | 56 | 2A |
| Octal | 305 | 105 | 17 | 0 | 101 | 134 | 27 | 22 | 126 | 52 |
| Binary | 11000101 | 1000101 | 1111 | 0 | 1000001 | 1011100 | 10111 | 10010 | 1010110 | 101010 |
Color Harmonies of #C5450F
Complementary color
Monochromatic Colors of #C5450F
Black with #C5450F
Text Example
Text Example
White with #C5450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5450F; }
p { color: rgb(197,69,15); }
H1.HeaderClassName
{
color: #C5450F;
}
.AnyTagClassName
{
color: #C5450F;
}
</style>
background-color css
<style>
a { background-color: #C5450F; }
a { background-color: rgb(197,69,15); }
div.DivClassName
{
background-color: #C5450F;
}
.BgClassName
{
background-color: #C5450F;
}
</style>
border-color css
<style>
span { border-color: #C5450F; }
span { border-color: rgb(197,69,15); }
td.TdClassName
{
border-color: #C5450F;
}
.TagClassName
{
border-color: #C5450F;
}
</style>