Shades of Rust #CB480F
Tints of Rust #CB480F
RGB
CMYK
RGB Variations
Color information
#CB480F (or 0xCB480F) is known color: Rust. HEX triplet: CB, 48 and 0F. RGB value is (203,72,15). Sum of RGB (Red+Green+Blue) = 203+72+15=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB480F is #34B7F0. Grayscale: #696969. Windows color (decimal): -3454961 or 1001675. OLE color: 1001675.
HSL color Cylindrical-coordinate representation of color #CB480F: hue angle of 18.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB480F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.20 |
| HSL | 18.19º | 0.86% | 0.43% | - |
| HSV(B) | 18.19º | 0.93% | 0.8% | - |
| XYZ | 27.03 | 17.37 | 2.38 | - |
| YUV | 104.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 15 | 0 | 0.65 | 0.93 | 0.20 | 18.19 | 0.86 | 0.43 |
| Hex | CB | 48 | F | 0 | 41 | 5D | 14 | 12 | 56 | 2B |
| Octal | 313 | 110 | 17 | 0 | 101 | 135 | 24 | 22 | 126 | 53 |
| Binary | 11001011 | 1001000 | 1111 | 0 | 1000001 | 1011101 | 10100 | 10010 | 1010110 | 101011 |
Color Harmonies of #CB480F
Complementary color
Monochromatic Colors of #CB480F
Black with #CB480F
Text Example
Text Example
White with #CB480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB480F; }
p { color: rgb(203,72,15); }
H1.HeaderClassName
{
color: #CB480F;
}
.AnyTagClassName
{
color: #CB480F;
}
</style>
background-color css
<style>
a { background-color: #CB480F; }
a { background-color: rgb(203,72,15); }
div.DivClassName
{
background-color: #CB480F;
}
.BgClassName
{
background-color: #CB480F;
}
</style>
border-color css
<style>
span { border-color: #CB480F; }
span { border-color: rgb(203,72,15); }
td.TdClassName
{
border-color: #CB480F;
}
.TagClassName
{
border-color: #CB480F;
}
</style>