Shades of Rust #CB4306
Tints of Rust #CB4306
RGB
CMYK
RGB Variations
Color information
#CB4306 (or 0xCB4306) is known color: Rust. HEX triplet: CB, 43 and 06. RGB value is (203,67,6). Sum of RGB (Red+Green+Blue) = 203+67+6=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4306 is #34BCF9. Grayscale: #656565. Windows color (decimal): -3456250 or 410571. OLE color: 410571.
HSL color Cylindrical-coordinate representation of color #CB4306: hue angle of 18.58º 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 #CB4306 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.20 |
| HSL | 18.58º | 0.94% | 0.41% | - |
| HSV(B) | 18.58º | 0.97% | 0.8% | - |
| XYZ | 26.67 | 16.72 | 1.99 | - |
| YUV | 100.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 6 | 0 | 0.67 | 0.97 | 0.20 | 18.58 | 0.94 | 0.41 |
| Hex | CB | 43 | 6 | 0 | 43 | 61 | 14 | 13 | 5E | 29 |
| Octal | 313 | 103 | 6 | 0 | 103 | 141 | 24 | 23 | 136 | 51 |
| Binary | 11001011 | 1000011 | 110 | 0 | 1000011 | 1100001 | 10100 | 10011 | 1011110 | 101001 |
Color Harmonies of #CB4306
Complementary color
Monochromatic Colors of #CB4306
Black with #CB4306
Text Example
Text Example
White with #CB4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4306; }
p { color: rgb(203,67,6); }
H1.HeaderClassName
{
color: #CB4306;
}
.AnyTagClassName
{
color: #CB4306;
}
</style>
background-color css
<style>
a { background-color: #CB4306; }
a { background-color: rgb(203,67,6); }
div.DivClassName
{
background-color: #CB4306;
}
.BgClassName
{
background-color: #CB4306;
}
</style>
border-color css
<style>
span { border-color: #CB4306; }
span { border-color: rgb(203,67,6); }
td.TdClassName
{
border-color: #CB4306;
}
.TagClassName
{
border-color: #CB4306;
}
</style>