Shades of Rust #C23C08
Tints of Rust #C23C08
RGB
CMYK
RGB Variations
Color information
#C23C08 (or 0xC23C08) is known color: Rust. HEX triplet: C2, 3C and 08. RGB value is (194,60,8). Sum of RGB (Red+Green+Blue) = 194+60+8=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C08 is #3DC3F7. Grayscale: #5E5E5E. Windows color (decimal): -4047864 or 539842. OLE color: 539842.
HSL color Cylindrical-coordinate representation of color #C23C08: hue angle of 16.77º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C23C08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.24 |
| HSL | 16.77º | 0.92% | 0.4% | - |
| HSV(B) | 16.77º | 0.96% | 0.76% | - |
| XYZ | 23.91 | 14.72 | 1.81 | - |
| YUV | 94.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 8 | 0 | 0.69 | 0.96 | 0.24 | 16.77 | 0.92 | 0.4 |
| Hex | C2 | 3C | 8 | 0 | 45 | 60 | 18 | 11 | 5C | 28 |
| Octal | 302 | 74 | 10 | 0 | 105 | 140 | 30 | 21 | 134 | 50 |
| Binary | 11000010 | 111100 | 1000 | 0 | 1000101 | 1100000 | 11000 | 10001 | 1011100 | 101000 |
Color Harmonies of #C23C08
Complementary color
Monochromatic Colors of #C23C08
Black with #C23C08
Text Example
Text Example
White with #C23C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C08; }
p { color: rgb(194,60,8); }
H1.HeaderClassName
{
color: #C23C08;
}
.AnyTagClassName
{
color: #C23C08;
}
</style>
background-color css
<style>
a { background-color: #C23C08; }
a { background-color: rgb(194,60,8); }
div.DivClassName
{
background-color: #C23C08;
}
.BgClassName
{
background-color: #C23C08;
}
</style>
border-color css
<style>
span { border-color: #C23C08; }
span { border-color: rgb(194,60,8); }
td.TdClassName
{
border-color: #C23C08;
}
.TagClassName
{
border-color: #C23C08;
}
</style>