Shades of Rust #B12B03
Tints of Rust #B12B03
RGB
CMYK
RGB Variations
Color information
#B12B03 (or 0xB12B03) is known color: Rust. HEX triplet: B1, 2B and 03. RGB value is (177,43,3). Sum of RGB (Red+Green+Blue) = 177+43+3=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B03 is #4ED4FC. Grayscale: #4E4E4E. Windows color (decimal): -5166333 or 207793. OLE color: 207793.
HSL color Cylindrical-coordinate representation of color #B12B03: hue angle of 13.79º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B12B03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 43 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.31 |
| HSL | 13.79º | 0.97% | 0.35% | - |
| HSV(B) | 13.79º | 0.98% | 0.69% | - |
| XYZ | 19.01 | 11.08 | 1.22 | - |
| YUV | 78.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 3 | 0 | 0.76 | 0.98 | 0.31 | 13.79 | 0.97 | 0.35 |
| Hex | B1 | 2B | 3 | 0 | 4C | 62 | 1F | E | 61 | 23 |
| Octal | 261 | 53 | 3 | 0 | 114 | 142 | 37 | 16 | 141 | 43 |
| Binary | 10110001 | 101011 | 11 | 0 | 1001100 | 1100010 | 11111 | 1110 | 1100001 | 100011 |
Color Harmonies of #B12B03
Complementary color
Monochromatic Colors of #B12B03
Black with #B12B03
Text Example
Text Example
White with #B12B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12B03; }
p { color: rgb(177,43,3); }
H1.HeaderClassName
{
color: #B12B03;
}
.AnyTagClassName
{
color: #B12B03;
}
</style>
background-color css
<style>
a { background-color: #B12B03; }
a { background-color: rgb(177,43,3); }
div.DivClassName
{
background-color: #B12B03;
}
.BgClassName
{
background-color: #B12B03;
}
</style>
border-color css
<style>
span { border-color: #B12B03; }
span { border-color: rgb(177,43,3); }
td.TdClassName
{
border-color: #B12B03;
}
.TagClassName
{
border-color: #B12B03;
}
</style>