Shades of Rust #CB4D14
Tints of Rust #CB4D14
RGB
CMYK
RGB Variations
Color information
#CB4D14 (or 0xCB4D14) is known color: Rust. HEX triplet: CB, 4D and 14. RGB value is (203,77,20). Sum of RGB (Red+Green+Blue) = 203+77+20=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D14 is #34B2EB. Grayscale: #6C6C6C. Windows color (decimal): -3453676 or 1330635. OLE color: 1330635.
HSL color Cylindrical-coordinate representation of color #CB4D14: hue angle of 18.69º 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 #CB4D14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.20 |
| HSL | 18.69º | 0.82% | 0.44% | - |
| HSV(B) | 18.69º | 0.9% | 0.8% | - |
| XYZ | 27.41 | 18.05 | 2.7 | - |
| YUV | 108.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 20 | 0 | 0.62 | 0.90 | 0.20 | 18.69 | 0.82 | 0.44 |
| Hex | CB | 4D | 14 | 0 | 3E | 5A | 14 | 13 | 52 | 2C |
| Octal | 313 | 115 | 24 | 0 | 76 | 132 | 24 | 23 | 122 | 54 |
| Binary | 11001011 | 1001101 | 10100 | 0 | 111110 | 1011010 | 10100 | 10011 | 1010010 | 101100 |
Color Harmonies of #CB4D14
Complementary color
Monochromatic Colors of #CB4D14
Black with #CB4D14
Text Example
Text Example
White with #CB4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D14; }
p { color: rgb(203,77,20); }
H1.HeaderClassName
{
color: #CB4D14;
}
.AnyTagClassName
{
color: #CB4D14;
}
</style>
background-color css
<style>
a { background-color: #CB4D14; }
a { background-color: rgb(203,77,20); }
div.DivClassName
{
background-color: #CB4D14;
}
.BgClassName
{
background-color: #CB4D14;
}
</style>
border-color css
<style>
span { border-color: #CB4D14; }
span { border-color: rgb(203,77,20); }
td.TdClassName
{
border-color: #CB4D14;
}
.TagClassName
{
border-color: #CB4D14;
}
</style>