Shades of Rust #C2461E
Tints of Rust #C2461E
RGB
CMYK
RGB Variations
Color information
#C2461E (or 0xC2461E) is known color: Rust. HEX triplet: C2, 46 and 1E. RGB value is (194,70,30). Sum of RGB (Red+Green+Blue) = 194+70+30=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2461E is #3DB9E1. Grayscale: #666666. Windows color (decimal): -4045282 or 1984194. OLE color: 1984194.
HSL color Cylindrical-coordinate representation of color #C2461E: hue angle of 14.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2461E is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 30 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.24 |
| HSL | 14.63º | 0.73% | 0.44% | - |
| HSV(B) | 14.63º | 0.85% | 0.76% | - |
| XYZ | 24.67 | 15.94 | 3.01 | - |
| YUV | 102.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 30 | 0 | 0.64 | 0.85 | 0.24 | 14.63 | 0.73 | 0.44 |
| Hex | C2 | 46 | 1E | 0 | 40 | 55 | 18 | F | 49 | 2C |
| Octal | 302 | 106 | 36 | 0 | 100 | 125 | 30 | 17 | 111 | 54 |
| Binary | 11000010 | 1000110 | 11110 | 0 | 1000000 | 1010101 | 11000 | 1111 | 1001001 | 101100 |
Color Harmonies of #C2461E
Complementary color
Monochromatic Colors of #C2461E
Black with #C2461E
Text Example
Text Example
White with #C2461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2461E; }
p { color: rgb(194,70,30); }
H1.HeaderClassName
{
color: #C2461E;
}
.AnyTagClassName
{
color: #C2461E;
}
</style>
background-color css
<style>
a { background-color: #C2461E; }
a { background-color: rgb(194,70,30); }
div.DivClassName
{
background-color: #C2461E;
}
.BgClassName
{
background-color: #C2461E;
}
</style>
border-color css
<style>
span { border-color: #C2461E; }
span { border-color: rgb(194,70,30); }
td.TdClassName
{
border-color: #C2461E;
}
.TagClassName
{
border-color: #C2461E;
}
</style>