Shades of Rust #CB4811
Tints of Rust #CB4811
RGB
CMYK
RGB Variations
Color information
#CB4811 (or 0xCB4811) is known color: Rust. HEX triplet: CB, 48 and 11. RGB value is (203,72,17). Sum of RGB (Red+Green+Blue) = 203+72+17=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4811 is #34B7EE. Grayscale: #696969. Windows color (decimal): -3454959 or 1132747. OLE color: 1132747.
HSL color Cylindrical-coordinate representation of color #CB4811: hue angle of 17.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB4811 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.20 |
| HSL | 17.74º | 0.85% | 0.43% | - |
| HSV(B) | 17.74º | 0.92% | 0.8% | - |
| XYZ | 27.05 | 17.37 | 2.46 | - |
| YUV | 104.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 17 | 0 | 0.65 | 0.92 | 0.20 | 17.74 | 0.85 | 0.43 |
| Hex | CB | 48 | 11 | 0 | 41 | 5C | 14 | 12 | 55 | 2B |
| Octal | 313 | 110 | 21 | 0 | 101 | 134 | 24 | 22 | 125 | 53 |
| Binary | 11001011 | 1001000 | 10001 | 0 | 1000001 | 1011100 | 10100 | 10010 | 1010101 | 101011 |
Color Harmonies of #CB4811
Complementary color
Monochromatic Colors of #CB4811
Black with #CB4811
Text Example
Text Example
White with #CB4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4811; }
p { color: rgb(203,72,17); }
H1.HeaderClassName
{
color: #CB4811;
}
.AnyTagClassName
{
color: #CB4811;
}
</style>
background-color css
<style>
a { background-color: #CB4811; }
a { background-color: rgb(203,72,17); }
div.DivClassName
{
background-color: #CB4811;
}
.BgClassName
{
background-color: #CB4811;
}
</style>
border-color css
<style>
span { border-color: #CB4811; }
span { border-color: rgb(203,72,17); }
td.TdClassName
{
border-color: #CB4811;
}
.TagClassName
{
border-color: #CB4811;
}
</style>