Shades of Rust #C43D09
Tints of Rust #C43D09
RGB
CMYK
RGB Variations
Color information
#C43D09 (or 0xC43D09) is known color: Rust. HEX triplet: C4, 3D and 09. RGB value is (196,61,9). Sum of RGB (Red+Green+Blue) = 196+61+9=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43D09 is #3BC2F6. Grayscale: #5F5F5F. Windows color (decimal): -3916535 or 605636. OLE color: 605636.
HSL color Cylindrical-coordinate representation of color #C43D09: hue angle of 16.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C43D09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.23 |
| HSL | 16.68º | 0.91% | 0.4% | - |
| HSV(B) | 16.68º | 0.95% | 0.77% | - |
| XYZ | 24.48 | 15.09 | 1.88 | - |
| YUV | 95.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 9 | 0 | 0.69 | 0.95 | 0.23 | 16.68 | 0.91 | 0.4 |
| Hex | C4 | 3D | 9 | 0 | 45 | 5F | 17 | 11 | 5B | 28 |
| Octal | 304 | 75 | 11 | 0 | 105 | 137 | 27 | 21 | 133 | 50 |
| Binary | 11000100 | 111101 | 1001 | 0 | 1000101 | 1011111 | 10111 | 10001 | 1011011 | 101000 |
Color Harmonies of #C43D09
Complementary color
Monochromatic Colors of #C43D09
Black with #C43D09
Text Example
Text Example
White with #C43D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D09; }
p { color: rgb(196,61,9); }
H1.HeaderClassName
{
color: #C43D09;
}
.AnyTagClassName
{
color: #C43D09;
}
</style>
background-color css
<style>
a { background-color: #C43D09; }
a { background-color: rgb(196,61,9); }
div.DivClassName
{
background-color: #C43D09;
}
.BgClassName
{
background-color: #C43D09;
}
</style>
border-color css
<style>
span { border-color: #C43D09; }
span { border-color: rgb(196,61,9); }
td.TdClassName
{
border-color: #C43D09;
}
.TagClassName
{
border-color: #C43D09;
}
</style>