Shades of Rust #B95012
Tints of Rust #B95012
RGB
CMYK
RGB Variations
Color information
#B95012 (or 0xB95012) is known color: Rust. HEX triplet: B9, 50 and 12. RGB value is (185,80,18). Sum of RGB (Red+Green+Blue) = 185+80+18=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B95012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95012 is #46AFED. Grayscale: #686868. Windows color (decimal): -4632558 or 1200313. OLE color: 1200313.
HSL color Cylindrical-coordinate representation of color #B95012: hue angle of 22.28º degrees, saturation: 0.82, 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 #B95012 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.27 |
| HSL | 22.28º | 0.82% | 0.4% | - |
| HSV(B) | 22.28º | 0.9% | 0.73% | - |
| XYZ | 22.99 | 16.1 | 2.47 | - |
| YUV | 104.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 18 | 0 | 0.57 | 0.90 | 0.27 | 22.28 | 0.82 | 0.4 |
| Hex | B9 | 50 | 12 | 0 | 39 | 5A | 1B | 16 | 52 | 28 |
| Octal | 271 | 120 | 22 | 0 | 71 | 132 | 33 | 26 | 122 | 50 |
| Binary | 10111001 | 1010000 | 10010 | 0 | 111001 | 1011010 | 11011 | 10110 | 1010010 | 101000 |
Color Harmonies of #B95012
Complementary color
Monochromatic Colors of #B95012
Black with #B95012
Text Example
Text Example
White with #B95012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95012; }
p { color: rgb(185,80,18); }
H1.HeaderClassName
{
color: #B95012;
}
.AnyTagClassName
{
color: #B95012;
}
</style>
background-color css
<style>
a { background-color: #B95012; }
a { background-color: rgb(185,80,18); }
div.DivClassName
{
background-color: #B95012;
}
.BgClassName
{
background-color: #B95012;
}
</style>
border-color css
<style>
span { border-color: #B95012; }
span { border-color: rgb(185,80,18); }
td.TdClassName
{
border-color: #B95012;
}
.TagClassName
{
border-color: #B95012;
}
</style>