Shades of Rust #C0451E
Tints of Rust #C0451E
RGB
CMYK
RGB Variations
Color information
#C0451E (or 0xC0451E) is known color: Rust. HEX triplet: C0, 45 and 1E. RGB value is (192,69,30). Sum of RGB (Red+Green+Blue) = 192+69+30=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0451E is #3FBAE1. Grayscale: #656565. Windows color (decimal): -4176610 or 1983936. OLE color: 1983936.
HSL color Cylindrical-coordinate representation of color #C0451E: hue angle of 14.44º degrees, saturation: 0.73, 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 #C0451E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 30 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.25 |
| HSL | 14.44º | 0.73% | 0.44% | - |
| HSV(B) | 14.44º | 0.84% | 0.75% | - |
| XYZ | 24.1 | 15.56 | 2.96 | - |
| YUV | 101.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 30 | 0 | 0.64 | 0.84 | 0.25 | 14.44 | 0.73 | 0.44 |
| Hex | C0 | 45 | 1E | 0 | 40 | 54 | 19 | E | 49 | 2C |
| Octal | 300 | 105 | 36 | 0 | 100 | 124 | 31 | 16 | 111 | 54 |
| Binary | 11000000 | 1000101 | 11110 | 0 | 1000000 | 1010100 | 11001 | 1110 | 1001001 | 101100 |
Color Harmonies of #C0451E
Complementary color
Monochromatic Colors of #C0451E
Black with #C0451E
Text Example
Text Example
White with #C0451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0451E; }
p { color: rgb(192,69,30); }
H1.HeaderClassName
{
color: #C0451E;
}
.AnyTagClassName
{
color: #C0451E;
}
</style>
background-color css
<style>
a { background-color: #C0451E; }
a { background-color: rgb(192,69,30); }
div.DivClassName
{
background-color: #C0451E;
}
.BgClassName
{
background-color: #C0451E;
}
</style>
border-color css
<style>
span { border-color: #C0451E; }
span { border-color: rgb(192,69,30); }
td.TdClassName
{
border-color: #C0451E;
}
.TagClassName
{
border-color: #C0451E;
}
</style>