Shades of Rust #C04311
Tints of Rust #C04311
RGB
CMYK
RGB Variations
Color information
#C04311 (or 0xC04311) is known color: Rust. HEX triplet: C0, 43 and 11. RGB value is (192,67,17). Sum of RGB (Red+Green+Blue) = 192+67+17=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04311 is #3FBCEE. Grayscale: #636363. Windows color (decimal): -4177135 or 1131456. OLE color: 1131456.
HSL color Cylindrical-coordinate representation of color #C04311: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04311 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.25 |
| HSL | 17.14º | 0.84% | 0.41% | - |
| HSV(B) | 17.14º | 0.91% | 0.75% | - |
| XYZ | 23.85 | 15.26 | 2.22 | - |
| YUV | 98.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 17 | 0 | 0.65 | 0.91 | 0.25 | 17.14 | 0.84 | 0.41 |
| Hex | C0 | 43 | 11 | 0 | 41 | 5B | 19 | 11 | 54 | 29 |
| Octal | 300 | 103 | 21 | 0 | 101 | 133 | 31 | 21 | 124 | 51 |
| Binary | 11000000 | 1000011 | 10001 | 0 | 1000001 | 1011011 | 11001 | 10001 | 1010100 | 101001 |
Color Harmonies of #C04311
Complementary color
Monochromatic Colors of #C04311
Black with #C04311
Text Example
Text Example
White with #C04311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04311; }
p { color: rgb(192,67,17); }
H1.HeaderClassName
{
color: #C04311;
}
.AnyTagClassName
{
color: #C04311;
}
</style>
background-color css
<style>
a { background-color: #C04311; }
a { background-color: rgb(192,67,17); }
div.DivClassName
{
background-color: #C04311;
}
.BgClassName
{
background-color: #C04311;
}
</style>
border-color css
<style>
span { border-color: #C04311; }
span { border-color: rgb(192,67,17); }
td.TdClassName
{
border-color: #C04311;
}
.TagClassName
{
border-color: #C04311;
}
</style>