Shades of Brick Red #B13B40
Tints of Brick Red #B13B40
RGB
CMYK
RGB Variations
Color information
#B13B40 (or 0xB13B40) is known color: Brick Red. HEX triplet: B1, 3B and 40. RGB value is (177,59,64). Sum of RGB (Red+Green+Blue) = 177+59+64=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B40 is #4EC4BF. Grayscale: #5E5E5E. Windows color (decimal): -5162176 or 4209585. OLE color: 4209585.
HSL color Cylindrical-coordinate representation of color #B13B40: hue angle of 357.46º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B40 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 64 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.31 |
| HSL | 357.46º | 0.5% | 0.46% | - |
| HSV(B) | 357.46º | 0.67% | 0.69% | - |
| XYZ | 20.62 | 12.85 | 6.24 | - |
| YUV | 94.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 64 | 0 | 0.67 | 0.64 | 0.31 | 357.46 | 0.5 | 0.46 |
| Hex | B1 | 3B | 40 | 0 | 43 | 40 | 1F | 165 | 32 | 2E |
| Octal | 261 | 73 | 100 | 0 | 103 | 100 | 37 | 545 | 62 | 56 |
| Binary | 10110001 | 111011 | 1000000 | 0 | 1000011 | 1000000 | 11111 | 101100101 | 110010 | 101110 |
Color Harmonies of #B13B40
Complementary color
Monochromatic Colors of #B13B40
Black with #B13B40
Text Example
Text Example
White with #B13B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B40; }
p { color: rgb(177,59,64); }
H1.HeaderClassName
{
color: #B13B40;
}
.AnyTagClassName
{
color: #B13B40;
}
</style>
background-color css
<style>
a { background-color: #B13B40; }
a { background-color: rgb(177,59,64); }
div.DivClassName
{
background-color: #B13B40;
}
.BgClassName
{
background-color: #B13B40;
}
</style>
border-color css
<style>
span { border-color: #B13B40; }
span { border-color: rgb(177,59,64); }
td.TdClassName
{
border-color: #B13B40;
}
.TagClassName
{
border-color: #B13B40;
}
</style>