Shades of Rust #CB4D16
Tints of Rust #CB4D16
RGB
CMYK
RGB Variations
Color information
#CB4D16 (or 0xCB4D16) is known color: Rust. HEX triplet: CB, 4D and 16. RGB value is (203,77,22). Sum of RGB (Red+Green+Blue) = 203+77+22=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D16 is #34B2E9. Grayscale: #6C6C6C. Windows color (decimal): -3453674 or 1461707. OLE color: 1461707.
HSL color Cylindrical-coordinate representation of color #CB4D16: hue angle of 18.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB4D16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.20 |
| HSL | 18.23º | 0.8% | 0.44% | - |
| HSV(B) | 18.23º | 0.89% | 0.8% | - |
| XYZ | 27.43 | 18.06 | 2.8 | - |
| YUV | 108.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 22 | 0 | 0.62 | 0.89 | 0.20 | 18.23 | 0.8 | 0.44 |
| Hex | CB | 4D | 16 | 0 | 3E | 59 | 14 | 12 | 50 | 2C |
| Octal | 313 | 115 | 26 | 0 | 76 | 131 | 24 | 22 | 120 | 54 |
| Binary | 11001011 | 1001101 | 10110 | 0 | 111110 | 1011001 | 10100 | 10010 | 1010000 | 101100 |
Color Harmonies of #CB4D16
Complementary color
Monochromatic Colors of #CB4D16
Black with #CB4D16
Text Example
Text Example
White with #CB4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D16; }
p { color: rgb(203,77,22); }
H1.HeaderClassName
{
color: #CB4D16;
}
.AnyTagClassName
{
color: #CB4D16;
}
</style>
background-color css
<style>
a { background-color: #CB4D16; }
a { background-color: rgb(203,77,22); }
div.DivClassName
{
background-color: #CB4D16;
}
.BgClassName
{
background-color: #CB4D16;
}
</style>
border-color css
<style>
span { border-color: #CB4D16; }
span { border-color: rgb(203,77,22); }
td.TdClassName
{
border-color: #CB4D16;
}
.TagClassName
{
border-color: #CB4D16;
}
</style>