Shades of Rust #C43F0A
Tints of Rust #C43F0A
RGB
CMYK
RGB Variations
Color information
#C43F0A (or 0xC43F0A) is known color: Rust. HEX triplet: C4, 3F and 0A. RGB value is (196,63,10). Sum of RGB (Red+Green+Blue) = 196+63+10=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F0A is #3BC0F5. Grayscale: #616161. Windows color (decimal): -3916022 or 671684. OLE color: 671684.
HSL color Cylindrical-coordinate representation of color #C43F0A: hue angle of 17.1º degrees, saturation: 0.9, 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 #C43F0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.23 |
| HSL | 17.1º | 0.9% | 0.4% | - |
| HSV(B) | 17.1º | 0.95% | 0.77% | - |
| XYZ | 24.6 | 15.31 | 1.95 | - |
| YUV | 96.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 10 | 0 | 0.68 | 0.95 | 0.23 | 17.1 | 0.9 | 0.4 |
| Hex | C4 | 3F | A | 0 | 44 | 5F | 17 | 11 | 5A | 28 |
| Octal | 304 | 77 | 12 | 0 | 104 | 137 | 27 | 21 | 132 | 50 |
| Binary | 11000100 | 111111 | 1010 | 0 | 1000100 | 1011111 | 10111 | 10001 | 1011010 | 101000 |
Color Harmonies of #C43F0A
Complementary color
Monochromatic Colors of #C43F0A
Black with #C43F0A
Text Example
Text Example
White with #C43F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F0A; }
p { color: rgb(196,63,10); }
H1.HeaderClassName
{
color: #C43F0A;
}
.AnyTagClassName
{
color: #C43F0A;
}
</style>
background-color css
<style>
a { background-color: #C43F0A; }
a { background-color: rgb(196,63,10); }
div.DivClassName
{
background-color: #C43F0A;
}
.BgClassName
{
background-color: #C43F0A;
}
</style>
border-color css
<style>
span { border-color: #C43F0A; }
span { border-color: rgb(196,63,10); }
td.TdClassName
{
border-color: #C43F0A;
}
.TagClassName
{
border-color: #C43F0A;
}
</style>