Shades of Rust #C43A05
Tints of Rust #C43A05
RGB
CMYK
RGB Variations
Color information
#C43A05 (or 0xC43A05) is known color: Rust. HEX triplet: C4, 3A and 05. RGB value is (196,58,5). Sum of RGB (Red+Green+Blue) = 196+58+5=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A05 is #3BC5FA. Grayscale: #5D5D5D. Windows color (decimal): -3917307 or 342724. OLE color: 342724.
HSL color Cylindrical-coordinate representation of color #C43A05: hue angle of 16.65º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C43A05 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.23 |
| HSL | 16.65º | 0.95% | 0.39% | - |
| HSV(B) | 16.65º | 0.97% | 0.77% | - |
| XYZ | 24.31 | 14.77 | 1.71 | - |
| YUV | 93.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 5 | 0 | 0.70 | 0.97 | 0.23 | 16.65 | 0.95 | 0.39 |
| Hex | C4 | 3A | 5 | 0 | 46 | 61 | 17 | 11 | 5F | 27 |
| Octal | 304 | 72 | 5 | 0 | 106 | 141 | 27 | 21 | 137 | 47 |
| Binary | 11000100 | 111010 | 101 | 0 | 1000110 | 1100001 | 10111 | 10001 | 1011111 | 100111 |
Color Harmonies of #C43A05
Complementary color
Monochromatic Colors of #C43A05
Black with #C43A05
Text Example
Text Example
White with #C43A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A05; }
p { color: rgb(196,58,5); }
H1.HeaderClassName
{
color: #C43A05;
}
.AnyTagClassName
{
color: #C43A05;
}
</style>
background-color css
<style>
a { background-color: #C43A05; }
a { background-color: rgb(196,58,5); }
div.DivClassName
{
background-color: #C43A05;
}
.BgClassName
{
background-color: #C43A05;
}
</style>
border-color css
<style>
span { border-color: #C43A05; }
span { border-color: rgb(196,58,5); }
td.TdClassName
{
border-color: #C43A05;
}
.TagClassName
{
border-color: #C43A05;
}
</style>