Shades of Rust #C0451B
Tints of Rust #C0451B
RGB
CMYK
RGB Variations
Color information
#C0451B (or 0xC0451B) is known color: Rust. HEX triplet: C0, 45 and 1B. RGB value is (192,69,27). Sum of RGB (Red+Green+Blue) = 192+69+27=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0451B is #3FBAE4. Grayscale: #656565. Windows color (decimal): -4176613 or 1787328. OLE color: 1787328.
HSL color Cylindrical-coordinate representation of color #C0451B: hue angle of 15.27º 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 #C0451B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.25 |
| HSL | 15.27º | 0.75% | 0.43% | - |
| HSV(B) | 15.27º | 0.86% | 0.75% | - |
| XYZ | 24.06 | 15.54 | 2.77 | - |
| YUV | 100.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 27 | 0 | 0.64 | 0.86 | 0.25 | 15.27 | 0.75 | 0.43 |
| Hex | C0 | 45 | 1B | 0 | 40 | 56 | 19 | F | 4B | 2B |
| Octal | 300 | 105 | 33 | 0 | 100 | 126 | 31 | 17 | 113 | 53 |
| Binary | 11000000 | 1000101 | 11011 | 0 | 1000000 | 1010110 | 11001 | 1111 | 1001011 | 101011 |
Color Harmonies of #C0451B
Complementary color
Monochromatic Colors of #C0451B
Black with #C0451B
Text Example
Text Example
White with #C0451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0451B; }
p { color: rgb(192,69,27); }
H1.HeaderClassName
{
color: #C0451B;
}
.AnyTagClassName
{
color: #C0451B;
}
</style>
background-color css
<style>
a { background-color: #C0451B; }
a { background-color: rgb(192,69,27); }
div.DivClassName
{
background-color: #C0451B;
}
.BgClassName
{
background-color: #C0451B;
}
</style>
border-color css
<style>
span { border-color: #C0451B; }
span { border-color: rgb(192,69,27); }
td.TdClassName
{
border-color: #C0451B;
}
.TagClassName
{
border-color: #C0451B;
}
</style>