Shades of Rust #B12B01
Tints of Rust #B12B01
RGB
CMYK
RGB Variations
Color information
#B12B01 (or 0xB12B01) is known color: Rust. HEX triplet: B1, 2B and 01. RGB value is (177,43,1). Sum of RGB (Red+Green+Blue) = 177+43+1=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B01 is #4ED4FE. Grayscale: #4E4E4E. Windows color (decimal): -5166335 or 76721. OLE color: 76721.
HSL color Cylindrical-coordinate representation of color #B12B01: hue angle of 14.32º degrees, saturation: 0.99, 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 #B12B01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 43 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.31 |
| HSL | 14.32º | 0.99% | 0.35% | - |
| HSV(B) | 14.32º | 0.99% | 0.69% | - |
| XYZ | 19 | 11.08 | 1.17 | - |
| YUV | 78.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 1 | 0 | 0.76 | 0.99 | 0.31 | 14.32 | 0.99 | 0.35 |
| Hex | B1 | 2B | 1 | 0 | 4C | 63 | 1F | E | 63 | 23 |
| Octal | 261 | 53 | 1 | 0 | 114 | 143 | 37 | 16 | 143 | 43 |
| Binary | 10110001 | 101011 | 1 | 0 | 1001100 | 1100011 | 11111 | 1110 | 1100011 | 100011 |
Color Harmonies of #B12B01
Complementary color
Monochromatic Colors of #B12B01
Black with #B12B01
Text Example
Text Example
White with #B12B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12B01; }
p { color: rgb(177,43,1); }
H1.HeaderClassName
{
color: #B12B01;
}
.AnyTagClassName
{
color: #B12B01;
}
</style>
background-color css
<style>
a { background-color: #B12B01; }
a { background-color: rgb(177,43,1); }
div.DivClassName
{
background-color: #B12B01;
}
.BgClassName
{
background-color: #B12B01;
}
</style>
border-color css
<style>
span { border-color: #B12B01; }
span { border-color: rgb(177,43,1); }
td.TdClassName
{
border-color: #B12B01;
}
.TagClassName
{
border-color: #B12B01;
}
</style>