Shades of Rust #C43A06
Tints of Rust #C43A06
RGB
CMYK
RGB Variations
Color information
#C43A06 (or 0xC43A06) is known color: Rust. HEX triplet: C4, 3A and 06. RGB value is (196,58,6). Sum of RGB (Red+Green+Blue) = 196+58+6=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A06 is #3BC5F9. Grayscale: #5D5D5D. Windows color (decimal): -3917306 or 408260. OLE color: 408260.
HSL color Cylindrical-coordinate representation of color #C43A06: hue angle of 16.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C43A06 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.23 |
| HSL | 16.42º | 0.94% | 0.4% | - |
| HSV(B) | 16.42º | 0.97% | 0.77% | - |
| XYZ | 24.31 | 14.78 | 1.74 | - |
| YUV | 93.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 6 | 0 | 0.70 | 0.97 | 0.23 | 16.42 | 0.94 | 0.4 |
| Hex | C4 | 3A | 6 | 0 | 46 | 61 | 17 | 10 | 5E | 28 |
| Octal | 304 | 72 | 6 | 0 | 106 | 141 | 27 | 20 | 136 | 50 |
| Binary | 11000100 | 111010 | 110 | 0 | 1000110 | 1100001 | 10111 | 10000 | 1011110 | 101000 |
Color Harmonies of #C43A06
Complementary color
Monochromatic Colors of #C43A06
Black with #C43A06
Text Example
Text Example
White with #C43A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A06; }
p { color: rgb(196,58,6); }
H1.HeaderClassName
{
color: #C43A06;
}
.AnyTagClassName
{
color: #C43A06;
}
</style>
background-color css
<style>
a { background-color: #C43A06; }
a { background-color: rgb(196,58,6); }
div.DivClassName
{
background-color: #C43A06;
}
.BgClassName
{
background-color: #C43A06;
}
</style>
border-color css
<style>
span { border-color: #C43A06; }
span { border-color: rgb(196,58,6); }
td.TdClassName
{
border-color: #C43A06;
}
.TagClassName
{
border-color: #C43A06;
}
</style>