Shades of Rust #C23D00
Tints of Rust #C23D00
RGB
CMYK
RGB Variations
Color information
#C23D00 (or 0xC23D00) is known color: Rust. HEX triplet: C2, 3D and 00. RGB value is (194,61,0). Sum of RGB (Red+Green+Blue) = 194+61+0=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D00 is #3DC2FF. Grayscale: #5E5E5E. Windows color (decimal): -4047616 or 15810. OLE color: 15810.
HSL color Cylindrical-coordinate representation of color #C23D00: hue angle of 18.87º 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 #C23D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.24 |
| HSL | 18.87º | 1% | 0.38% | - |
| HSV(B) | 18.87º | 1% | 0.76% | - |
| XYZ | 23.92 | 14.81 | 1.6 | - |
| YUV | 93.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 0 | 0 | 0.69 | 1 | 0.24 | 18.87 | 1 | 0.38 |
| Hex | C2 | 3D | 0 | 0 | 45 | 64 | 18 | 13 | 64 | 26 |
| Octal | 302 | 75 | 0 | 0 | 105 | 144 | 30 | 23 | 144 | 46 |
| Binary | 11000010 | 111101 | 0 | 0 | 1000101 | 1100100 | 11000 | 10011 | 1100100 | 100110 |
Color Harmonies of #C23D00
Complementary color
Monochromatic Colors of #C23D00
Black with #C23D00
Text Example
Text Example
White with #C23D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D00; }
p { color: rgb(194,61,0); }
H1.HeaderClassName
{
color: #C23D00;
}
.AnyTagClassName
{
color: #C23D00;
}
</style>
background-color css
<style>
a { background-color: #C23D00; }
a { background-color: rgb(194,61,0); }
div.DivClassName
{
background-color: #C23D00;
}
.BgClassName
{
background-color: #C23D00;
}
</style>
border-color css
<style>
span { border-color: #C23D00; }
span { border-color: rgb(194,61,0); }
td.TdClassName
{
border-color: #C23D00;
}
.TagClassName
{
border-color: #C23D00;
}
</style>