Shades of Rust #B43710
Tints of Rust #B43710
RGB
CMYK
RGB Variations
Color information
#B43710 (or 0xB43710) is known color: Rust. HEX triplet: B4, 37 and 10. RGB value is (180,55,16). Sum of RGB (Red+Green+Blue) = 180+55+16=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43710 is #4BC8EF. Grayscale: #585858. Windows color (decimal): -4966640 or 1062836. OLE color: 1062836.
HSL color Cylindrical-coordinate representation of color #B43710: hue angle of 14.27º 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 #B43710 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.29 |
| HSL | 14.27º | 0.84% | 0.38% | - |
| HSV(B) | 14.27º | 0.91% | 0.71% | - |
| XYZ | 20.28 | 12.47 | 1.83 | - |
| YUV | 87.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 16 | 0 | 0.69 | 0.91 | 0.29 | 14.27 | 0.84 | 0.38 |
| Hex | B4 | 37 | 10 | 0 | 45 | 5B | 1D | E | 54 | 26 |
| Octal | 264 | 67 | 20 | 0 | 105 | 133 | 35 | 16 | 124 | 46 |
| Binary | 10110100 | 110111 | 10000 | 0 | 1000101 | 1011011 | 11101 | 1110 | 1010100 | 100110 |
Color Harmonies of #B43710
Complementary color
Monochromatic Colors of #B43710
Black with #B43710
Text Example
Text Example
White with #B43710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43710; }
p { color: rgb(180,55,16); }
H1.HeaderClassName
{
color: #B43710;
}
.AnyTagClassName
{
color: #B43710;
}
</style>
background-color css
<style>
a { background-color: #B43710; }
a { background-color: rgb(180,55,16); }
div.DivClassName
{
background-color: #B43710;
}
.BgClassName
{
background-color: #B43710;
}
</style>
border-color css
<style>
span { border-color: #B43710; }
span { border-color: rgb(180,55,16); }
td.TdClassName
{
border-color: #B43710;
}
.TagClassName
{
border-color: #B43710;
}
</style>