Shades of Rust #C23C06
Tints of Rust #C23C06
RGB
CMYK
RGB Variations
Color information
#C23C06 (or 0xC23C06) is known color: Rust. HEX triplet: C2, 3C and 06. RGB value is (194,60,6). Sum of RGB (Red+Green+Blue) = 194+60+6=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C06 is #3DC3F9. Grayscale: #5E5E5E. Windows color (decimal): -4047866 or 408770. OLE color: 408770.
HSL color Cylindrical-coordinate representation of color #C23C06: hue angle of 17.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C23C06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.24 |
| HSL | 17.23º | 0.94% | 0.39% | - |
| HSV(B) | 17.23º | 0.97% | 0.76% | - |
| XYZ | 23.9 | 14.71 | 1.75 | - |
| YUV | 93.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 6 | 0 | 0.69 | 0.97 | 0.24 | 17.23 | 0.94 | 0.39 |
| Hex | C2 | 3C | 6 | 0 | 45 | 61 | 18 | 11 | 5E | 27 |
| Octal | 302 | 74 | 6 | 0 | 105 | 141 | 30 | 21 | 136 | 47 |
| Binary | 11000010 | 111100 | 110 | 0 | 1000101 | 1100001 | 11000 | 10001 | 1011110 | 100111 |
Color Harmonies of #C23C06
Complementary color
Monochromatic Colors of #C23C06
Black with #C23C06
Text Example
Text Example
White with #C23C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C06; }
p { color: rgb(194,60,6); }
H1.HeaderClassName
{
color: #C23C06;
}
.AnyTagClassName
{
color: #C23C06;
}
</style>
background-color css
<style>
a { background-color: #C23C06; }
a { background-color: rgb(194,60,6); }
div.DivClassName
{
background-color: #C23C06;
}
.BgClassName
{
background-color: #C23C06;
}
</style>
border-color css
<style>
span { border-color: #C23C06; }
span { border-color: rgb(194,60,6); }
td.TdClassName
{
border-color: #C23C06;
}
.TagClassName
{
border-color: #C23C06;
}
</style>