Shades of Rust #B45213
Tints of Rust #B45213
RGB
CMYK
RGB Variations
Color information
#B45213 (or 0xB45213) is known color: Rust. HEX triplet: B4, 52 and 13. RGB value is (180,82,19). Sum of RGB (Red+Green+Blue) = 180+82+19=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45213 is #4BADEC. Grayscale: #686868. Windows color (decimal): -4959725 or 1266356. OLE color: 1266356.
HSL color Cylindrical-coordinate representation of color #B45213: hue angle of 23.48º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B45213 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 19 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.29 |
| HSL | 23.48º | 0.81% | 0.39% | - |
| HSV(B) | 23.48º | 0.89% | 0.71% | - |
| XYZ | 21.96 | 15.78 | 2.51 | - |
| YUV | 104.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 19 | 0 | 0.54 | 0.89 | 0.29 | 23.48 | 0.81 | 0.39 |
| Hex | B4 | 52 | 13 | 0 | 36 | 59 | 1D | 17 | 51 | 27 |
| Octal | 264 | 122 | 23 | 0 | 66 | 131 | 35 | 27 | 121 | 47 |
| Binary | 10110100 | 1010010 | 10011 | 0 | 110110 | 1011001 | 11101 | 10111 | 1010001 | 100111 |
Color Harmonies of #B45213
Complementary color
Monochromatic Colors of #B45213
Black with #B45213
Text Example
Text Example
White with #B45213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45213; }
p { color: rgb(180,82,19); }
H1.HeaderClassName
{
color: #B45213;
}
.AnyTagClassName
{
color: #B45213;
}
</style>
background-color css
<style>
a { background-color: #B45213; }
a { background-color: rgb(180,82,19); }
div.DivClassName
{
background-color: #B45213;
}
.BgClassName
{
background-color: #B45213;
}
</style>
border-color css
<style>
span { border-color: #B45213; }
span { border-color: rgb(180,82,19); }
td.TdClassName
{
border-color: #B45213;
}
.TagClassName
{
border-color: #B45213;
}
</style>