Shades of Rust #C2451C
Tints of Rust #C2451C
RGB
CMYK
RGB Variations
Color information
#C2451C (or 0xC2451C) is known color: Rust. HEX triplet: C2, 45 and 1C. RGB value is (194,69,28). Sum of RGB (Red+Green+Blue) = 194+69+28=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451C is #3DBAE3. Grayscale: #656565. Windows color (decimal): -4045540 or 1852866. OLE color: 1852866.
HSL color Cylindrical-coordinate representation of color #C2451C: hue angle of 14.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2451C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.24 |
| HSL | 14.82º | 0.75% | 0.44% | - |
| HSV(B) | 14.82º | 0.86% | 0.76% | - |
| XYZ | 24.59 | 15.81 | 2.85 | - |
| YUV | 101.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 28 | 0 | 0.64 | 0.86 | 0.24 | 14.82 | 0.75 | 0.44 |
| Hex | C2 | 45 | 1C | 0 | 40 | 56 | 18 | F | 4B | 2C |
| Octal | 302 | 105 | 34 | 0 | 100 | 126 | 30 | 17 | 113 | 54 |
| Binary | 11000010 | 1000101 | 11100 | 0 | 1000000 | 1010110 | 11000 | 1111 | 1001011 | 101100 |
Color Harmonies of #C2451C
Complementary color
Monochromatic Colors of #C2451C
Black with #C2451C
Text Example
Text Example
White with #C2451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2451C; }
p { color: rgb(194,69,28); }
H1.HeaderClassName
{
color: #C2451C;
}
.AnyTagClassName
{
color: #C2451C;
}
</style>
background-color css
<style>
a { background-color: #C2451C; }
a { background-color: rgb(194,69,28); }
div.DivClassName
{
background-color: #C2451C;
}
.BgClassName
{
background-color: #C2451C;
}
</style>
border-color css
<style>
span { border-color: #C2451C; }
span { border-color: rgb(194,69,28); }
td.TdClassName
{
border-color: #C2451C;
}
.TagClassName
{
border-color: #C2451C;
}
</style>