Shades of Rust #CB4C14
Tints of Rust #CB4C14
RGB
CMYK
RGB Variations
Color information
#CB4C14 (or 0xCB4C14) is known color: Rust. HEX triplet: CB, 4C and 14. RGB value is (203,76,20). Sum of RGB (Red+Green+Blue) = 203+76+20=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C14 is #34B3EB. Grayscale: #6B6B6B. Windows color (decimal): -3453932 or 1330379. OLE color: 1330379.
HSL color Cylindrical-coordinate representation of color #CB4C14: hue angle of 18.36º degrees, saturation: 0.82, 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 #CB4C14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.20 |
| HSL | 18.36º | 0.82% | 0.44% | - |
| HSV(B) | 18.36º | 0.9% | 0.8% | - |
| XYZ | 27.34 | 17.92 | 2.68 | - |
| YUV | 107.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 20 | 0 | 0.63 | 0.90 | 0.20 | 18.36 | 0.82 | 0.44 |
| Hex | CB | 4C | 14 | 0 | 3F | 5A | 14 | 12 | 52 | 2C |
| Octal | 313 | 114 | 24 | 0 | 77 | 132 | 24 | 22 | 122 | 54 |
| Binary | 11001011 | 1001100 | 10100 | 0 | 111111 | 1011010 | 10100 | 10010 | 1010010 | 101100 |
Color Harmonies of #CB4C14
Complementary color
Monochromatic Colors of #CB4C14
Black with #CB4C14
Text Example
Text Example
White with #CB4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C14; }
p { color: rgb(203,76,20); }
H1.HeaderClassName
{
color: #CB4C14;
}
.AnyTagClassName
{
color: #CB4C14;
}
</style>
background-color css
<style>
a { background-color: #CB4C14; }
a { background-color: rgb(203,76,20); }
div.DivClassName
{
background-color: #CB4C14;
}
.BgClassName
{
background-color: #CB4C14;
}
</style>
border-color css
<style>
span { border-color: #CB4C14; }
span { border-color: rgb(203,76,20); }
td.TdClassName
{
border-color: #CB4C14;
}
.TagClassName
{
border-color: #CB4C14;
}
</style>