Shades of Rust #CB470F
Tints of Rust #CB470F
RGB
CMYK
RGB Variations
Color information
#CB470F (or 0xCB470F) is known color: Rust. HEX triplet: CB, 47 and 0F. RGB value is (203,71,15). Sum of RGB (Red+Green+Blue) = 203+71+15=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB470F is #34B8F0. Grayscale: #686868. Windows color (decimal): -3455217 or 1001419. OLE color: 1001419.
HSL color Cylindrical-coordinate representation of color #CB470F: hue angle of 17.87º 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 #CB470F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.20 |
| HSL | 17.87º | 0.86% | 0.43% | - |
| HSV(B) | 17.87º | 0.93% | 0.8% | - |
| XYZ | 26.97 | 17.24 | 2.36 | - |
| YUV | 104.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 15 | 0 | 0.65 | 0.93 | 0.20 | 17.87 | 0.86 | 0.43 |
| Hex | CB | 47 | F | 0 | 41 | 5D | 14 | 12 | 56 | 2B |
| Octal | 313 | 107 | 17 | 0 | 101 | 135 | 24 | 22 | 126 | 53 |
| Binary | 11001011 | 1000111 | 1111 | 0 | 1000001 | 1011101 | 10100 | 10010 | 1010110 | 101011 |
Color Harmonies of #CB470F
Complementary color
Monochromatic Colors of #CB470F
Black with #CB470F
Text Example
Text Example
White with #CB470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB470F; }
p { color: rgb(203,71,15); }
H1.HeaderClassName
{
color: #CB470F;
}
.AnyTagClassName
{
color: #CB470F;
}
</style>
background-color css
<style>
a { background-color: #CB470F; }
a { background-color: rgb(203,71,15); }
div.DivClassName
{
background-color: #CB470F;
}
.BgClassName
{
background-color: #CB470F;
}
</style>
border-color css
<style>
span { border-color: #CB470F; }
span { border-color: rgb(203,71,15); }
td.TdClassName
{
border-color: #CB470F;
}
.TagClassName
{
border-color: #CB470F;
}
</style>