Shades of Rust #CB490E
Tints of Rust #CB490E
RGB
CMYK
RGB Variations
Color information
#CB490E (or 0xCB490E) is known color: Rust. HEX triplet: CB, 49 and 0E. RGB value is (203,73,14). Sum of RGB (Red+Green+Blue) = 203+73+14=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB490E is #34B6F1. Grayscale: #696969. Windows color (decimal): -3454706 or 936395. OLE color: 936395.
HSL color Cylindrical-coordinate representation of color #CB490E: hue angle of 18.73º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB490E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.20 |
| HSL | 18.73º | 0.87% | 0.43% | - |
| HSV(B) | 18.73º | 0.93% | 0.8% | - |
| XYZ | 27.09 | 17.49 | 2.36 | - |
| YUV | 105.14 | 76.57 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 14 | 0 | 0.64 | 0.93 | 0.20 | 18.73 | 0.87 | 0.43 |
| Hex | CB | 49 | E | 0 | 40 | 5D | 14 | 13 | 57 | 2B |
| Octal | 313 | 111 | 16 | 0 | 100 | 135 | 24 | 23 | 127 | 53 |
| Binary | 11001011 | 1001001 | 1110 | 0 | 1000000 | 1011101 | 10100 | 10011 | 1010111 | 101011 |
Color Harmonies of #CB490E
Complementary color
Monochromatic Colors of #CB490E
Black with #CB490E
Text Example
Text Example
White with #CB490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB490E; }
p { color: rgb(203,73,14); }
H1.HeaderClassName
{
color: #CB490E;
}
.AnyTagClassName
{
color: #CB490E;
}
</style>
background-color css
<style>
a { background-color: #CB490E; }
a { background-color: rgb(203,73,14); }
div.DivClassName
{
background-color: #CB490E;
}
.BgClassName
{
background-color: #CB490E;
}
</style>
border-color css
<style>
span { border-color: #CB490E; }
span { border-color: rgb(203,73,14); }
td.TdClassName
{
border-color: #CB490E;
}
.TagClassName
{
border-color: #CB490E;
}
</style>