Shades of Rust #B43510
Tints of Rust #B43510
RGB
CMYK
RGB Variations
Color information
#B43510 (or 0xB43510) is known color: Rust. HEX triplet: B4, 35 and 10. RGB value is (180,53,16). Sum of RGB (Red+Green+Blue) = 180+53+16=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43510 is #4BCAEF. Grayscale: #575757. Windows color (decimal): -4967152 or 1062324. OLE color: 1062324.
HSL color Cylindrical-coordinate representation of color #B43510: hue angle of 13.54º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B43510 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 16 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.29 |
| HSL | 13.54º | 0.84% | 0.38% | - |
| HSV(B) | 13.54º | 0.91% | 0.71% | - |
| XYZ | 20.19 | 12.29 | 1.8 | - |
| YUV | 86.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 16 | 0 | 0.71 | 0.91 | 0.29 | 13.54 | 0.84 | 0.38 |
| Hex | B4 | 35 | 10 | 0 | 47 | 5B | 1D | E | 54 | 26 |
| Octal | 264 | 65 | 20 | 0 | 107 | 133 | 35 | 16 | 124 | 46 |
| Binary | 10110100 | 110101 | 10000 | 0 | 1000111 | 1011011 | 11101 | 1110 | 1010100 | 100110 |
Color Harmonies of #B43510
Complementary color
Monochromatic Colors of #B43510
Black with #B43510
Text Example
Text Example
White with #B43510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43510; }
p { color: rgb(180,53,16); }
H1.HeaderClassName
{
color: #B43510;
}
.AnyTagClassName
{
color: #B43510;
}
</style>
background-color css
<style>
a { background-color: #B43510; }
a { background-color: rgb(180,53,16); }
div.DivClassName
{
background-color: #B43510;
}
.BgClassName
{
background-color: #B43510;
}
</style>
border-color css
<style>
span { border-color: #B43510; }
span { border-color: rgb(180,53,16); }
td.TdClassName
{
border-color: #B43510;
}
.TagClassName
{
border-color: #B43510;
}
</style>