Shades of Rust #C43A03
Tints of Rust #C43A03
RGB
CMYK
RGB Variations
Color information
#C43A03 (or 0xC43A03) is known color: Rust. HEX triplet: C4, 3A and 03. RGB value is (196,58,3). Sum of RGB (Red+Green+Blue) = 196+58+3=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A03 is #3BC5FC. Grayscale: #5D5D5D. Windows color (decimal): -3917309 or 211652. OLE color: 211652.
HSL color Cylindrical-coordinate representation of color #C43A03: hue angle of 17.1º 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 #C43A03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.23 |
| HSL | 17.1º | 0.97% | 0.39% | - |
| HSV(B) | 17.1º | 0.98% | 0.77% | - |
| XYZ | 24.29 | 14.77 | 1.66 | - |
| YUV | 92.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 3 | 0 | 0.70 | 0.98 | 0.23 | 17.1 | 0.97 | 0.39 |
| Hex | C4 | 3A | 3 | 0 | 46 | 62 | 17 | 11 | 61 | 27 |
| Octal | 304 | 72 | 3 | 0 | 106 | 142 | 27 | 21 | 141 | 47 |
| Binary | 11000100 | 111010 | 11 | 0 | 1000110 | 1100010 | 10111 | 10001 | 1100001 | 100111 |
Color Harmonies of #C43A03
Complementary color
Monochromatic Colors of #C43A03
Black with #C43A03
Text Example
Text Example
White with #C43A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A03; }
p { color: rgb(196,58,3); }
H1.HeaderClassName
{
color: #C43A03;
}
.AnyTagClassName
{
color: #C43A03;
}
</style>
background-color css
<style>
a { background-color: #C43A03; }
a { background-color: rgb(196,58,3); }
div.DivClassName
{
background-color: #C43A03;
}
.BgClassName
{
background-color: #C43A03;
}
</style>
border-color css
<style>
span { border-color: #C43A03; }
span { border-color: rgb(196,58,3); }
td.TdClassName
{
border-color: #C43A03;
}
.TagClassName
{
border-color: #C43A03;
}
</style>