Shades of Rust #B43515
Tints of Rust #B43515
RGB
CMYK
RGB Variations
Color information
#B43515 (or 0xB43515) is known color: Rust. HEX triplet: B4, 35 and 15. RGB value is (180,53,21). Sum of RGB (Red+Green+Blue) = 180+53+21=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43515 is #4BCAEA. Grayscale: #575757. Windows color (decimal): -4967147 or 1390004. OLE color: 1390004.
HSL color Cylindrical-coordinate representation of color #B43515: hue angle of 12.08º 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 #B43515 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.29 |
| HSL | 12.08º | 0.79% | 0.39% | - |
| HSV(B) | 12.08º | 0.88% | 0.71% | - |
| XYZ | 20.23 | 12.3 | 2.02 | - |
| YUV | 87.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 21 | 0 | 0.71 | 0.88 | 0.29 | 12.08 | 0.79 | 0.39 |
| Hex | B4 | 35 | 15 | 0 | 47 | 58 | 1D | C | 4F | 27 |
| Octal | 264 | 65 | 25 | 0 | 107 | 130 | 35 | 14 | 117 | 47 |
| Binary | 10110100 | 110101 | 10101 | 0 | 1000111 | 1011000 | 11101 | 1100 | 1001111 | 100111 |
Color Harmonies of #B43515
Complementary color
Monochromatic Colors of #B43515
Black with #B43515
Text Example
Text Example
White with #B43515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43515; }
p { color: rgb(180,53,21); }
H1.HeaderClassName
{
color: #B43515;
}
.AnyTagClassName
{
color: #B43515;
}
</style>
background-color css
<style>
a { background-color: #B43515; }
a { background-color: rgb(180,53,21); }
div.DivClassName
{
background-color: #B43515;
}
.BgClassName
{
background-color: #B43515;
}
</style>
border-color css
<style>
span { border-color: #B43515; }
span { border-color: rgb(180,53,21); }
td.TdClassName
{
border-color: #B43515;
}
.TagClassName
{
border-color: #B43515;
}
</style>