Shades of Rust #C43C01
Tints of Rust #C43C01
RGB
CMYK
RGB Variations
Color information
#C43C01 (or 0xC43C01) is known color: Rust. HEX triplet: C4, 3C and 01. RGB value is (196,60,1). Sum of RGB (Red+Green+Blue) = 196+60+1=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C01 is #3BC3FE. Grayscale: #5E5E5E. Windows color (decimal): -3916799 or 81092. OLE color: 81092.
HSL color Cylindrical-coordinate representation of color #C43C01: hue angle of 18.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C43C01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.23 |
| HSL | 18.15º | 0.99% | 0.39% | - |
| HSV(B) | 18.15º | 0.99% | 0.77% | - |
| XYZ | 24.39 | 14.97 | 1.63 | - |
| YUV | 93.94 | 75.56 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 1 | 0 | 0.69 | 0.99 | 0.23 | 18.15 | 0.99 | 0.39 |
| Hex | C4 | 3C | 1 | 0 | 45 | 63 | 17 | 12 | 63 | 27 |
| Octal | 304 | 74 | 1 | 0 | 105 | 143 | 27 | 22 | 143 | 47 |
| Binary | 11000100 | 111100 | 1 | 0 | 1000101 | 1100011 | 10111 | 10010 | 1100011 | 100111 |
Color Harmonies of #C43C01
Complementary color
Monochromatic Colors of #C43C01
Black with #C43C01
Text Example
Text Example
White with #C43C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C01; }
p { color: rgb(196,60,1); }
H1.HeaderClassName
{
color: #C43C01;
}
.AnyTagClassName
{
color: #C43C01;
}
</style>
background-color css
<style>
a { background-color: #C43C01; }
a { background-color: rgb(196,60,1); }
div.DivClassName
{
background-color: #C43C01;
}
.BgClassName
{
background-color: #C43C01;
}
</style>
border-color css
<style>
span { border-color: #C43C01; }
span { border-color: rgb(196,60,1); }
td.TdClassName
{
border-color: #C43C01;
}
.TagClassName
{
border-color: #C43C01;
}
</style>