Shades of Brick Red #B4313D
Tints of Brick Red #B4313D
RGB
CMYK
RGB Variations
Color information
#B4313D (or 0xB4313D) is known color: Brick Red. HEX triplet: B4, 31 and 3D. RGB value is (180,49,61). Sum of RGB (Red+Green+Blue) = 180+49+61=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4313D is #4BCEC2. Grayscale: #595959. Windows color (decimal): -4968131 or 4010420. OLE color: 4010420.
HSL color Cylindrical-coordinate representation of color #B4313D: hue angle of 354.5º 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 #B4313D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 61 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.29 |
| HSL | 354.5º | 0.57% | 0.45% | - |
| HSV(B) | 354.5º | 0.73% | 0.71% | - |
| XYZ | 20.76 | 12.24 | 5.68 | - |
| YUV | 89.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 61 | 0 | 0.73 | 0.66 | 0.29 | 354.5 | 0.57 | 0.45 |
| Hex | B4 | 31 | 3D | 0 | 49 | 42 | 1D | 163 | 39 | 2D |
| Octal | 264 | 61 | 75 | 0 | 111 | 102 | 35 | 543 | 71 | 55 |
| Binary | 10110100 | 110001 | 111101 | 0 | 1001001 | 1000010 | 11101 | 101100011 | 111001 | 101101 |
Color Harmonies of #B4313D
Complementary color
Monochromatic Colors of #B4313D
Black with #B4313D
Text Example
Text Example
White with #B4313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4313D; }
p { color: rgb(180,49,61); }
H1.HeaderClassName
{
color: #B4313D;
}
.AnyTagClassName
{
color: #B4313D;
}
</style>
background-color css
<style>
a { background-color: #B4313D; }
a { background-color: rgb(180,49,61); }
div.DivClassName
{
background-color: #B4313D;
}
.BgClassName
{
background-color: #B4313D;
}
</style>
border-color css
<style>
span { border-color: #B4313D; }
span { border-color: rgb(180,49,61); }
td.TdClassName
{
border-color: #B4313D;
}
.TagClassName
{
border-color: #B4313D;
}
</style>