Shades of Rust #C23500
Tints of Rust #C23500
RGB
CMYK
RGB Variations
Color information
#C23500 (or 0xC23500) is known color: Rust. HEX triplet: C2, 35 and 00. RGB value is (194,53,0). Sum of RGB (Red+Green+Blue) = 194+53+0=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C23500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23500 is #3DCAFF. Grayscale: #595959. Windows color (decimal): -4049664 or 13762. OLE color: 13762.
HSL color Cylindrical-coordinate representation of color #C23500: hue angle of 16.39º 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 #C23500 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.24 |
| HSL | 16.39º | 1% | 0.38% | - |
| HSV(B) | 16.39º | 1% | 0.76% | - |
| XYZ | 23.52 | 14.02 | 1.47 | - |
| YUV | 89.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 0 | 0 | 0.73 | 1 | 0.24 | 16.39 | 1 | 0.38 |
| Hex | C2 | 35 | 0 | 0 | 49 | 64 | 18 | 10 | 64 | 26 |
| Octal | 302 | 65 | 0 | 0 | 111 | 144 | 30 | 20 | 144 | 46 |
| Binary | 11000010 | 110101 | 0 | 0 | 1001001 | 1100100 | 11000 | 10000 | 1100100 | 100110 |
Color Harmonies of #C23500
Complementary color
Monochromatic Colors of #C23500
Black with #C23500
Text Example
Text Example
White with #C23500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23500; }
p { color: rgb(194,53,0); }
H1.HeaderClassName
{
color: #C23500;
}
.AnyTagClassName
{
color: #C23500;
}
</style>
background-color css
<style>
a { background-color: #C23500; }
a { background-color: rgb(194,53,0); }
div.DivClassName
{
background-color: #C23500;
}
.BgClassName
{
background-color: #C23500;
}
</style>
border-color css
<style>
span { border-color: #C23500; }
span { border-color: rgb(194,53,0); }
td.TdClassName
{
border-color: #C23500;
}
.TagClassName
{
border-color: #C23500;
}
</style>