Shades of Rust #CB440B
Tints of Rust #CB440B
RGB
CMYK
RGB Variations
Color information
#CB440B (or 0xCB440B) is known color: Rust. HEX triplet: CB, 44 and 0B. RGB value is (203,68,11). Sum of RGB (Red+Green+Blue) = 203+68+11=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB440B is #34BBF4. Grayscale: #666666. Windows color (decimal): -3455989 or 738507. OLE color: 738507.
HSL color Cylindrical-coordinate representation of color #CB440B: hue angle of 17.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB440B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.20 |
| HSL | 17.81º | 0.9% | 0.42% | - |
| HSV(B) | 17.81º | 0.95% | 0.8% | - |
| XYZ | 26.76 | 16.85 | 2.16 | - |
| YUV | 101.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 11 | 0 | 0.67 | 0.95 | 0.20 | 17.81 | 0.9 | 0.42 |
| Hex | CB | 44 | B | 0 | 43 | 5F | 14 | 12 | 5A | 2A |
| Octal | 313 | 104 | 13 | 0 | 103 | 137 | 24 | 22 | 132 | 52 |
| Binary | 11001011 | 1000100 | 1011 | 0 | 1000011 | 1011111 | 10100 | 10010 | 1011010 | 101010 |
Color Harmonies of #CB440B
Complementary color
Monochromatic Colors of #CB440B
Black with #CB440B
Text Example
Text Example
White with #CB440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB440B; }
p { color: rgb(203,68,11); }
H1.HeaderClassName
{
color: #CB440B;
}
.AnyTagClassName
{
color: #CB440B;
}
</style>
background-color css
<style>
a { background-color: #CB440B; }
a { background-color: rgb(203,68,11); }
div.DivClassName
{
background-color: #CB440B;
}
.BgClassName
{
background-color: #CB440B;
}
</style>
border-color css
<style>
span { border-color: #CB440B; }
span { border-color: rgb(203,68,11); }
td.TdClassName
{
border-color: #CB440B;
}
.TagClassName
{
border-color: #CB440B;
}
</style>