Shades of Rust #C5440F
Tints of Rust #C5440F
RGB
CMYK
RGB Variations
Color information
#C5440F (or 0xC5440F) is known color: Rust. HEX triplet: C5, 44 and 0F. RGB value is (197,68,15). Sum of RGB (Red+Green+Blue) = 197+68+15=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5440F is #3ABBF0. Grayscale: #646464. Windows color (decimal): -3849201 or 1000645. OLE color: 1000645.
HSL color Cylindrical-coordinate representation of color #C5440F: hue angle of 17.47º 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 #C5440F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.47º | 0.86% | 0.42% | - |
| HSV(B) | 17.47º | 0.92% | 0.77% | - |
| XYZ | 25.18 | 16.04 | 2.22 | - |
| YUV | 100.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 15 | 0 | 0.65 | 0.92 | 0.23 | 17.47 | 0.86 | 0.42 |
| Hex | C5 | 44 | F | 0 | 41 | 5C | 17 | 11 | 56 | 2A |
| Octal | 305 | 104 | 17 | 0 | 101 | 134 | 27 | 21 | 126 | 52 |
| Binary | 11000101 | 1000100 | 1111 | 0 | 1000001 | 1011100 | 10111 | 10001 | 1010110 | 101010 |
Color Harmonies of #C5440F
Complementary color
Monochromatic Colors of #C5440F
Black with #C5440F
Text Example
Text Example
White with #C5440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5440F; }
p { color: rgb(197,68,15); }
H1.HeaderClassName
{
color: #C5440F;
}
.AnyTagClassName
{
color: #C5440F;
}
</style>
background-color css
<style>
a { background-color: #C5440F; }
a { background-color: rgb(197,68,15); }
div.DivClassName
{
background-color: #C5440F;
}
.BgClassName
{
background-color: #C5440F;
}
</style>
border-color css
<style>
span { border-color: #C5440F; }
span { border-color: rgb(197,68,15); }
td.TdClassName
{
border-color: #C5440F;
}
.TagClassName
{
border-color: #C5440F;
}
</style>