Shades of Rust #C23F00
Tints of Rust #C23F00
RGB
CMYK
RGB Variations
Color information
#C23F00 (or 0xC23F00) is known color: Rust. HEX triplet: C2, 3F and 00. RGB value is (194,63,0). Sum of RGB (Red+Green+Blue) = 194+63+0=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F00 is #3DC0FF. Grayscale: #5F5F5F. Windows color (decimal): -4047104 or 16322. OLE color: 16322.
HSL color Cylindrical-coordinate representation of color #C23F00: hue angle of 19.48º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C23F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.24 |
| HSL | 19.48º | 1% | 0.38% | - |
| HSV(B) | 19.48º | 1% | 0.76% | - |
| XYZ | 24.03 | 15.02 | 1.63 | - |
| YUV | 94.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 0 | 0 | 0.68 | 1 | 0.24 | 19.48 | 1 | 0.38 |
| Hex | C2 | 3F | 0 | 0 | 44 | 64 | 18 | 13 | 64 | 26 |
| Octal | 302 | 77 | 0 | 0 | 104 | 144 | 30 | 23 | 144 | 46 |
| Binary | 11000010 | 111111 | 0 | 0 | 1000100 | 1100100 | 11000 | 10011 | 1100100 | 100110 |
Color Harmonies of #C23F00
Complementary color
Monochromatic Colors of #C23F00
Black with #C23F00
Text Example
Text Example
White with #C23F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F00; }
p { color: rgb(194,63,0); }
H1.HeaderClassName
{
color: #C23F00;
}
.AnyTagClassName
{
color: #C23F00;
}
</style>
background-color css
<style>
a { background-color: #C23F00; }
a { background-color: rgb(194,63,0); }
div.DivClassName
{
background-color: #C23F00;
}
.BgClassName
{
background-color: #C23F00;
}
</style>
border-color css
<style>
span { border-color: #C23F00; }
span { border-color: rgb(194,63,0); }
td.TdClassName
{
border-color: #C23F00;
}
.TagClassName
{
border-color: #C23F00;
}
</style>