Shades of Rust #CB450A
Tints of Rust #CB450A
RGB
CMYK
RGB Variations
Color information
#CB450A (or 0xCB450A) is known color: Rust. HEX triplet: CB, 45 and 0A. RGB value is (203,69,10). Sum of RGB (Red+Green+Blue) = 203+69+10=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB450A is #34BAF5. Grayscale: #666666. Windows color (decimal): -3455734 or 673227. OLE color: 673227.
HSL color Cylindrical-coordinate representation of color #CB450A: hue angle of 18.34º degrees, saturation: 0.91, 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 #CB450A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.20 |
| HSL | 18.34º | 0.91% | 0.42% | - |
| HSV(B) | 18.34º | 0.95% | 0.8% | - |
| XYZ | 26.81 | 16.97 | 2.15 | - |
| YUV | 102.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 10 | 0 | 0.66 | 0.95 | 0.20 | 18.34 | 0.91 | 0.42 |
| Hex | CB | 45 | A | 0 | 42 | 5F | 14 | 12 | 5B | 2A |
| Octal | 313 | 105 | 12 | 0 | 102 | 137 | 24 | 22 | 133 | 52 |
| Binary | 11001011 | 1000101 | 1010 | 0 | 1000010 | 1011111 | 10100 | 10010 | 1011011 | 101010 |
Color Harmonies of #CB450A
Complementary color
Monochromatic Colors of #CB450A
Black with #CB450A
Text Example
Text Example
White with #CB450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB450A; }
p { color: rgb(203,69,10); }
H1.HeaderClassName
{
color: #CB450A;
}
.AnyTagClassName
{
color: #CB450A;
}
</style>
background-color css
<style>
a { background-color: #CB450A; }
a { background-color: rgb(203,69,10); }
div.DivClassName
{
background-color: #CB450A;
}
.BgClassName
{
background-color: #CB450A;
}
</style>
border-color css
<style>
span { border-color: #CB450A; }
span { border-color: rgb(203,69,10); }
td.TdClassName
{
border-color: #CB450A;
}
.TagClassName
{
border-color: #CB450A;
}
</style>