Shades of Rust #C43A00
Tints of Rust #C43A00
RGB
CMYK
RGB Variations
Color information
#C43A00 (or 0xC43A00) is known color: Rust. HEX triplet: C4, 3A and 00. RGB value is (196,58,0). Sum of RGB (Red+Green+Blue) = 196+58+0=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A00 is #3BC5FF. Grayscale: #5D5D5D. Windows color (decimal): -3917312 or 15044. OLE color: 15044.
HSL color Cylindrical-coordinate representation of color #C43A00: hue angle of 17.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C43A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.23 |
| HSL | 17.76º | 1% | 0.38% | - |
| HSV(B) | 17.76º | 1% | 0.77% | - |
| XYZ | 24.28 | 14.76 | 1.57 | - |
| YUV | 92.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 0 | 0 | 0.70 | 1 | 0.23 | 17.76 | 1 | 0.38 |
| Hex | C4 | 3A | 0 | 0 | 46 | 64 | 17 | 12 | 64 | 26 |
| Octal | 304 | 72 | 0 | 0 | 106 | 144 | 27 | 22 | 144 | 46 |
| Binary | 11000100 | 111010 | 0 | 0 | 1000110 | 1100100 | 10111 | 10010 | 1100100 | 100110 |
Color Harmonies of #C43A00
Complementary color
Monochromatic Colors of #C43A00
Black with #C43A00
Text Example
Text Example
White with #C43A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A00; }
p { color: rgb(196,58,0); }
H1.HeaderClassName
{
color: #C43A00;
}
.AnyTagClassName
{
color: #C43A00;
}
</style>
background-color css
<style>
a { background-color: #C43A00; }
a { background-color: rgb(196,58,0); }
div.DivClassName
{
background-color: #C43A00;
}
.BgClassName
{
background-color: #C43A00;
}
</style>
border-color css
<style>
span { border-color: #C43A00; }
span { border-color: rgb(196,58,0); }
td.TdClassName
{
border-color: #C43A00;
}
.TagClassName
{
border-color: #C43A00;
}
</style>