Shades of Brick Red #B4313B
Tints of Brick Red #B4313B
RGB
CMYK
RGB Variations
Color information
#B4313B (or 0xB4313B) is known color: Brick Red. HEX triplet: B4, 31 and 3B. RGB value is (180,49,59). Sum of RGB (Red+Green+Blue) = 180+49+59=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4313B is #4BCEC4. Grayscale: #595959. Windows color (decimal): -4968133 or 3879348. OLE color: 3879348.
HSL color Cylindrical-coordinate representation of color #B4313B: hue angle of 355.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4313B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 59 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.29 |
| HSL | 355.42º | 0.57% | 0.45% | - |
| HSV(B) | 355.42º | 0.73% | 0.71% | - |
| XYZ | 20.71 | 12.22 | 5.4 | - |
| YUV | 89.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 59 | 0 | 0.73 | 0.67 | 0.29 | 355.42 | 0.57 | 0.45 |
| Hex | B4 | 31 | 3B | 0 | 49 | 43 | 1D | 163 | 39 | 2D |
| Octal | 264 | 61 | 73 | 0 | 111 | 103 | 35 | 543 | 71 | 55 |
| Binary | 10110100 | 110001 | 111011 | 0 | 1001001 | 1000011 | 11101 | 101100011 | 111001 | 101101 |
Color Harmonies of #B4313B
Complementary color
Monochromatic Colors of #B4313B
Black with #B4313B
Text Example
Text Example
White with #B4313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4313B; }
p { color: rgb(180,49,59); }
H1.HeaderClassName
{
color: #B4313B;
}
.AnyTagClassName
{
color: #B4313B;
}
</style>
background-color css
<style>
a { background-color: #B4313B; }
a { background-color: rgb(180,49,59); }
div.DivClassName
{
background-color: #B4313B;
}
.BgClassName
{
background-color: #B4313B;
}
</style>
border-color css
<style>
span { border-color: #B4313B; }
span { border-color: rgb(180,49,59); }
td.TdClassName
{
border-color: #B4313B;
}
.TagClassName
{
border-color: #B4313B;
}
</style>