Shades of Rust #C24601
Tints of Rust #C24601
RGB
CMYK
RGB Variations
Color information
#C24601 (or 0xC24601) is known color: Rust. HEX triplet: C2, 46 and 01. RGB value is (194,70,1). Sum of RGB (Red+Green+Blue) = 194+70+1=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C24601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24601 is #3DB9FE. Grayscale: #636363. Windows color (decimal): -4045311 or 83650. OLE color: 83650.
HSL color Cylindrical-coordinate representation of color #C24601: hue angle of 21.45º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C24601 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.24 |
| HSL | 21.45º | 0.99% | 0.38% | - |
| HSV(B) | 21.45º | 0.99% | 0.76% | - |
| XYZ | 24.44 | 15.85 | 1.8 | - |
| YUV | 99.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 1 | 0 | 0.64 | 0.99 | 0.24 | 21.45 | 0.99 | 0.38 |
| Hex | C2 | 46 | 1 | 0 | 40 | 63 | 18 | 15 | 63 | 26 |
| Octal | 302 | 106 | 1 | 0 | 100 | 143 | 30 | 25 | 143 | 46 |
| Binary | 11000010 | 1000110 | 1 | 0 | 1000000 | 1100011 | 11000 | 10101 | 1100011 | 100110 |
Color Harmonies of #C24601
Complementary color
Monochromatic Colors of #C24601
Black with #C24601
Text Example
Text Example
White with #C24601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24601; }
p { color: rgb(194,70,1); }
H1.HeaderClassName
{
color: #C24601;
}
.AnyTagClassName
{
color: #C24601;
}
</style>
background-color css
<style>
a { background-color: #C24601; }
a { background-color: rgb(194,70,1); }
div.DivClassName
{
background-color: #C24601;
}
.BgClassName
{
background-color: #C24601;
}
</style>
border-color css
<style>
span { border-color: #C24601; }
span { border-color: rgb(194,70,1); }
td.TdClassName
{
border-color: #C24601;
}
.TagClassName
{
border-color: #C24601;
}
</style>