Shades of Rust #C43E04
Tints of Rust #C43E04
RGB
CMYK
RGB Variations
Color information
#C43E04 (or 0xC43E04) is known color: Rust. HEX triplet: C4, 3E and 04. RGB value is (196,62,4). Sum of RGB (Red+Green+Blue) = 196+62+4=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E04 is #3BC1FB. Grayscale: #5F5F5F. Windows color (decimal): -3916284 or 278212. OLE color: 278212.
HSL color Cylindrical-coordinate representation of color #C43E04: hue angle of 18.12º degrees, saturation: 0.96, 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 #C43E04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.23 |
| HSL | 18.13º | 0.96% | 0.39% | - |
| HSV(B) | 18.13º | 0.98% | 0.77% | - |
| XYZ | 24.51 | 15.19 | 1.75 | - |
| YUV | 95.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 4 | 0 | 0.68 | 0.98 | 0.23 | 18.13 | 0.96 | 0.39 |
| Hex | C4 | 3E | 4 | 0 | 44 | 62 | 17 | 12 | 60 | 27 |
| Octal | 304 | 76 | 4 | 0 | 104 | 142 | 27 | 22 | 140 | 47 |
| Binary | 11000100 | 111110 | 100 | 0 | 1000100 | 1100010 | 10111 | 10010 | 1100000 | 100111 |
Color Harmonies of #C43E04
Complementary color
Monochromatic Colors of #C43E04
Black with #C43E04
Text Example
Text Example
White with #C43E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E04; }
p { color: rgb(196,62,4); }
H1.HeaderClassName
{
color: #C43E04;
}
.AnyTagClassName
{
color: #C43E04;
}
</style>
background-color css
<style>
a { background-color: #C43E04; }
a { background-color: rgb(196,62,4); }
div.DivClassName
{
background-color: #C43E04;
}
.BgClassName
{
background-color: #C43E04;
}
</style>
border-color css
<style>
span { border-color: #C43E04; }
span { border-color: rgb(196,62,4); }
td.TdClassName
{
border-color: #C43E04;
}
.TagClassName
{
border-color: #C43E04;
}
</style>