Shades of Rust #C43E03
Tints of Rust #C43E03
RGB
CMYK
RGB Variations
Color information
#C43E03 (or 0xC43E03) is known color: Rust. HEX triplet: C4, 3E and 03. RGB value is (196,62,3). Sum of RGB (Red+Green+Blue) = 196+62+3=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E03 is #3BC1FC. Grayscale: #5F5F5F. Windows color (decimal): -3916285 or 212676. OLE color: 212676.
HSL color Cylindrical-coordinate representation of color #C43E03: hue angle of 18.34º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C43E03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.23 |
| HSL | 18.34º | 0.97% | 0.39% | - |
| HSV(B) | 18.34º | 0.98% | 0.77% | - |
| XYZ | 24.5 | 15.19 | 1.73 | - |
| YUV | 95.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 3 | 0 | 0.68 | 0.98 | 0.23 | 18.34 | 0.97 | 0.39 |
| Hex | C4 | 3E | 3 | 0 | 44 | 62 | 17 | 12 | 61 | 27 |
| Octal | 304 | 76 | 3 | 0 | 104 | 142 | 27 | 22 | 141 | 47 |
| Binary | 11000100 | 111110 | 11 | 0 | 1000100 | 1100010 | 10111 | 10010 | 1100001 | 100111 |
Color Harmonies of #C43E03
Complementary color
Monochromatic Colors of #C43E03
Black with #C43E03
Text Example
Text Example
White with #C43E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E03; }
p { color: rgb(196,62,3); }
H1.HeaderClassName
{
color: #C43E03;
}
.AnyTagClassName
{
color: #C43E03;
}
</style>
background-color css
<style>
a { background-color: #C43E03; }
a { background-color: rgb(196,62,3); }
div.DivClassName
{
background-color: #C43E03;
}
.BgClassName
{
background-color: #C43E03;
}
</style>
border-color css
<style>
span { border-color: #C43E03; }
span { border-color: rgb(196,62,3); }
td.TdClassName
{
border-color: #C43E03;
}
.TagClassName
{
border-color: #C43E03;
}
</style>