Shades of Brick Red #B3313D
Tints of Brick Red #B3313D
RGB
CMYK
RGB Variations
Color information
#B3313D (or 0xB3313D) is known color: Brick Red. HEX triplet: B3, 31 and 3D. RGB value is (179,49,61). Sum of RGB (Red+Green+Blue) = 179+49+61=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3313D is #4CCEC2. Grayscale: #595959. Windows color (decimal): -5033667 or 4010419. OLE color: 4010419.
HSL color Cylindrical-coordinate representation of color #B3313D: hue angle of 354.46º 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 #B3313D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 61 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.30 |
| HSL | 354.46º | 0.57% | 0.45% | - |
| HSV(B) | 354.46º | 0.73% | 0.7% | - |
| XYZ | 20.53 | 12.12 | 5.67 | - |
| YUV | 89.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 61 | 0 | 0.73 | 0.66 | 0.30 | 354.46 | 0.57 | 0.45 |
| Hex | B3 | 31 | 3D | 0 | 49 | 42 | 1E | 162 | 39 | 2D |
| Octal | 263 | 61 | 75 | 0 | 111 | 102 | 36 | 542 | 71 | 55 |
| Binary | 10110011 | 110001 | 111101 | 0 | 1001001 | 1000010 | 11110 | 101100010 | 111001 | 101101 |
Color Harmonies of #B3313D
Complementary color
Monochromatic Colors of #B3313D
Black with #B3313D
Text Example
Text Example
White with #B3313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3313D; }
p { color: rgb(179,49,61); }
H1.HeaderClassName
{
color: #B3313D;
}
.AnyTagClassName
{
color: #B3313D;
}
</style>
background-color css
<style>
a { background-color: #B3313D; }
a { background-color: rgb(179,49,61); }
div.DivClassName
{
background-color: #B3313D;
}
.BgClassName
{
background-color: #B3313D;
}
</style>
border-color css
<style>
span { border-color: #B3313D; }
span { border-color: rgb(179,49,61); }
td.TdClassName
{
border-color: #B3313D;
}
.TagClassName
{
border-color: #B3313D;
}
</style>