Shades of Rust #CB4E17
Tints of Rust #CB4E17
RGB
CMYK
RGB Variations
Color information
#CB4E17 (or 0xCB4E17) is known color: Rust. HEX triplet: CB, 4E and 17. RGB value is (203,78,23). Sum of RGB (Red+Green+Blue) = 203+78+23=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4E17 is #34B1E8. Grayscale: #6D6D6D. Windows color (decimal): -3453417 or 1527499. OLE color: 1527499.
HSL color Cylindrical-coordinate representation of color #CB4E17: hue angle of 18.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB4E17 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 23 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.20 |
| HSL | 18.33º | 0.8% | 0.44% | - |
| HSV(B) | 18.33º | 0.89% | 0.8% | - |
| XYZ | 27.51 | 18.21 | 2.88 | - |
| YUV | 109.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 23 | 0 | 0.62 | 0.89 | 0.20 | 18.33 | 0.8 | 0.44 |
| Hex | CB | 4E | 17 | 0 | 3E | 59 | 14 | 12 | 50 | 2C |
| Octal | 313 | 116 | 27 | 0 | 76 | 131 | 24 | 22 | 120 | 54 |
| Binary | 11001011 | 1001110 | 10111 | 0 | 111110 | 1011001 | 10100 | 10010 | 1010000 | 101100 |
Color Harmonies of #CB4E17
Complementary color
Monochromatic Colors of #CB4E17
Black with #CB4E17
Text Example
Text Example
White with #CB4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E17; }
p { color: rgb(203,78,23); }
H1.HeaderClassName
{
color: #CB4E17;
}
.AnyTagClassName
{
color: #CB4E17;
}
</style>
background-color css
<style>
a { background-color: #CB4E17; }
a { background-color: rgb(203,78,23); }
div.DivClassName
{
background-color: #CB4E17;
}
.BgClassName
{
background-color: #CB4E17;
}
</style>
border-color css
<style>
span { border-color: #CB4E17; }
span { border-color: rgb(203,78,23); }
td.TdClassName
{
border-color: #CB4E17;
}
.TagClassName
{
border-color: #CB4E17;
}
</style>