Shades of Rust #C43E09
Tints of Rust #C43E09
RGB
CMYK
RGB Variations
Color information
#C43E09 (or 0xC43E09) is known color: Rust. HEX triplet: C4, 3E and 09. RGB value is (196,62,9). Sum of RGB (Red+Green+Blue) = 196+62+9=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E09 is #3BC1F6. Grayscale: #606060. Windows color (decimal): -3916279 or 605892. OLE color: 605892.
HSL color Cylindrical-coordinate representation of color #C43E09: hue angle of 17.01º 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 #C43E09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.23 |
| HSL | 17.01º | 0.91% | 0.4% | - |
| HSV(B) | 17.01º | 0.95% | 0.77% | - |
| XYZ | 24.54 | 15.2 | 1.9 | - |
| YUV | 96.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 9 | 0 | 0.68 | 0.95 | 0.23 | 17.01 | 0.91 | 0.4 |
| Hex | C4 | 3E | 9 | 0 | 44 | 5F | 17 | 11 | 5B | 28 |
| Octal | 304 | 76 | 11 | 0 | 104 | 137 | 27 | 21 | 133 | 50 |
| Binary | 11000100 | 111110 | 1001 | 0 | 1000100 | 1011111 | 10111 | 10001 | 1011011 | 101000 |
Color Harmonies of #C43E09
Complementary color
Monochromatic Colors of #C43E09
Black with #C43E09
Text Example
Text Example
White with #C43E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E09; }
p { color: rgb(196,62,9); }
H1.HeaderClassName
{
color: #C43E09;
}
.AnyTagClassName
{
color: #C43E09;
}
</style>
background-color css
<style>
a { background-color: #C43E09; }
a { background-color: rgb(196,62,9); }
div.DivClassName
{
background-color: #C43E09;
}
.BgClassName
{
background-color: #C43E09;
}
</style>
border-color css
<style>
span { border-color: #C43E09; }
span { border-color: rgb(196,62,9); }
td.TdClassName
{
border-color: #C43E09;
}
.TagClassName
{
border-color: #C43E09;
}
</style>