Shades of Rust #C2421B
Tints of Rust #C2421B
RGB
CMYK
RGB Variations
Color information
#C2421B (or 0xC2421B) is known color: Rust. HEX triplet: C2, 42 and 1B. RGB value is (194,66,27). Sum of RGB (Red+Green+Blue) = 194+66+27=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2421B is #3DBDE4. Grayscale: #646464. Windows color (decimal): -4046309 or 1786562. OLE color: 1786562.
HSL color Cylindrical-coordinate representation of color #C2421B: hue angle of 14.01º 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 #C2421B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.24 |
| HSL | 14.01º | 0.76% | 0.43% | - |
| HSV(B) | 14.01º | 0.86% | 0.76% | - |
| XYZ | 24.39 | 15.44 | 2.73 | - |
| YUV | 99.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 27 | 0 | 0.66 | 0.86 | 0.24 | 14.01 | 0.76 | 0.43 |
| Hex | C2 | 42 | 1B | 0 | 42 | 56 | 18 | E | 4C | 2B |
| Octal | 302 | 102 | 33 | 0 | 102 | 126 | 30 | 16 | 114 | 53 |
| Binary | 11000010 | 1000010 | 11011 | 0 | 1000010 | 1010110 | 11000 | 1110 | 1001100 | 101011 |
Color Harmonies of #C2421B
Complementary color
Monochromatic Colors of #C2421B
Black with #C2421B
Text Example
Text Example
White with #C2421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2421B; }
p { color: rgb(194,66,27); }
H1.HeaderClassName
{
color: #C2421B;
}
.AnyTagClassName
{
color: #C2421B;
}
</style>
background-color css
<style>
a { background-color: #C2421B; }
a { background-color: rgb(194,66,27); }
div.DivClassName
{
background-color: #C2421B;
}
.BgClassName
{
background-color: #C2421B;
}
</style>
border-color css
<style>
span { border-color: #C2421B; }
span { border-color: rgb(194,66,27); }
td.TdClassName
{
border-color: #C2421B;
}
.TagClassName
{
border-color: #C2421B;
}
</style>