Shades of Rust #CB4B16
Tints of Rust #CB4B16
RGB
CMYK
RGB Variations
Color information
#CB4B16 (or 0xCB4B16) is known color: Rust. HEX triplet: CB, 4B and 16. RGB value is (203,75,22). Sum of RGB (Red+Green+Blue) = 203+75+22=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B16 is #34B4E9. Grayscale: #6B6B6B. Windows color (decimal): -3454186 or 1461195. OLE color: 1461195.
HSL color Cylindrical-coordinate representation of color #CB4B16: hue angle of 17.57º 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 #CB4B16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 22 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.20 |
| HSL | 17.57º | 0.8% | 0.44% | - |
| HSV(B) | 17.57º | 0.89% | 0.8% | - |
| XYZ | 27.29 | 17.79 | 2.75 | - |
| YUV | 107.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 22 | 0 | 0.63 | 0.89 | 0.20 | 17.57 | 0.8 | 0.44 |
| Hex | CB | 4B | 16 | 0 | 3F | 59 | 14 | 12 | 50 | 2C |
| Octal | 313 | 113 | 26 | 0 | 77 | 131 | 24 | 22 | 120 | 54 |
| Binary | 11001011 | 1001011 | 10110 | 0 | 111111 | 1011001 | 10100 | 10010 | 1010000 | 101100 |
Color Harmonies of #CB4B16
Complementary color
Monochromatic Colors of #CB4B16
Black with #CB4B16
Text Example
Text Example
White with #CB4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B16; }
p { color: rgb(203,75,22); }
H1.HeaderClassName
{
color: #CB4B16;
}
.AnyTagClassName
{
color: #CB4B16;
}
</style>
background-color css
<style>
a { background-color: #CB4B16; }
a { background-color: rgb(203,75,22); }
div.DivClassName
{
background-color: #CB4B16;
}
.BgClassName
{
background-color: #CB4B16;
}
</style>
border-color css
<style>
span { border-color: #CB4B16; }
span { border-color: rgb(203,75,22); }
td.TdClassName
{
border-color: #CB4B16;
}
.TagClassName
{
border-color: #CB4B16;
}
</style>