Shades of Rust #C24C1B
Tints of Rust #C24C1B
RGB
CMYK
RGB Variations
Color information
#C24C1B (or 0xC24C1B) is known color: Rust. HEX triplet: C2, 4C and 1B. RGB value is (194,76,27). Sum of RGB (Red+Green+Blue) = 194+76+27=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C1B is #3DB3E4. Grayscale: #6A6A6A. Windows color (decimal): -4043749 or 1789122. OLE color: 1789122.
HSL color Cylindrical-coordinate representation of color #C24C1B: hue angle of 17.6º 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 #C24C1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.24 |
| HSL | 17.6º | 0.76% | 0.43% | - |
| HSV(B) | 17.6º | 0.86% | 0.76% | - |
| XYZ | 25.03 | 16.72 | 2.94 | - |
| YUV | 105.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 27 | 0 | 0.61 | 0.86 | 0.24 | 17.6 | 0.76 | 0.43 |
| Hex | C2 | 4C | 1B | 0 | 3D | 56 | 18 | 12 | 4C | 2B |
| Octal | 302 | 114 | 33 | 0 | 75 | 126 | 30 | 22 | 114 | 53 |
| Binary | 11000010 | 1001100 | 11011 | 0 | 111101 | 1010110 | 11000 | 10010 | 1001100 | 101011 |
Color Harmonies of #C24C1B
Complementary color
Monochromatic Colors of #C24C1B
Black with #C24C1B
Text Example
Text Example
White with #C24C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C1B; }
p { color: rgb(194,76,27); }
H1.HeaderClassName
{
color: #C24C1B;
}
.AnyTagClassName
{
color: #C24C1B;
}
</style>
background-color css
<style>
a { background-color: #C24C1B; }
a { background-color: rgb(194,76,27); }
div.DivClassName
{
background-color: #C24C1B;
}
.BgClassName
{
background-color: #C24C1B;
}
</style>
border-color css
<style>
span { border-color: #C24C1B; }
span { border-color: rgb(194,76,27); }
td.TdClassName
{
border-color: #C24C1B;
}
.TagClassName
{
border-color: #C24C1B;
}
</style>