Shades of Rust #C24D1B
Tints of Rust #C24D1B
RGB
CMYK
RGB Variations
Color information
#C24D1B (or 0xC24D1B) is known color: Rust. HEX triplet: C2, 4D and 1B. RGB value is (194,77,27). Sum of RGB (Red+Green+Blue) = 194+77+27=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D1B is #3DB2E4. Grayscale: #6A6A6A. Windows color (decimal): -4043493 or 1789378. OLE color: 1789378.
HSL color Cylindrical-coordinate representation of color #C24D1B: hue angle of 17.96º 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 #C24D1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 27 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.24 |
| HSL | 17.96º | 0.76% | 0.43% | - |
| HSV(B) | 17.96º | 0.86% | 0.76% | - |
| XYZ | 25.1 | 16.86 | 2.97 | - |
| YUV | 106.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 27 | 0 | 0.60 | 0.86 | 0.24 | 17.96 | 0.76 | 0.43 |
| Hex | C2 | 4D | 1B | 0 | 3C | 56 | 18 | 12 | 4C | 2B |
| Octal | 302 | 115 | 33 | 0 | 74 | 126 | 30 | 22 | 114 | 53 |
| Binary | 11000010 | 1001101 | 11011 | 0 | 111100 | 1010110 | 11000 | 10010 | 1001100 | 101011 |
Color Harmonies of #C24D1B
Complementary color
Monochromatic Colors of #C24D1B
Black with #C24D1B
Text Example
Text Example
White with #C24D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D1B; }
p { color: rgb(194,77,27); }
H1.HeaderClassName
{
color: #C24D1B;
}
.AnyTagClassName
{
color: #C24D1B;
}
</style>
background-color css
<style>
a { background-color: #C24D1B; }
a { background-color: rgb(194,77,27); }
div.DivClassName
{
background-color: #C24D1B;
}
.BgClassName
{
background-color: #C24D1B;
}
</style>
border-color css
<style>
span { border-color: #C24D1B; }
span { border-color: rgb(194,77,27); }
td.TdClassName
{
border-color: #C24D1B;
}
.TagClassName
{
border-color: #C24D1B;
}
</style>