Shades of Rust #CB5019
Tints of Rust #CB5019
RGB
CMYK
RGB Variations
Color information
#CB5019 (or 0xCB5019) is known color: Rust. HEX triplet: CB, 50 and 19. RGB value is (203,80,25). Sum of RGB (Red+Green+Blue) = 203+80+25=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5019 is #34AFE6. Grayscale: #6E6E6E. Windows color (decimal): -3452903 or 1659083. OLE color: 1659083.
HSL color Cylindrical-coordinate representation of color #CB5019: hue angle of 18.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB5019 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 25 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.20 |
| HSL | 18.54º | 0.78% | 0.45% | - |
| HSV(B) | 18.54º | 0.88% | 0.8% | - |
| XYZ | 27.67 | 18.5 | 3.03 | - |
| YUV | 110.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 25 | 0 | 0.61 | 0.88 | 0.20 | 18.54 | 0.78 | 0.45 |
| Hex | CB | 50 | 19 | 0 | 3D | 58 | 14 | 13 | 4E | 2D |
| Octal | 313 | 120 | 31 | 0 | 75 | 130 | 24 | 23 | 116 | 55 |
| Binary | 11001011 | 1010000 | 11001 | 0 | 111101 | 1011000 | 10100 | 10011 | 1001110 | 101101 |
Color Harmonies of #CB5019
Complementary color
Monochromatic Colors of #CB5019
Black with #CB5019
Text Example
Text Example
White with #CB5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5019; }
p { color: rgb(203,80,25); }
H1.HeaderClassName
{
color: #CB5019;
}
.AnyTagClassName
{
color: #CB5019;
}
</style>
background-color css
<style>
a { background-color: #CB5019; }
a { background-color: rgb(203,80,25); }
div.DivClassName
{
background-color: #CB5019;
}
.BgClassName
{
background-color: #CB5019;
}
</style>
border-color css
<style>
span { border-color: #CB5019; }
span { border-color: rgb(203,80,25); }
td.TdClassName
{
border-color: #CB5019;
}
.TagClassName
{
border-color: #CB5019;
}
</style>