Shades of Rust #C2441C
Tints of Rust #C2441C
RGB
CMYK
RGB Variations
Color information
#C2441C (or 0xC2441C) is known color: Rust. HEX triplet: C2, 44 and 1C. RGB value is (194,68,28). Sum of RGB (Red+Green+Blue) = 194+68+28=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2441C is #3DBBE3. Grayscale: #656565. Windows color (decimal): -4045796 or 1852610. OLE color: 1852610.
HSL color Cylindrical-coordinate representation of color #C2441C: hue angle of 14.46º 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 #C2441C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.24 |
| HSL | 14.46º | 0.75% | 0.44% | - |
| HSV(B) | 14.46º | 0.86% | 0.76% | - |
| XYZ | 24.52 | 15.69 | 2.83 | - |
| YUV | 101.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 28 | 0 | 0.65 | 0.86 | 0.24 | 14.46 | 0.75 | 0.44 |
| Hex | C2 | 44 | 1C | 0 | 41 | 56 | 18 | E | 4B | 2C |
| Octal | 302 | 104 | 34 | 0 | 101 | 126 | 30 | 16 | 113 | 54 |
| Binary | 11000010 | 1000100 | 11100 | 0 | 1000001 | 1010110 | 11000 | 1110 | 1001011 | 101100 |
Color Harmonies of #C2441C
Complementary color
Monochromatic Colors of #C2441C
Black with #C2441C
Text Example
Text Example
White with #C2441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2441C; }
p { color: rgb(194,68,28); }
H1.HeaderClassName
{
color: #C2441C;
}
.AnyTagClassName
{
color: #C2441C;
}
</style>
background-color css
<style>
a { background-color: #C2441C; }
a { background-color: rgb(194,68,28); }
div.DivClassName
{
background-color: #C2441C;
}
.BgClassName
{
background-color: #C2441C;
}
</style>
border-color css
<style>
span { border-color: #C2441C; }
span { border-color: rgb(194,68,28); }
td.TdClassName
{
border-color: #C2441C;
}
.TagClassName
{
border-color: #C2441C;
}
</style>