Shades of Rust #C2450E
Tints of Rust #C2450E
RGB
CMYK
RGB Variations
Color information
#C2450E (or 0xC2450E) is known color: Rust. HEX triplet: C2, 45 and 0E. RGB value is (194,69,14). Sum of RGB (Red+Green+Blue) = 194+69+14=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2450E is #3DBAF1. Grayscale: #646464. Windows color (decimal): -4045554 or 935362. OLE color: 935362.
HSL color Cylindrical-coordinate representation of color #C2450E: hue angle of 18.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2450E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.24 |
| HSL | 18.33º | 0.87% | 0.41% | - |
| HSV(B) | 18.33º | 0.93% | 0.76% | - |
| XYZ | 24.46 | 15.76 | 2.17 | - |
| YUV | 100.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 14 | 0 | 0.64 | 0.93 | 0.24 | 18.33 | 0.87 | 0.41 |
| Hex | C2 | 45 | E | 0 | 40 | 5D | 18 | 12 | 57 | 29 |
| Octal | 302 | 105 | 16 | 0 | 100 | 135 | 30 | 22 | 127 | 51 |
| Binary | 11000010 | 1000101 | 1110 | 0 | 1000000 | 1011101 | 11000 | 10010 | 1010111 | 101001 |
Color Harmonies of #C2450E
Complementary color
Monochromatic Colors of #C2450E
Black with #C2450E
Text Example
Text Example
White with #C2450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2450E; }
p { color: rgb(194,69,14); }
H1.HeaderClassName
{
color: #C2450E;
}
.AnyTagClassName
{
color: #C2450E;
}
</style>
background-color css
<style>
a { background-color: #C2450E; }
a { background-color: rgb(194,69,14); }
div.DivClassName
{
background-color: #C2450E;
}
.BgClassName
{
background-color: #C2450E;
}
</style>
border-color css
<style>
span { border-color: #C2450E; }
span { border-color: rgb(194,69,14); }
td.TdClassName
{
border-color: #C2450E;
}
.TagClassName
{
border-color: #C2450E;
}
</style>