Shades of Rust #CB450C
Tints of Rust #CB450C
RGB
CMYK
RGB Variations
Color information
#CB450C (or 0xCB450C) is known color: Rust. HEX triplet: CB, 45 and 0C. RGB value is (203,69,12). Sum of RGB (Red+Green+Blue) = 203+69+12=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB450C is #34BAF3. Grayscale: #666666. Windows color (decimal): -3455732 or 804299. OLE color: 804299.
HSL color Cylindrical-coordinate representation of color #CB450C: hue angle of 17.91º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB450C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.20 |
| HSL | 17.91º | 0.89% | 0.42% | - |
| HSV(B) | 17.91º | 0.94% | 0.8% | - |
| XYZ | 26.82 | 16.98 | 2.21 | - |
| YUV | 102.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 12 | 0 | 0.66 | 0.94 | 0.20 | 17.91 | 0.89 | 0.42 |
| Hex | CB | 45 | C | 0 | 42 | 5E | 14 | 12 | 59 | 2A |
| Octal | 313 | 105 | 14 | 0 | 102 | 136 | 24 | 22 | 131 | 52 |
| Binary | 11001011 | 1000101 | 1100 | 0 | 1000010 | 1011110 | 10100 | 10010 | 1011001 | 101010 |
Color Harmonies of #CB450C
Complementary color
Monochromatic Colors of #CB450C
Black with #CB450C
Text Example
Text Example
White with #CB450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB450C; }
p { color: rgb(203,69,12); }
H1.HeaderClassName
{
color: #CB450C;
}
.AnyTagClassName
{
color: #CB450C;
}
</style>
background-color css
<style>
a { background-color: #CB450C; }
a { background-color: rgb(203,69,12); }
div.DivClassName
{
background-color: #CB450C;
}
.BgClassName
{
background-color: #CB450C;
}
</style>
border-color css
<style>
span { border-color: #CB450C; }
span { border-color: rgb(203,69,12); }
td.TdClassName
{
border-color: #CB450C;
}
.TagClassName
{
border-color: #CB450C;
}
</style>