Shades of Rust #CB4A16
Tints of Rust #CB4A16
RGB
CMYK
RGB Variations
Color information
#CB4A16 (or 0xCB4A16) is known color: Rust. HEX triplet: CB, 4A and 16. RGB value is (203,74,22). Sum of RGB (Red+Green+Blue) = 203+74+22=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A16 is #34B5E9. Grayscale: #6A6A6A. Windows color (decimal): -3454442 or 1460939. OLE color: 1460939.
HSL color Cylindrical-coordinate representation of color #CB4A16: hue angle of 17.24º 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 #CB4A16 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.20 |
| HSL | 17.24º | 0.8% | 0.44% | - |
| HSV(B) | 17.24º | 0.89% | 0.8% | - |
| XYZ | 27.22 | 17.65 | 2.73 | - |
| YUV | 106.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 22 | 0 | 0.64 | 0.89 | 0.20 | 17.24 | 0.8 | 0.44 |
| Hex | CB | 4A | 16 | 0 | 40 | 59 | 14 | 11 | 50 | 2C |
| Octal | 313 | 112 | 26 | 0 | 100 | 131 | 24 | 21 | 120 | 54 |
| Binary | 11001011 | 1001010 | 10110 | 0 | 1000000 | 1011001 | 10100 | 10001 | 1010000 | 101100 |
Color Harmonies of #CB4A16
Complementary color
Monochromatic Colors of #CB4A16
Black with #CB4A16
Text Example
Text Example
White with #CB4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A16; }
p { color: rgb(203,74,22); }
H1.HeaderClassName
{
color: #CB4A16;
}
.AnyTagClassName
{
color: #CB4A16;
}
</style>
background-color css
<style>
a { background-color: #CB4A16; }
a { background-color: rgb(203,74,22); }
div.DivClassName
{
background-color: #CB4A16;
}
.BgClassName
{
background-color: #CB4A16;
}
</style>
border-color css
<style>
span { border-color: #CB4A16; }
span { border-color: rgb(203,74,22); }
td.TdClassName
{
border-color: #CB4A16;
}
.TagClassName
{
border-color: #CB4A16;
}
</style>