Shades of Rust #C0451D
Tints of Rust #C0451D
RGB
CMYK
RGB Variations
Color information
#C0451D (or 0xC0451D) is known color: Rust. HEX triplet: C0, 45 and 1D. RGB value is (192,69,29). Sum of RGB (Red+Green+Blue) = 192+69+29=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0451D is #3FBAE2. Grayscale: #656565. Windows color (decimal): -4176611 or 1918400. OLE color: 1918400.
HSL color Cylindrical-coordinate representation of color #C0451D: hue angle of 14.72º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0451D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.25 |
| HSL | 14.72º | 0.74% | 0.43% | - |
| HSV(B) | 14.72º | 0.85% | 0.75% | - |
| XYZ | 24.09 | 15.55 | 2.89 | - |
| YUV | 101.22 | 87.25 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 29 | 0 | 0.64 | 0.85 | 0.25 | 14.72 | 0.74 | 0.43 |
| Hex | C0 | 45 | 1D | 0 | 40 | 55 | 19 | F | 4A | 2B |
| Octal | 300 | 105 | 35 | 0 | 100 | 125 | 31 | 17 | 112 | 53 |
| Binary | 11000000 | 1000101 | 11101 | 0 | 1000000 | 1010101 | 11001 | 1111 | 1001010 | 101011 |
Color Harmonies of #C0451D
Complementary color
Monochromatic Colors of #C0451D
Black with #C0451D
Text Example
Text Example
White with #C0451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0451D; }
p { color: rgb(192,69,29); }
H1.HeaderClassName
{
color: #C0451D;
}
.AnyTagClassName
{
color: #C0451D;
}
</style>
background-color css
<style>
a { background-color: #C0451D; }
a { background-color: rgb(192,69,29); }
div.DivClassName
{
background-color: #C0451D;
}
.BgClassName
{
background-color: #C0451D;
}
</style>
border-color css
<style>
span { border-color: #C0451D; }
span { border-color: rgb(192,69,29); }
td.TdClassName
{
border-color: #C0451D;
}
.TagClassName
{
border-color: #C0451D;
}
</style>