Shades of Rust #C43F0D
Tints of Rust #C43F0D
RGB
CMYK
RGB Variations
Color information
#C43F0D (or 0xC43F0D) is known color: Rust. HEX triplet: C4, 3F and 0D. RGB value is (196,63,13). Sum of RGB (Red+Green+Blue) = 196+63+13=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F0D is #3BC0F2. Grayscale: #616161. Windows color (decimal): -3916019 or 868292. OLE color: 868292.
HSL color Cylindrical-coordinate representation of color #C43F0D: hue angle of 16.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C43F0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.23 |
| HSL | 16.39º | 0.88% | 0.41% | - |
| HSV(B) | 16.39º | 0.93% | 0.77% | - |
| XYZ | 24.62 | 15.32 | 2.04 | - |
| YUV | 97.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 13 | 0 | 0.68 | 0.93 | 0.23 | 16.39 | 0.88 | 0.41 |
| Hex | C4 | 3F | D | 0 | 44 | 5D | 17 | 10 | 58 | 29 |
| Octal | 304 | 77 | 15 | 0 | 104 | 135 | 27 | 20 | 130 | 51 |
| Binary | 11000100 | 111111 | 1101 | 0 | 1000100 | 1011101 | 10111 | 10000 | 1011000 | 101001 |
Color Harmonies of #C43F0D
Complementary color
Monochromatic Colors of #C43F0D
Black with #C43F0D
Text Example
Text Example
White with #C43F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F0D; }
p { color: rgb(196,63,13); }
H1.HeaderClassName
{
color: #C43F0D;
}
.AnyTagClassName
{
color: #C43F0D;
}
</style>
background-color css
<style>
a { background-color: #C43F0D; }
a { background-color: rgb(196,63,13); }
div.DivClassName
{
background-color: #C43F0D;
}
.BgClassName
{
background-color: #C43F0D;
}
</style>
border-color css
<style>
span { border-color: #C43F0D; }
span { border-color: rgb(196,63,13); }
td.TdClassName
{
border-color: #C43F0D;
}
.TagClassName
{
border-color: #C43F0D;
}
</style>