Shades of Rust #CB4204
Tints of Rust #CB4204
RGB
CMYK
RGB Variations
Color information
#CB4204 (or 0xCB4204) is known color: Rust. HEX triplet: CB, 42 and 04. RGB value is (203,66,4). Sum of RGB (Red+Green+Blue) = 203+66+4=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4204 is #34BDFB. Grayscale: #646464. Windows color (decimal): -3456508 or 279243. OLE color: 279243.
HSL color Cylindrical-coordinate representation of color #CB4204: hue angle of 18.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB4204 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.20 |
| HSL | 18.69º | 0.96% | 0.41% | - |
| HSV(B) | 18.69º | 0.98% | 0.8% | - |
| XYZ | 26.6 | 16.6 | 1.92 | - |
| YUV | 99.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 4 | 0 | 0.67 | 0.98 | 0.20 | 18.69 | 0.96 | 0.41 |
| Hex | CB | 42 | 4 | 0 | 43 | 62 | 14 | 13 | 60 | 29 |
| Octal | 313 | 102 | 4 | 0 | 103 | 142 | 24 | 23 | 140 | 51 |
| Binary | 11001011 | 1000010 | 100 | 0 | 1000011 | 1100010 | 10100 | 10011 | 1100000 | 101001 |
Color Harmonies of #CB4204
Complementary color
Monochromatic Colors of #CB4204
Black with #CB4204
Text Example
Text Example
White with #CB4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4204; }
p { color: rgb(203,66,4); }
H1.HeaderClassName
{
color: #CB4204;
}
.AnyTagClassName
{
color: #CB4204;
}
</style>
background-color css
<style>
a { background-color: #CB4204; }
a { background-color: rgb(203,66,4); }
div.DivClassName
{
background-color: #CB4204;
}
.BgClassName
{
background-color: #CB4204;
}
</style>
border-color css
<style>
span { border-color: #CB4204; }
span { border-color: rgb(203,66,4); }
td.TdClassName
{
border-color: #CB4204;
}
.TagClassName
{
border-color: #CB4204;
}
</style>