Shades of Rust #C04B1B
Tints of Rust #C04B1B
RGB
CMYK
RGB Variations
Color information
#C04B1B (or 0xC04B1B) is known color: Rust. HEX triplet: C0, 4B and 1B. RGB value is (192,75,27). Sum of RGB (Red+Green+Blue) = 192+75+27=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B1B is #3FB4E4. Grayscale: #686868. Windows color (decimal): -4175077 or 1788864. OLE color: 1788864.
HSL color Cylindrical-coordinate representation of color #C04B1B: hue angle of 17.45º 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 #C04B1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.25 |
| HSL | 17.45º | 0.75% | 0.43% | - |
| HSV(B) | 17.45º | 0.86% | 0.75% | - |
| XYZ | 24.45 | 16.32 | 2.9 | - |
| YUV | 104.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 27 | 0 | 0.61 | 0.86 | 0.25 | 17.45 | 0.75 | 0.43 |
| Hex | C0 | 4B | 1B | 0 | 3D | 56 | 19 | 11 | 4B | 2B |
| Octal | 300 | 113 | 33 | 0 | 75 | 126 | 31 | 21 | 113 | 53 |
| Binary | 11000000 | 1001011 | 11011 | 0 | 111101 | 1010110 | 11001 | 10001 | 1001011 | 101011 |
Color Harmonies of #C04B1B
Complementary color
Monochromatic Colors of #C04B1B
Black with #C04B1B
Text Example
Text Example
White with #C04B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B1B; }
p { color: rgb(192,75,27); }
H1.HeaderClassName
{
color: #C04B1B;
}
.AnyTagClassName
{
color: #C04B1B;
}
</style>
background-color css
<style>
a { background-color: #C04B1B; }
a { background-color: rgb(192,75,27); }
div.DivClassName
{
background-color: #C04B1B;
}
.BgClassName
{
background-color: #C04B1B;
}
</style>
border-color css
<style>
span { border-color: #C04B1B; }
span { border-color: rgb(192,75,27); }
td.TdClassName
{
border-color: #C04B1B;
}
.TagClassName
{
border-color: #C04B1B;
}
</style>