Shades of Rust #C43900
Tints of Rust #C43900
RGB
CMYK
RGB Variations
Color information
#C43900 (or 0xC43900) is known color: Rust. HEX triplet: C4, 39 and 00. RGB value is (196,57,0). Sum of RGB (Red+Green+Blue) = 196+57+0=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C43900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43900 is #3BC6FF. Grayscale: #5C5C5C. Windows color (decimal): -3917568 or 14788. OLE color: 14788.
HSL color Cylindrical-coordinate representation of color #C43900: hue angle of 17.45º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C43900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.23 |
| HSL | 17.45º | 1% | 0.38% | - |
| HSV(B) | 17.45º | 1% | 0.77% | - |
| XYZ | 24.23 | 14.66 | 1.55 | - |
| YUV | 92.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 0 | 0 | 0.71 | 1 | 0.23 | 17.45 | 1 | 0.38 |
| Hex | C4 | 39 | 0 | 0 | 47 | 64 | 17 | 11 | 64 | 26 |
| Octal | 304 | 71 | 0 | 0 | 107 | 144 | 27 | 21 | 144 | 46 |
| Binary | 11000100 | 111001 | 0 | 0 | 1000111 | 1100100 | 10111 | 10001 | 1100100 | 100110 |
Color Harmonies of #C43900
Complementary color
Monochromatic Colors of #C43900
Black with #C43900
Text Example
Text Example
White with #C43900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43900; }
p { color: rgb(196,57,0); }
H1.HeaderClassName
{
color: #C43900;
}
.AnyTagClassName
{
color: #C43900;
}
</style>
background-color css
<style>
a { background-color: #C43900; }
a { background-color: rgb(196,57,0); }
div.DivClassName
{
background-color: #C43900;
}
.BgClassName
{
background-color: #C43900;
}
</style>
border-color css
<style>
span { border-color: #C43900; }
span { border-color: rgb(196,57,0); }
td.TdClassName
{
border-color: #C43900;
}
.TagClassName
{
border-color: #C43900;
}
</style>