Shades of Rust #C2451D
Tints of Rust #C2451D
RGB
CMYK
RGB Variations
Color information
#C2451D (or 0xC2451D) is known color: Rust. HEX triplet: C2, 45 and 1D. RGB value is (194,69,29). Sum of RGB (Red+Green+Blue) = 194+69+29=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451D is #3DBAE2. Grayscale: #666666. Windows color (decimal): -4045539 or 1918402. OLE color: 1918402.
HSL color Cylindrical-coordinate representation of color #C2451D: hue angle of 14.55º degrees, saturation: 0.74, 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 #C2451D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.24 |
| HSL | 14.55º | 0.74% | 0.44% | - |
| HSV(B) | 14.55º | 0.85% | 0.76% | - |
| XYZ | 24.6 | 15.81 | 2.92 | - |
| YUV | 101.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 29 | 0 | 0.64 | 0.85 | 0.24 | 14.55 | 0.74 | 0.44 |
| Hex | C2 | 45 | 1D | 0 | 40 | 55 | 18 | F | 4A | 2C |
| Octal | 302 | 105 | 35 | 0 | 100 | 125 | 30 | 17 | 112 | 54 |
| Binary | 11000010 | 1000101 | 11101 | 0 | 1000000 | 1010101 | 11000 | 1111 | 1001010 | 101100 |
Color Harmonies of #C2451D
Complementary color
Monochromatic Colors of #C2451D
Black with #C2451D
Text Example
Text Example
White with #C2451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2451D; }
p { color: rgb(194,69,29); }
H1.HeaderClassName
{
color: #C2451D;
}
.AnyTagClassName
{
color: #C2451D;
}
</style>
background-color css
<style>
a { background-color: #C2451D; }
a { background-color: rgb(194,69,29); }
div.DivClassName
{
background-color: #C2451D;
}
.BgClassName
{
background-color: #C2451D;
}
</style>
border-color css
<style>
span { border-color: #C2451D; }
span { border-color: rgb(194,69,29); }
td.TdClassName
{
border-color: #C2451D;
}
.TagClassName
{
border-color: #C2451D;
}
</style>