Shades of Brown #B12F28
Tints of Brown #B12F28
RGB
CMYK
RGB Variations
Color information
#B12F28 (or 0xB12F28) is known color: Brown. HEX triplet: B1, 2F and 28. RGB value is (177,47,40). Sum of RGB (Red+Green+Blue) = 177+47+40=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F28 is #4ED0D7. Grayscale: #555555. Windows color (decimal): -5165272 or 2633649. OLE color: 2633649.
HSL color Cylindrical-coordinate representation of color #B12F28: hue angle of 3.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12F28 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 40 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.31 |
| HSL | 3.07º | 0.63% | 0.43% | - |
| HSV(B) | 3.07º | 0.77% | 0.69% | - |
| XYZ | 19.53 | 11.53 | 3.2 | - |
| YUV | 85.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 40 | 0 | 0.73 | 0.77 | 0.31 | 3.07 | 0.63 | 0.43 |
| Hex | B1 | 2F | 28 | 0 | 49 | 4D | 1F | 3 | 3F | 2B |
| Octal | 261 | 57 | 50 | 0 | 111 | 115 | 37 | 3 | 77 | 53 |
| Binary | 10110001 | 101111 | 101000 | 0 | 1001001 | 1001101 | 11111 | 11 | 111111 | 101011 |
Color Harmonies of #B12F28
Complementary color
Monochromatic Colors of #B12F28
Black with #B12F28
Text Example
Text Example
White with #B12F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F28; }
p { color: rgb(177,47,40); }
H1.HeaderClassName
{
color: #B12F28;
}
.AnyTagClassName
{
color: #B12F28;
}
</style>
background-color css
<style>
a { background-color: #B12F28; }
a { background-color: rgb(177,47,40); }
div.DivClassName
{
background-color: #B12F28;
}
.BgClassName
{
background-color: #B12F28;
}
</style>
border-color css
<style>
span { border-color: #B12F28; }
span { border-color: rgb(177,47,40); }
td.TdClassName
{
border-color: #B12F28;
}
.TagClassName
{
border-color: #B12F28;
}
</style>