Shades of Rust #C43D05
Tints of Rust #C43D05
RGB
CMYK
RGB Variations
Color information
#C43D05 (or 0xC43D05) is known color: Rust. HEX triplet: C4, 3D and 05. RGB value is (196,61,5). Sum of RGB (Red+Green+Blue) = 196+61+5=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43D05 is #3BC2FA. Grayscale: #5F5F5F. Windows color (decimal): -3916539 or 343492. OLE color: 343492.
HSL color Cylindrical-coordinate representation of color #C43D05: hue angle of 17.59º 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 #C43D05 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.23 |
| HSL | 17.59º | 0.95% | 0.39% | - |
| HSV(B) | 17.59º | 0.97% | 0.77% | - |
| XYZ | 24.46 | 15.08 | 1.77 | - |
| YUV | 94.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 5 | 0 | 0.69 | 0.97 | 0.23 | 17.59 | 0.95 | 0.39 |
| Hex | C4 | 3D | 5 | 0 | 45 | 61 | 17 | 12 | 5F | 27 |
| Octal | 304 | 75 | 5 | 0 | 105 | 141 | 27 | 22 | 137 | 47 |
| Binary | 11000100 | 111101 | 101 | 0 | 1000101 | 1100001 | 10111 | 10010 | 1011111 | 100111 |
Color Harmonies of #C43D05
Complementary color
Monochromatic Colors of #C43D05
Black with #C43D05
Text Example
Text Example
White with #C43D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D05; }
p { color: rgb(196,61,5); }
H1.HeaderClassName
{
color: #C43D05;
}
.AnyTagClassName
{
color: #C43D05;
}
</style>
background-color css
<style>
a { background-color: #C43D05; }
a { background-color: rgb(196,61,5); }
div.DivClassName
{
background-color: #C43D05;
}
.BgClassName
{
background-color: #C43D05;
}
</style>
border-color css
<style>
span { border-color: #C43D05; }
span { border-color: rgb(196,61,5); }
td.TdClassName
{
border-color: #C43D05;
}
.TagClassName
{
border-color: #C43D05;
}
</style>