Shades of Rust #B45015
Tints of Rust #B45015
RGB
CMYK
RGB Variations
Color information
#B45015 (or 0xB45015) is known color: Rust. HEX triplet: B4, 50 and 15. RGB value is (180,80,21). Sum of RGB (Red+Green+Blue) = 180+80+21=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45015 is #4BAFEA. Grayscale: #676767. Windows color (decimal): -4960235 or 1396916. OLE color: 1396916.
HSL color Cylindrical-coordinate representation of color #B45015: hue angle of 22.26º 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 #B45015 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 21 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.29 |
| HSL | 22.26º | 0.79% | 0.39% | - |
| HSV(B) | 22.26º | 0.88% | 0.71% | - |
| XYZ | 21.83 | 15.49 | 2.55 | - |
| YUV | 103.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 21 | 0 | 0.56 | 0.88 | 0.29 | 22.26 | 0.79 | 0.39 |
| Hex | B4 | 50 | 15 | 0 | 38 | 58 | 1D | 16 | 4F | 27 |
| Octal | 264 | 120 | 25 | 0 | 70 | 130 | 35 | 26 | 117 | 47 |
| Binary | 10110100 | 1010000 | 10101 | 0 | 111000 | 1011000 | 11101 | 10110 | 1001111 | 100111 |
Color Harmonies of #B45015
Complementary color
Monochromatic Colors of #B45015
Black with #B45015
Text Example
Text Example
White with #B45015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45015; }
p { color: rgb(180,80,21); }
H1.HeaderClassName
{
color: #B45015;
}
.AnyTagClassName
{
color: #B45015;
}
</style>
background-color css
<style>
a { background-color: #B45015; }
a { background-color: rgb(180,80,21); }
div.DivClassName
{
background-color: #B45015;
}
.BgClassName
{
background-color: #B45015;
}
</style>
border-color css
<style>
span { border-color: #B45015; }
span { border-color: rgb(180,80,21); }
td.TdClassName
{
border-color: #B45015;
}
.TagClassName
{
border-color: #B45015;
}
</style>