Shades of Rust #B43115
Tints of Rust #B43115
RGB
CMYK
RGB Variations
Color information
#B43115 (or 0xB43115) is known color: Rust. HEX triplet: B4, 31 and 15. RGB value is (180,49,21). Sum of RGB (Red+Green+Blue) = 180+49+21=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43115 is #4BCEEA. Grayscale: #555555. Windows color (decimal): -4968171 or 1388980. OLE color: 1388980.
HSL color Cylindrical-coordinate representation of color #B43115: hue angle of 10.57º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B43115 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 21 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.29 |
| HSL | 10.57º | 0.79% | 0.39% | - |
| HSV(B) | 10.57º | 0.88% | 0.71% | - |
| XYZ | 20.06 | 11.95 | 1.96 | - |
| YUV | 84.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 21 | 0 | 0.73 | 0.88 | 0.29 | 10.57 | 0.79 | 0.39 |
| Hex | B4 | 31 | 15 | 0 | 49 | 58 | 1D | B | 4F | 27 |
| Octal | 264 | 61 | 25 | 0 | 111 | 130 | 35 | 13 | 117 | 47 |
| Binary | 10110100 | 110001 | 10101 | 0 | 1001001 | 1011000 | 11101 | 1011 | 1001111 | 100111 |
Color Harmonies of #B43115
Complementary color
Monochromatic Colors of #B43115
Black with #B43115
Text Example
Text Example
White with #B43115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43115; }
p { color: rgb(180,49,21); }
H1.HeaderClassName
{
color: #B43115;
}
.AnyTagClassName
{
color: #B43115;
}
</style>
background-color css
<style>
a { background-color: #B43115; }
a { background-color: rgb(180,49,21); }
div.DivClassName
{
background-color: #B43115;
}
.BgClassName
{
background-color: #B43115;
}
</style>
border-color css
<style>
span { border-color: #B43115; }
span { border-color: rgb(180,49,21); }
td.TdClassName
{
border-color: #B43115;
}
.TagClassName
{
border-color: #B43115;
}
</style>