Shades of Rust #C2441B
Tints of Rust #C2441B
RGB
CMYK
RGB Variations
Color information
#C2441B (or 0xC2441B) is known color: Rust. HEX triplet: C2, 44 and 1B. RGB value is (194,68,27). Sum of RGB (Red+Green+Blue) = 194+68+27=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2441B is #3DBBE4. Grayscale: #656565. Windows color (decimal): -4045797 or 1787074. OLE color: 1787074.
HSL color Cylindrical-coordinate representation of color #C2441B: hue angle of 14.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2441B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.24 |
| HSL | 14.73º | 0.76% | 0.43% | - |
| HSV(B) | 14.73º | 0.86% | 0.76% | - |
| XYZ | 24.51 | 15.68 | 2.77 | - |
| YUV | 101 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 27 | 0 | 0.65 | 0.86 | 0.24 | 14.73 | 0.76 | 0.43 |
| Hex | C2 | 44 | 1B | 0 | 41 | 56 | 18 | F | 4C | 2B |
| Octal | 302 | 104 | 33 | 0 | 101 | 126 | 30 | 17 | 114 | 53 |
| Binary | 11000010 | 1000100 | 11011 | 0 | 1000001 | 1010110 | 11000 | 1111 | 1001100 | 101011 |
Color Harmonies of #C2441B
Complementary color
Monochromatic Colors of #C2441B
Black with #C2441B
Text Example
Text Example
White with #C2441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2441B; }
p { color: rgb(194,68,27); }
H1.HeaderClassName
{
color: #C2441B;
}
.AnyTagClassName
{
color: #C2441B;
}
</style>
background-color css
<style>
a { background-color: #C2441B; }
a { background-color: rgb(194,68,27); }
div.DivClassName
{
background-color: #C2441B;
}
.BgClassName
{
background-color: #C2441B;
}
</style>
border-color css
<style>
span { border-color: #C2441B; }
span { border-color: rgb(194,68,27); }
td.TdClassName
{
border-color: #C2441B;
}
.TagClassName
{
border-color: #C2441B;
}
</style>