Shades of Rust #B15002
Tints of Rust #B15002
RGB
CMYK
RGB Variations
Color information
#B15002 (or 0xB15002) is known color: Rust. HEX triplet: B1, 50 and 02. RGB value is (177,80,2). Sum of RGB (Red+Green+Blue) = 177+80+2=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B15002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15002 is #4EAFFD. Grayscale: #646464. Windows color (decimal): -5156862 or 151729. OLE color: 151729.
HSL color Cylindrical-coordinate representation of color #B15002: hue angle of 26.74º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15002 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.31 |
| HSL | 26.74º | 0.98% | 0.35% | - |
| HSV(B) | 26.74º | 0.99% | 0.69% | - |
| XYZ | 21.01 | 15.09 | 1.86 | - |
| YUV | 100.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 2 | 0 | 0.55 | 0.99 | 0.31 | 26.74 | 0.98 | 0.35 |
| Hex | B1 | 50 | 2 | 0 | 37 | 63 | 1F | 1B | 62 | 23 |
| Octal | 261 | 120 | 2 | 0 | 67 | 143 | 37 | 33 | 142 | 43 |
| Binary | 10110001 | 1010000 | 10 | 0 | 110111 | 1100011 | 11111 | 11011 | 1100010 | 100011 |
Color Harmonies of #B15002
Complementary color
Monochromatic Colors of #B15002
Black with #B15002
Text Example
Text Example
White with #B15002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15002; }
p { color: rgb(177,80,2); }
H1.HeaderClassName
{
color: #B15002;
}
.AnyTagClassName
{
color: #B15002;
}
</style>
background-color css
<style>
a { background-color: #B15002; }
a { background-color: rgb(177,80,2); }
div.DivClassName
{
background-color: #B15002;
}
.BgClassName
{
background-color: #B15002;
}
</style>
border-color css
<style>
span { border-color: #B15002; }
span { border-color: rgb(177,80,2); }
td.TdClassName
{
border-color: #B15002;
}
.TagClassName
{
border-color: #B15002;
}
</style>