Shades of Rust #C23C03
Tints of Rust #C23C03
RGB
CMYK
RGB Variations
Color information
#C23C03 (or 0xC23C03) is known color: Rust. HEX triplet: C2, 3C and 03. RGB value is (194,60,3). Sum of RGB (Red+Green+Blue) = 194+60+3=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C03 is #3DC3FC. Grayscale: #5D5D5D. Windows color (decimal): -4047869 or 212162. OLE color: 212162.
HSL color Cylindrical-coordinate representation of color #C23C03: hue angle of 17.91º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C23C03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.24 |
| HSL | 17.91º | 0.97% | 0.39% | - |
| HSV(B) | 17.91º | 0.98% | 0.76% | - |
| XYZ | 23.88 | 14.71 | 1.67 | - |
| YUV | 93.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 3 | 0 | 0.69 | 0.98 | 0.24 | 17.91 | 0.97 | 0.39 |
| Hex | C2 | 3C | 3 | 0 | 45 | 62 | 18 | 12 | 61 | 27 |
| Octal | 302 | 74 | 3 | 0 | 105 | 142 | 30 | 22 | 141 | 47 |
| Binary | 11000010 | 111100 | 11 | 0 | 1000101 | 1100010 | 11000 | 10010 | 1100001 | 100111 |
Color Harmonies of #C23C03
Complementary color
Monochromatic Colors of #C23C03
Black with #C23C03
Text Example
Text Example
White with #C23C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C03; }
p { color: rgb(194,60,3); }
H1.HeaderClassName
{
color: #C23C03;
}
.AnyTagClassName
{
color: #C23C03;
}
</style>
background-color css
<style>
a { background-color: #C23C03; }
a { background-color: rgb(194,60,3); }
div.DivClassName
{
background-color: #C23C03;
}
.BgClassName
{
background-color: #C23C03;
}
</style>
border-color css
<style>
span { border-color: #C23C03; }
span { border-color: rgb(194,60,3); }
td.TdClassName
{
border-color: #C23C03;
}
.TagClassName
{
border-color: #C23C03;
}
</style>