Shades of Rust #B95213
Tints of Rust #B95213
RGB
CMYK
RGB Variations
Color information
#B95213 (or 0xB95213) is known color: Rust. HEX triplet: B9, 52 and 13. RGB value is (185,82,19). Sum of RGB (Red+Green+Blue) = 185+82+19=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95213 is #46ADEC. Grayscale: #696969. Windows color (decimal): -4632045 or 1266361. OLE color: 1266361.
HSL color Cylindrical-coordinate representation of color #B95213: hue angle of 22.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95213 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.27 |
| HSL | 22.77º | 0.81% | 0.4% | - |
| HSV(B) | 22.77º | 0.9% | 0.73% | - |
| XYZ | 23.14 | 16.4 | 2.56 | - |
| YUV | 105.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 19 | 0 | 0.56 | 0.90 | 0.27 | 22.77 | 0.81 | 0.4 |
| Hex | B9 | 52 | 13 | 0 | 38 | 5A | 1B | 17 | 51 | 28 |
| Octal | 271 | 122 | 23 | 0 | 70 | 132 | 33 | 27 | 121 | 50 |
| Binary | 10111001 | 1010010 | 10011 | 0 | 111000 | 1011010 | 11011 | 10111 | 1010001 | 101000 |
Color Harmonies of #B95213
Complementary color
Monochromatic Colors of #B95213
Black with #B95213
Text Example
Text Example
White with #B95213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95213; }
p { color: rgb(185,82,19); }
H1.HeaderClassName
{
color: #B95213;
}
.AnyTagClassName
{
color: #B95213;
}
</style>
background-color css
<style>
a { background-color: #B95213; }
a { background-color: rgb(185,82,19); }
div.DivClassName
{
background-color: #B95213;
}
.BgClassName
{
background-color: #B95213;
}
</style>
border-color css
<style>
span { border-color: #B95213; }
span { border-color: rgb(185,82,19); }
td.TdClassName
{
border-color: #B95213;
}
.TagClassName
{
border-color: #B95213;
}
</style>