Shades of Rust #CB4915
Tints of Rust #CB4915
RGB
CMYK
RGB Variations
Color information
#CB4915 (or 0xCB4915) is known color: Rust. HEX triplet: CB, 49 and 15. RGB value is (203,73,21). Sum of RGB (Red+Green+Blue) = 203+73+21=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4915 is #34B6EA. Grayscale: #6A6A6A. Windows color (decimal): -3454699 or 1395147. OLE color: 1395147.
HSL color Cylindrical-coordinate representation of color #CB4915: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4915 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.20 |
| HSL | 17.14º | 0.81% | 0.44% | - |
| HSV(B) | 17.14º | 0.9% | 0.8% | - |
| XYZ | 27.15 | 17.52 | 2.66 | - |
| YUV | 105.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 21 | 0 | 0.64 | 0.90 | 0.20 | 17.14 | 0.81 | 0.44 |
| Hex | CB | 49 | 15 | 0 | 40 | 5A | 14 | 11 | 51 | 2C |
| Octal | 313 | 111 | 25 | 0 | 100 | 132 | 24 | 21 | 121 | 54 |
| Binary | 11001011 | 1001001 | 10101 | 0 | 1000000 | 1011010 | 10100 | 10001 | 1010001 | 101100 |
Color Harmonies of #CB4915
Complementary color
Monochromatic Colors of #CB4915
Black with #CB4915
Text Example
Text Example
White with #CB4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4915; }
p { color: rgb(203,73,21); }
H1.HeaderClassName
{
color: #CB4915;
}
.AnyTagClassName
{
color: #CB4915;
}
</style>
background-color css
<style>
a { background-color: #CB4915; }
a { background-color: rgb(203,73,21); }
div.DivClassName
{
background-color: #CB4915;
}
.BgClassName
{
background-color: #CB4915;
}
</style>
border-color css
<style>
span { border-color: #CB4915; }
span { border-color: rgb(203,73,21); }
td.TdClassName
{
border-color: #CB4915;
}
.TagClassName
{
border-color: #CB4915;
}
</style>