Shades of Rust #CB4001
Tints of Rust #CB4001
RGB
CMYK
RGB Variations
Color information
#CB4001 (or 0xCB4001) is known color: Rust. HEX triplet: CB, 40 and 01. RGB value is (203,64,1). Sum of RGB (Red+Green+Blue) = 203+64+1=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4001 is #34BFFE. Grayscale: #626262. Windows color (decimal): -3457023 or 82123. OLE color: 82123.
HSL color Cylindrical-coordinate representation of color #CB4001: hue angle of 18.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB4001 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.20 |
| HSL | 18.71º | 0.99% | 0.4% | - |
| HSV(B) | 18.71º | 1% | 0.8% | - |
| XYZ | 26.47 | 16.37 | 1.79 | - |
| YUV | 98.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 1 | 0 | 0.68 | 1.00 | 0.20 | 18.71 | 0.99 | 0.4 |
| Hex | CB | 40 | 1 | 0 | 44 | 64 | 14 | 13 | 63 | 28 |
| Octal | 313 | 100 | 1 | 0 | 104 | 144 | 24 | 23 | 143 | 50 |
| Binary | 11001011 | 1000000 | 1 | 0 | 1000100 | 1100100 | 10100 | 10011 | 1100011 | 101000 |
Color Harmonies of #CB4001
Complementary color
Monochromatic Colors of #CB4001
Black with #CB4001
Text Example
Text Example
White with #CB4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4001; }
p { color: rgb(203,64,1); }
H1.HeaderClassName
{
color: #CB4001;
}
.AnyTagClassName
{
color: #CB4001;
}
</style>
background-color css
<style>
a { background-color: #CB4001; }
a { background-color: rgb(203,64,1); }
div.DivClassName
{
background-color: #CB4001;
}
.BgClassName
{
background-color: #CB4001;
}
</style>
border-color css
<style>
span { border-color: #CB4001; }
span { border-color: rgb(203,64,1); }
td.TdClassName
{
border-color: #CB4001;
}
.TagClassName
{
border-color: #CB4001;
}
</style>