Shades of Rust #C5450A
Tints of Rust #C5450A
RGB
CMYK
RGB Variations
Color information
#C5450A (or 0xC5450A) is known color: Rust. HEX triplet: C5, 45 and 0A. RGB value is (197,69,10). Sum of RGB (Red+Green+Blue) = 197+69+10=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5450A is #3ABAF5. Grayscale: #646464. Windows color (decimal): -3848950 or 673221. OLE color: 673221.
HSL color Cylindrical-coordinate representation of color #C5450A: hue angle of 18.93º 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 #C5450A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.23 |
| HSL | 18.93º | 0.9% | 0.41% | - |
| HSV(B) | 18.93º | 0.95% | 0.77% | - |
| XYZ | 25.21 | 16.15 | 2.08 | - |
| YUV | 100.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 10 | 0 | 0.65 | 0.95 | 0.23 | 18.93 | 0.9 | 0.41 |
| Hex | C5 | 45 | A | 0 | 41 | 5F | 17 | 13 | 5A | 29 |
| Octal | 305 | 105 | 12 | 0 | 101 | 137 | 27 | 23 | 132 | 51 |
| Binary | 11000101 | 1000101 | 1010 | 0 | 1000001 | 1011111 | 10111 | 10011 | 1011010 | 101001 |
Color Harmonies of #C5450A
Complementary color
Monochromatic Colors of #C5450A
Black with #C5450A
Text Example
Text Example
White with #C5450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5450A; }
p { color: rgb(197,69,10); }
H1.HeaderClassName
{
color: #C5450A;
}
.AnyTagClassName
{
color: #C5450A;
}
</style>
background-color css
<style>
a { background-color: #C5450A; }
a { background-color: rgb(197,69,10); }
div.DivClassName
{
background-color: #C5450A;
}
.BgClassName
{
background-color: #C5450A;
}
</style>
border-color css
<style>
span { border-color: #C5450A; }
span { border-color: rgb(197,69,10); }
td.TdClassName
{
border-color: #C5450A;
}
.TagClassName
{
border-color: #C5450A;
}
</style>