Shades of Rust #C43F0F
Tints of Rust #C43F0F
RGB
CMYK
RGB Variations
Color information
#C43F0F (or 0xC43F0F) is known color: Rust. HEX triplet: C4, 3F and 0F. RGB value is (196,63,15). Sum of RGB (Red+Green+Blue) = 196+63+15=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F0F is #3BC0F0. Grayscale: #616161. Windows color (decimal): -3916017 or 999364. OLE color: 999364.
HSL color Cylindrical-coordinate representation of color #C43F0F: hue angle of 15.91º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C43F0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 15 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.23 |
| HSL | 15.91º | 0.86% | 0.41% | - |
| HSV(B) | 15.91º | 0.92% | 0.77% | - |
| XYZ | 24.63 | 15.33 | 2.11 | - |
| YUV | 97.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 15 | 0 | 0.68 | 0.92 | 0.23 | 15.91 | 0.86 | 0.41 |
| Hex | C4 | 3F | F | 0 | 44 | 5C | 17 | 10 | 56 | 29 |
| Octal | 304 | 77 | 17 | 0 | 104 | 134 | 27 | 20 | 126 | 51 |
| Binary | 11000100 | 111111 | 1111 | 0 | 1000100 | 1011100 | 10111 | 10000 | 1010110 | 101001 |
Color Harmonies of #C43F0F
Complementary color
Monochromatic Colors of #C43F0F
Black with #C43F0F
Text Example
Text Example
White with #C43F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F0F; }
p { color: rgb(196,63,15); }
H1.HeaderClassName
{
color: #C43F0F;
}
.AnyTagClassName
{
color: #C43F0F;
}
</style>
background-color css
<style>
a { background-color: #C43F0F; }
a { background-color: rgb(196,63,15); }
div.DivClassName
{
background-color: #C43F0F;
}
.BgClassName
{
background-color: #C43F0F;
}
</style>
border-color css
<style>
span { border-color: #C43F0F; }
span { border-color: rgb(196,63,15); }
td.TdClassName
{
border-color: #C43F0F;
}
.TagClassName
{
border-color: #C43F0F;
}
</style>