Shades of Rust #CB4C19
Tints of Rust #CB4C19
RGB
CMYK
RGB Variations
Color information
#CB4C19 (or 0xCB4C19) is known color: Rust. HEX triplet: CB, 4C and 19. RGB value is (203,76,25). Sum of RGB (Red+Green+Blue) = 203+76+25=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C19 is #34B3E6. Grayscale: #6C6C6C. Windows color (decimal): -3453927 or 1658059. OLE color: 1658059.
HSL color Cylindrical-coordinate representation of color #CB4C19: hue angle of 17.19º 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 #CB4C19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 25 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.20 |
| HSL | 17.19º | 0.78% | 0.45% | - |
| HSV(B) | 17.19º | 0.88% | 0.8% | - |
| XYZ | 27.39 | 17.94 | 2.94 | - |
| YUV | 108.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 25 | 0 | 0.63 | 0.88 | 0.20 | 17.19 | 0.78 | 0.45 |
| Hex | CB | 4C | 19 | 0 | 3F | 58 | 14 | 11 | 4E | 2D |
| Octal | 313 | 114 | 31 | 0 | 77 | 130 | 24 | 21 | 116 | 55 |
| Binary | 11001011 | 1001100 | 11001 | 0 | 111111 | 1011000 | 10100 | 10001 | 1001110 | 101101 |
Color Harmonies of #CB4C19
Complementary color
Monochromatic Colors of #CB4C19
Black with #CB4C19
Text Example
Text Example
White with #CB4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C19; }
p { color: rgb(203,76,25); }
H1.HeaderClassName
{
color: #CB4C19;
}
.AnyTagClassName
{
color: #CB4C19;
}
</style>
background-color css
<style>
a { background-color: #CB4C19; }
a { background-color: rgb(203,76,25); }
div.DivClassName
{
background-color: #CB4C19;
}
.BgClassName
{
background-color: #CB4C19;
}
</style>
border-color css
<style>
span { border-color: #CB4C19; }
span { border-color: rgb(203,76,25); }
td.TdClassName
{
border-color: #CB4C19;
}
.TagClassName
{
border-color: #CB4C19;
}
</style>