Shades of Rust #C0411B
Tints of Rust #C0411B
RGB
CMYK
RGB Variations
Color information
#C0411B (or 0xC0411B) is known color: Rust. HEX triplet: C0, 41 and 1B. RGB value is (192,65,27). Sum of RGB (Red+Green+Blue) = 192+65+27=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0411B is #3FBEE4. Grayscale: #626262. Windows color (decimal): -4177637 or 1786304. OLE color: 1786304.
HSL color Cylindrical-coordinate representation of color #C0411B: hue angle of 13.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0411B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.25 |
| HSL | 13.82º | 0.75% | 0.43% | - |
| HSV(B) | 13.82º | 0.86% | 0.75% | - |
| XYZ | 23.83 | 15.07 | 2.69 | - |
| YUV | 98.64 | 87.58 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 27 | 0 | 0.66 | 0.86 | 0.25 | 13.82 | 0.75 | 0.43 |
| Hex | C0 | 41 | 1B | 0 | 42 | 56 | 19 | E | 4B | 2B |
| Octal | 300 | 101 | 33 | 0 | 102 | 126 | 31 | 16 | 113 | 53 |
| Binary | 11000000 | 1000001 | 11011 | 0 | 1000010 | 1010110 | 11001 | 1110 | 1001011 | 101011 |
Color Harmonies of #C0411B
Complementary color
Monochromatic Colors of #C0411B
Black with #C0411B
Text Example
Text Example
White with #C0411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0411B; }
p { color: rgb(192,65,27); }
H1.HeaderClassName
{
color: #C0411B;
}
.AnyTagClassName
{
color: #C0411B;
}
</style>
background-color css
<style>
a { background-color: #C0411B; }
a { background-color: rgb(192,65,27); }
div.DivClassName
{
background-color: #C0411B;
}
.BgClassName
{
background-color: #C0411B;
}
</style>
border-color css
<style>
span { border-color: #C0411B; }
span { border-color: rgb(192,65,27); }
td.TdClassName
{
border-color: #C0411B;
}
.TagClassName
{
border-color: #C0411B;
}
</style>