Shades of Rust #C0440B
Tints of Rust #C0440B
RGB
CMYK
RGB Variations
Color information
#C0440B (or 0xC0440B) is known color: Rust. HEX triplet: C0, 44 and 0B. RGB value is (192,68,11). Sum of RGB (Red+Green+Blue) = 192+68+11=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0440B is #3FBBF4. Grayscale: #626262. Windows color (decimal): -4176885 or 738496. OLE color: 738496.
HSL color Cylindrical-coordinate representation of color #C0440B: hue angle of 18.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0440B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.25 |
| HSL | 18.9º | 0.89% | 0.4% | - |
| HSV(B) | 18.9º | 0.94% | 0.75% | - |
| XYZ | 23.87 | 15.36 | 2.02 | - |
| YUV | 98.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 11 | 0 | 0.65 | 0.94 | 0.25 | 18.9 | 0.89 | 0.4 |
| Hex | C0 | 44 | B | 0 | 41 | 5E | 19 | 13 | 59 | 28 |
| Octal | 300 | 104 | 13 | 0 | 101 | 136 | 31 | 23 | 131 | 50 |
| Binary | 11000000 | 1000100 | 1011 | 0 | 1000001 | 1011110 | 11001 | 10011 | 1011001 | 101000 |
Color Harmonies of #C0440B
Complementary color
Monochromatic Colors of #C0440B
Black with #C0440B
Text Example
Text Example
White with #C0440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0440B; }
p { color: rgb(192,68,11); }
H1.HeaderClassName
{
color: #C0440B;
}
.AnyTagClassName
{
color: #C0440B;
}
</style>
background-color css
<style>
a { background-color: #C0440B; }
a { background-color: rgb(192,68,11); }
div.DivClassName
{
background-color: #C0440B;
}
.BgClassName
{
background-color: #C0440B;
}
</style>
border-color css
<style>
span { border-color: #C0440B; }
span { border-color: rgb(192,68,11); }
td.TdClassName
{
border-color: #C0440B;
}
.TagClassName
{
border-color: #C0440B;
}
</style>