Shades of Rust #C23D0E
Tints of Rust #C23D0E
RGB
CMYK
RGB Variations
Color information
#C23D0E (or 0xC23D0E) is known color: Rust. HEX triplet: C2, 3D and 0E. RGB value is (194,61,14). Sum of RGB (Red+Green+Blue) = 194+61+14=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D0E is #3DC2F1. Grayscale: #5F5F5F. Windows color (decimal): -4047602 or 933314. OLE color: 933314.
HSL color Cylindrical-coordinate representation of color #C23D0E: hue angle of 15.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C23D0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.24 |
| HSL | 15.67º | 0.87% | 0.41% | - |
| HSV(B) | 15.67º | 0.93% | 0.76% | - |
| XYZ | 24 | 14.84 | 2.01 | - |
| YUV | 95.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 14 | 0 | 0.69 | 0.93 | 0.24 | 15.67 | 0.87 | 0.41 |
| Hex | C2 | 3D | E | 0 | 45 | 5D | 18 | 10 | 57 | 29 |
| Octal | 302 | 75 | 16 | 0 | 105 | 135 | 30 | 20 | 127 | 51 |
| Binary | 11000010 | 111101 | 1110 | 0 | 1000101 | 1011101 | 11000 | 10000 | 1010111 | 101001 |
Color Harmonies of #C23D0E
Complementary color
Monochromatic Colors of #C23D0E
Black with #C23D0E
Text Example
Text Example
White with #C23D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D0E; }
p { color: rgb(194,61,14); }
H1.HeaderClassName
{
color: #C23D0E;
}
.AnyTagClassName
{
color: #C23D0E;
}
</style>
background-color css
<style>
a { background-color: #C23D0E; }
a { background-color: rgb(194,61,14); }
div.DivClassName
{
background-color: #C23D0E;
}
.BgClassName
{
background-color: #C23D0E;
}
</style>
border-color css
<style>
span { border-color: #C23D0E; }
span { border-color: rgb(194,61,14); }
td.TdClassName
{
border-color: #C23D0E;
}
.TagClassName
{
border-color: #C23D0E;
}
</style>