Shades of Rust #CB4206
Tints of Rust #CB4206
RGB
CMYK
RGB Variations
Color information
#CB4206 (or 0xCB4206) is known color: Rust. HEX triplet: CB, 42 and 06. RGB value is (203,66,6). Sum of RGB (Red+Green+Blue) = 203+66+6=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4206 is #34BDF9. Grayscale: #646464. Windows color (decimal): -3456506 or 410315. OLE color: 410315.
HSL color Cylindrical-coordinate representation of color #CB4206: hue angle of 18.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB4206 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.20 |
| HSL | 18.27º | 0.94% | 0.41% | - |
| HSV(B) | 18.27º | 0.97% | 0.8% | - |
| XYZ | 26.61 | 16.61 | 1.98 | - |
| YUV | 100.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 6 | 0 | 0.67 | 0.97 | 0.20 | 18.27 | 0.94 | 0.41 |
| Hex | CB | 42 | 6 | 0 | 43 | 61 | 14 | 12 | 5E | 29 |
| Octal | 313 | 102 | 6 | 0 | 103 | 141 | 24 | 22 | 136 | 51 |
| Binary | 11001011 | 1000010 | 110 | 0 | 1000011 | 1100001 | 10100 | 10010 | 1011110 | 101001 |
Color Harmonies of #CB4206
Complementary color
Monochromatic Colors of #CB4206
Black with #CB4206
Text Example
Text Example
White with #CB4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4206; }
p { color: rgb(203,66,6); }
H1.HeaderClassName
{
color: #CB4206;
}
.AnyTagClassName
{
color: #CB4206;
}
</style>
background-color css
<style>
a { background-color: #CB4206; }
a { background-color: rgb(203,66,6); }
div.DivClassName
{
background-color: #CB4206;
}
.BgClassName
{
background-color: #CB4206;
}
</style>
border-color css
<style>
span { border-color: #CB4206; }
span { border-color: rgb(203,66,6); }
td.TdClassName
{
border-color: #CB4206;
}
.TagClassName
{
border-color: #CB4206;
}
</style>