Shades of Rust #C0431F
Tints of Rust #C0431F
RGB
CMYK
RGB Variations
Color information
#C0431F (or 0xC0431F) is known color: Rust. HEX triplet: C0, 43 and 1F. RGB value is (192,67,31). Sum of RGB (Red+Green+Blue) = 192+67+31=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0431F is #3FBCE0. Grayscale: #646464. Windows color (decimal): -4177121 or 2048960. OLE color: 2048960.
HSL color Cylindrical-coordinate representation of color #C0431F: hue angle of 13.42º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0431F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.42º | 0.72% | 0.44% | - |
| HSV(B) | 13.42º | 0.84% | 0.75% | - |
| XYZ | 23.99 | 15.32 | 2.99 | - |
| YUV | 100.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 31 | 0 | 0.65 | 0.84 | 0.25 | 13.42 | 0.72 | 0.44 |
| Hex | C0 | 43 | 1F | 0 | 41 | 54 | 19 | D | 48 | 2C |
| Octal | 300 | 103 | 37 | 0 | 101 | 124 | 31 | 15 | 110 | 54 |
| Binary | 11000000 | 1000011 | 11111 | 0 | 1000001 | 1010100 | 11001 | 1101 | 1001000 | 101100 |
Color Harmonies of #C0431F
Complementary color
Monochromatic Colors of #C0431F
Black with #C0431F
Text Example
Text Example
White with #C0431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0431F; }
p { color: rgb(192,67,31); }
H1.HeaderClassName
{
color: #C0431F;
}
.AnyTagClassName
{
color: #C0431F;
}
</style>
background-color css
<style>
a { background-color: #C0431F; }
a { background-color: rgb(192,67,31); }
div.DivClassName
{
background-color: #C0431F;
}
.BgClassName
{
background-color: #C0431F;
}
</style>
border-color css
<style>
span { border-color: #C0431F; }
span { border-color: rgb(192,67,31); }
td.TdClassName
{
border-color: #C0431F;
}
.TagClassName
{
border-color: #C0431F;
}
</style>