Shades of Rust #C23700
Tints of Rust #C23700
RGB
CMYK
RGB Variations
Color information
#C23700 (or 0xC23700) is known color: Rust. HEX triplet: C2, 37 and 00. RGB value is (194,55,0). Sum of RGB (Red+Green+Blue) = 194+55+0=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C23700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23700 is #3DC8FF. Grayscale: #5A5A5A. Windows color (decimal): -4049152 or 14274. OLE color: 14274.
HSL color Cylindrical-coordinate representation of color #C23700: hue angle of 17.01º 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 #C23700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.24 |
| HSL | 17.01º | 1% | 0.38% | - |
| HSV(B) | 17.01º | 1% | 0.76% | - |
| XYZ | 23.61 | 14.2 | 1.5 | - |
| YUV | 90.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 0 | 0 | 0.72 | 1 | 0.24 | 17.01 | 1 | 0.38 |
| Hex | C2 | 37 | 0 | 0 | 48 | 64 | 18 | 11 | 64 | 26 |
| Octal | 302 | 67 | 0 | 0 | 110 | 144 | 30 | 21 | 144 | 46 |
| Binary | 11000010 | 110111 | 0 | 0 | 1001000 | 1100100 | 11000 | 10001 | 1100100 | 100110 |
Color Harmonies of #C23700
Complementary color
Monochromatic Colors of #C23700
Black with #C23700
Text Example
Text Example
White with #C23700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23700; }
p { color: rgb(194,55,0); }
H1.HeaderClassName
{
color: #C23700;
}
.AnyTagClassName
{
color: #C23700;
}
</style>
background-color css
<style>
a { background-color: #C23700; }
a { background-color: rgb(194,55,0); }
div.DivClassName
{
background-color: #C23700;
}
.BgClassName
{
background-color: #C23700;
}
</style>
border-color css
<style>
span { border-color: #C23700; }
span { border-color: rgb(194,55,0); }
td.TdClassName
{
border-color: #C23700;
}
.TagClassName
{
border-color: #C23700;
}
</style>