Shades of Rust #CB4914
Tints of Rust #CB4914
RGB
CMYK
RGB Variations
Color information
#CB4914 (or 0xCB4914) is known color: Rust. HEX triplet: CB, 49 and 14. RGB value is (203,73,20). Sum of RGB (Red+Green+Blue) = 203+73+20=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4914 is #34B6EB. Grayscale: #6A6A6A. Windows color (decimal): -3454700 or 1329611. OLE color: 1329611.
HSL color Cylindrical-coordinate representation of color #CB4914: hue angle of 17.38º 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 #CB4914 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.20 |
| HSL | 17.38º | 0.82% | 0.44% | - |
| HSV(B) | 17.38º | 0.9% | 0.8% | - |
| XYZ | 27.14 | 17.51 | 2.61 | - |
| YUV | 105.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 20 | 0 | 0.64 | 0.90 | 0.20 | 17.38 | 0.82 | 0.44 |
| Hex | CB | 49 | 14 | 0 | 40 | 5A | 14 | 11 | 52 | 2C |
| Octal | 313 | 111 | 24 | 0 | 100 | 132 | 24 | 21 | 122 | 54 |
| Binary | 11001011 | 1001001 | 10100 | 0 | 1000000 | 1011010 | 10100 | 10001 | 1010010 | 101100 |
Color Harmonies of #CB4914
Complementary color
Monochromatic Colors of #CB4914
Black with #CB4914
Text Example
Text Example
White with #CB4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4914; }
p { color: rgb(203,73,20); }
H1.HeaderClassName
{
color: #CB4914;
}
.AnyTagClassName
{
color: #CB4914;
}
</style>
background-color css
<style>
a { background-color: #CB4914; }
a { background-color: rgb(203,73,20); }
div.DivClassName
{
background-color: #CB4914;
}
.BgClassName
{
background-color: #CB4914;
}
</style>
border-color css
<style>
span { border-color: #CB4914; }
span { border-color: rgb(203,73,20); }
td.TdClassName
{
border-color: #CB4914;
}
.TagClassName
{
border-color: #CB4914;
}
</style>