Shades of Rust #C23E10
Tints of Rust #C23E10
RGB
CMYK
RGB Variations
Color information
#C23E10 (or 0xC23E10) is known color: Rust. HEX triplet: C2, 3E and 10. RGB value is (194,62,16). Sum of RGB (Red+Green+Blue) = 194+62+16=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23E10 is #3DC1EF. Grayscale: #606060. Windows color (decimal): -4047344 or 1064642. OLE color: 1064642.
HSL color Cylindrical-coordinate representation of color #C23E10: hue angle of 15.51º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C23E10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.24 |
| HSL | 15.51º | 0.85% | 0.41% | - |
| HSV(B) | 15.51º | 0.92% | 0.76% | - |
| XYZ | 24.06 | 14.95 | 2.11 | - |
| YUV | 96.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 16 | 0 | 0.68 | 0.92 | 0.24 | 15.51 | 0.85 | 0.41 |
| Hex | C2 | 3E | 10 | 0 | 44 | 5C | 18 | 10 | 55 | 29 |
| Octal | 302 | 76 | 20 | 0 | 104 | 134 | 30 | 20 | 125 | 51 |
| Binary | 11000010 | 111110 | 10000 | 0 | 1000100 | 1011100 | 11000 | 10000 | 1010101 | 101001 |
Color Harmonies of #C23E10
Complementary color
Monochromatic Colors of #C23E10
Black with #C23E10
Text Example
Text Example
White with #C23E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E10; }
p { color: rgb(194,62,16); }
H1.HeaderClassName
{
color: #C23E10;
}
.AnyTagClassName
{
color: #C23E10;
}
</style>
background-color css
<style>
a { background-color: #C23E10; }
a { background-color: rgb(194,62,16); }
div.DivClassName
{
background-color: #C23E10;
}
.BgClassName
{
background-color: #C23E10;
}
</style>
border-color css
<style>
span { border-color: #C23E10; }
span { border-color: rgb(194,62,16); }
td.TdClassName
{
border-color: #C23E10;
}
.TagClassName
{
border-color: #C23E10;
}
</style>