Shades of Brown #B13030
Tints of Brown #B13030
RGB
CMYK
RGB Variations
Color information
#B13030 (or 0xB13030) is known color: Brown. HEX triplet: B1, 30 and 30. RGB value is (177,48,48). Sum of RGB (Red+Green+Blue) = 177+48+48=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13030 is #4ECFCF. Grayscale: #565656. Windows color (decimal): -5165008 or 3158193. OLE color: 3158193.
HSL color Cylindrical-coordinate representation of color #B13030: hue angle of 0º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13030 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 48 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.31 |
| HSL | 0º | 0.57% | 0.44% | - |
| HSV(B) | 0º | 0.73% | 0.69% | - |
| XYZ | 19.72 | 11.67 | 4.01 | - |
| YUV | 86.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 48 | 0 | 0.73 | 0.73 | 0.31 | 0 | 0.57 | 0.44 |
| Hex | B1 | 30 | 30 | 0 | 49 | 49 | 1F | 0 | 39 | 2C |
| Octal | 261 | 60 | 60 | 0 | 111 | 111 | 37 | 0 | 71 | 54 |
| Binary | 10110001 | 110000 | 110000 | 0 | 1001001 | 1001001 | 11111 | 0 | 111001 | 101100 |
Color Harmonies of #B13030
Complementary color
Monochromatic Colors of #B13030
Black with #B13030
Text Example
Text Example
White with #B13030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13030; }
p { color: rgb(177,48,48); }
H1.HeaderClassName
{
color: #B13030;
}
.AnyTagClassName
{
color: #B13030;
}
</style>
background-color css
<style>
a { background-color: #B13030; }
a { background-color: rgb(177,48,48); }
div.DivClassName
{
background-color: #B13030;
}
.BgClassName
{
background-color: #B13030;
}
</style>
border-color css
<style>
span { border-color: #B13030; }
span { border-color: rgb(177,48,48); }
td.TdClassName
{
border-color: #B13030;
}
.TagClassName
{
border-color: #B13030;
}
</style>