Shades of Rust #B12F08
Tints of Rust #B12F08
RGB
CMYK
RGB Variations
Color information
#B12F08 (or 0xB12F08) is known color: Rust. HEX triplet: B1, 2F and 08. RGB value is (177,47,8). Sum of RGB (Red+Green+Blue) = 177+47+8=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12F08 is #4ED0F7. Grayscale: #515151. Windows color (decimal): -5165304 or 536497. OLE color: 536497.
HSL color Cylindrical-coordinate representation of color #B12F08: hue angle of 13.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B12F08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.31 |
| HSL | 13.85º | 0.91% | 0.36% | - |
| HSV(B) | 13.85º | 0.95% | 0.69% | - |
| XYZ | 19.19 | 11.4 | 1.42 | - |
| YUV | 81.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 8 | 0 | 0.73 | 0.95 | 0.31 | 13.85 | 0.91 | 0.36 |
| Hex | B1 | 2F | 8 | 0 | 49 | 5F | 1F | E | 5B | 24 |
| Octal | 261 | 57 | 10 | 0 | 111 | 137 | 37 | 16 | 133 | 44 |
| Binary | 10110001 | 101111 | 1000 | 0 | 1001001 | 1011111 | 11111 | 1110 | 1011011 | 100100 |
Color Harmonies of #B12F08
Complementary color
Monochromatic Colors of #B12F08
Black with #B12F08
Text Example
Text Example
White with #B12F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F08; }
p { color: rgb(177,47,8); }
H1.HeaderClassName
{
color: #B12F08;
}
.AnyTagClassName
{
color: #B12F08;
}
</style>
background-color css
<style>
a { background-color: #B12F08; }
a { background-color: rgb(177,47,8); }
div.DivClassName
{
background-color: #B12F08;
}
.BgClassName
{
background-color: #B12F08;
}
</style>
border-color css
<style>
span { border-color: #B12F08; }
span { border-color: rgb(177,47,8); }
td.TdClassName
{
border-color: #B12F08;
}
.TagClassName
{
border-color: #B12F08;
}
</style>