Shades of Rust #CB4B15
Tints of Rust #CB4B15
RGB
CMYK
RGB Variations
Color information
#CB4B15 (or 0xCB4B15) is known color: Rust. HEX triplet: CB, 4B and 15. RGB value is (203,75,21). Sum of RGB (Red+Green+Blue) = 203+75+21=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B15 is #34B4EA. Grayscale: #6B6B6B. Windows color (decimal): -3454187 or 1395659. OLE color: 1395659.
HSL color Cylindrical-coordinate representation of color #CB4B15: hue angle of 17.8º 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 #CB4B15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.20 |
| HSL | 17.8º | 0.81% | 0.44% | - |
| HSV(B) | 17.8º | 0.9% | 0.8% | - |
| XYZ | 27.28 | 17.78 | 2.7 | - |
| YUV | 107.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 21 | 0 | 0.63 | 0.90 | 0.20 | 17.8 | 0.81 | 0.44 |
| Hex | CB | 4B | 15 | 0 | 3F | 5A | 14 | 12 | 51 | 2C |
| Octal | 313 | 113 | 25 | 0 | 77 | 132 | 24 | 22 | 121 | 54 |
| Binary | 11001011 | 1001011 | 10101 | 0 | 111111 | 1011010 | 10100 | 10010 | 1010001 | 101100 |
Color Harmonies of #CB4B15
Complementary color
Monochromatic Colors of #CB4B15
Black with #CB4B15
Text Example
Text Example
White with #CB4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B15; }
p { color: rgb(203,75,21); }
H1.HeaderClassName
{
color: #CB4B15;
}
.AnyTagClassName
{
color: #CB4B15;
}
</style>
background-color css
<style>
a { background-color: #CB4B15; }
a { background-color: rgb(203,75,21); }
div.DivClassName
{
background-color: #CB4B15;
}
.BgClassName
{
background-color: #CB4B15;
}
</style>
border-color css
<style>
span { border-color: #CB4B15; }
span { border-color: rgb(203,75,21); }
td.TdClassName
{
border-color: #CB4B15;
}
.TagClassName
{
border-color: #CB4B15;
}
</style>