Shades of Brick Red #B3313B
Tints of Brick Red #B3313B
RGB
CMYK
RGB Variations
Color information
#B3313B (or 0xB3313B) is known color: Brick Red. HEX triplet: B3, 31 and 3B. RGB value is (179,49,59). Sum of RGB (Red+Green+Blue) = 179+49+59=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313B is #4CCEC4. Grayscale: #595959. Windows color (decimal): -5033669 or 3879347. OLE color: 3879347.
HSL color Cylindrical-coordinate representation of color #B3313B: hue angle of 355.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3313B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 59 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.30 |
| HSL | 355.38º | 0.57% | 0.45% | - |
| HSV(B) | 355.38º | 0.73% | 0.7% | - |
| XYZ | 20.48 | 12.1 | 5.39 | - |
| YUV | 89.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 59 | 0 | 0.73 | 0.67 | 0.30 | 355.38 | 0.57 | 0.45 |
| Hex | B3 | 31 | 3B | 0 | 49 | 43 | 1E | 163 | 39 | 2D |
| Octal | 263 | 61 | 73 | 0 | 111 | 103 | 36 | 543 | 71 | 55 |
| Binary | 10110011 | 110001 | 111011 | 0 | 1001001 | 1000011 | 11110 | 101100011 | 111001 | 101101 |
Color Harmonies of #B3313B
Complementary color
Monochromatic Colors of #B3313B
Black with #B3313B
Text Example
Text Example
White with #B3313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3313B; }
p { color: rgb(179,49,59); }
H1.HeaderClassName
{
color: #B3313B;
}
.AnyTagClassName
{
color: #B3313B;
}
</style>
background-color css
<style>
a { background-color: #B3313B; }
a { background-color: rgb(179,49,59); }
div.DivClassName
{
background-color: #B3313B;
}
.BgClassName
{
background-color: #B3313B;
}
</style>
border-color css
<style>
span { border-color: #B3313B; }
span { border-color: rgb(179,49,59); }
td.TdClassName
{
border-color: #B3313B;
}
.TagClassName
{
border-color: #B3313B;
}
</style>