Shades of Brick Red #B1313D
Tints of Brick Red #B1313D
RGB
CMYK
RGB Variations
Color information
#B1313D (or 0xB1313D) is known color: Brick Red. HEX triplet: B1, 31 and 3D. RGB value is (177,49,61). Sum of RGB (Red+Green+Blue) = 177+49+61=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313D is #4ECEC2. Grayscale: #585858. Windows color (decimal): -5164739 or 4010417. OLE color: 4010417.
HSL color Cylindrical-coordinate representation of color #B1313D: hue angle of 354.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1313D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 61 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.31 |
| HSL | 354.38º | 0.57% | 0.44% | - |
| HSV(B) | 354.38º | 0.72% | 0.69% | - |
| XYZ | 20.07 | 11.88 | 5.65 | - |
| YUV | 88.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 61 | 0 | 0.72 | 0.66 | 0.31 | 354.38 | 0.57 | 0.44 |
| Hex | B1 | 31 | 3D | 0 | 48 | 42 | 1F | 162 | 39 | 2C |
| Octal | 261 | 61 | 75 | 0 | 110 | 102 | 37 | 542 | 71 | 54 |
| Binary | 10110001 | 110001 | 111101 | 0 | 1001000 | 1000010 | 11111 | 101100010 | 111001 | 101100 |
Color Harmonies of #B1313D
Complementary color
Monochromatic Colors of #B1313D
Black with #B1313D
Text Example
Text Example
White with #B1313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1313D; }
p { color: rgb(177,49,61); }
H1.HeaderClassName
{
color: #B1313D;
}
.AnyTagClassName
{
color: #B1313D;
}
</style>
background-color css
<style>
a { background-color: #B1313D; }
a { background-color: rgb(177,49,61); }
div.DivClassName
{
background-color: #B1313D;
}
.BgClassName
{
background-color: #B1313D;
}
</style>
border-color css
<style>
span { border-color: #B1313D; }
span { border-color: rgb(177,49,61); }
td.TdClassName
{
border-color: #B1313D;
}
.TagClassName
{
border-color: #B1313D;
}
</style>