Shades of Rust #CB4D15
Tints of Rust #CB4D15
RGB
CMYK
RGB Variations
Color information
#CB4D15 (or 0xCB4D15) is known color: Rust. HEX triplet: CB, 4D and 15. RGB value is (203,77,21). Sum of RGB (Red+Green+Blue) = 203+77+21=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D15 is #34B2EA. Grayscale: #6C6C6C. Windows color (decimal): -3453675 or 1396171. OLE color: 1396171.
HSL color Cylindrical-coordinate representation of color #CB4D15: hue angle of 18.46º 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 #CB4D15 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 21 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.20 |
| HSL | 18.46º | 0.81% | 0.44% | - |
| HSV(B) | 18.46º | 0.9% | 0.8% | - |
| XYZ | 27.42 | 18.06 | 2.75 | - |
| YUV | 108.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 21 | 0 | 0.62 | 0.90 | 0.20 | 18.46 | 0.81 | 0.44 |
| Hex | CB | 4D | 15 | 0 | 3E | 5A | 14 | 12 | 51 | 2C |
| Octal | 313 | 115 | 25 | 0 | 76 | 132 | 24 | 22 | 121 | 54 |
| Binary | 11001011 | 1001101 | 10101 | 0 | 111110 | 1011010 | 10100 | 10010 | 1010001 | 101100 |
Color Harmonies of #CB4D15
Complementary color
Monochromatic Colors of #CB4D15
Black with #CB4D15
Text Example
Text Example
White with #CB4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D15; }
p { color: rgb(203,77,21); }
H1.HeaderClassName
{
color: #CB4D15;
}
.AnyTagClassName
{
color: #CB4D15;
}
</style>
background-color css
<style>
a { background-color: #CB4D15; }
a { background-color: rgb(203,77,21); }
div.DivClassName
{
background-color: #CB4D15;
}
.BgClassName
{
background-color: #CB4D15;
}
</style>
border-color css
<style>
span { border-color: #CB4D15; }
span { border-color: rgb(203,77,21); }
td.TdClassName
{
border-color: #CB4D15;
}
.TagClassName
{
border-color: #CB4D15;
}
</style>