Shades of Brick Red #B13F41
Tints of Brick Red #B13F41
RGB
CMYK
RGB Variations
Color information
#B13F41 (or 0xB13F41) is known color: Brick Red. HEX triplet: B1, 3F and 41. RGB value is (177,63,65). Sum of RGB (Red+Green+Blue) = 177+63+65=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F41 is #4EC0BE. Grayscale: #616161. Windows color (decimal): -5161151 or 4276145. OLE color: 4276145.
HSL color Cylindrical-coordinate representation of color #B13F41: hue angle of 358.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F41 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 65 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.31 |
| HSL | 358.95º | 0.48% | 0.47% | - |
| HSV(B) | 358.95º | 0.64% | 0.69% | - |
| XYZ | 20.86 | 13.28 | 6.47 | - |
| YUV | 97.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 65 | 0 | 0.64 | 0.63 | 0.31 | 358.95 | 0.48 | 0.47 |
| Hex | B1 | 3F | 41 | 0 | 40 | 3F | 1F | 167 | 30 | 2F |
| Octal | 261 | 77 | 101 | 0 | 100 | 77 | 37 | 547 | 60 | 57 |
| Binary | 10110001 | 111111 | 1000001 | 0 | 1000000 | 111111 | 11111 | 101100111 | 110000 | 101111 |
Color Harmonies of #B13F41
Complementary color
Monochromatic Colors of #B13F41
Black with #B13F41
Text Example
Text Example
White with #B13F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F41; }
p { color: rgb(177,63,65); }
H1.HeaderClassName
{
color: #B13F41;
}
.AnyTagClassName
{
color: #B13F41;
}
</style>
background-color css
<style>
a { background-color: #B13F41; }
a { background-color: rgb(177,63,65); }
div.DivClassName
{
background-color: #B13F41;
}
.BgClassName
{
background-color: #B13F41;
}
</style>
border-color css
<style>
span { border-color: #B13F41; }
span { border-color: rgb(177,63,65); }
td.TdClassName
{
border-color: #B13F41;
}
.TagClassName
{
border-color: #B13F41;
}
</style>