Shades of Brick Red #B13B3E
Tints of Brick Red #B13B3E
RGB
CMYK
RGB Variations
Color information
#B13B3E (or 0xB13B3E) is known color: Brick Red. HEX triplet: B1, 3B and 3E. RGB value is (177,59,62). Sum of RGB (Red+Green+Blue) = 177+59+62=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B3E is #4EC4C1. Grayscale: #5E5E5E. Windows color (decimal): -5162178 or 4078513. OLE color: 4078513.
HSL color Cylindrical-coordinate representation of color #B13B3E: hue angle of 358.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B3E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 62 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.31 |
| HSL | 358.47º | 0.5% | 0.46% | - |
| HSV(B) | 358.47º | 0.67% | 0.69% | - |
| XYZ | 20.56 | 12.82 | 5.95 | - |
| YUV | 94.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 62 | 0 | 0.67 | 0.65 | 0.31 | 358.47 | 0.5 | 0.46 |
| Hex | B1 | 3B | 3E | 0 | 43 | 41 | 1F | 166 | 32 | 2E |
| Octal | 261 | 73 | 76 | 0 | 103 | 101 | 37 | 546 | 62 | 56 |
| Binary | 10110001 | 111011 | 111110 | 0 | 1000011 | 1000001 | 11111 | 101100110 | 110010 | 101110 |
Color Harmonies of #B13B3E
Complementary color
Monochromatic Colors of #B13B3E
Black with #B13B3E
Text Example
Text Example
White with #B13B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B3E; }
p { color: rgb(177,59,62); }
H1.HeaderClassName
{
color: #B13B3E;
}
.AnyTagClassName
{
color: #B13B3E;
}
</style>
background-color css
<style>
a { background-color: #B13B3E; }
a { background-color: rgb(177,59,62); }
div.DivClassName
{
background-color: #B13B3E;
}
.BgClassName
{
background-color: #B13B3E;
}
</style>
border-color css
<style>
span { border-color: #B13B3E; }
span { border-color: rgb(177,59,62); }
td.TdClassName
{
border-color: #B13B3E;
}
.TagClassName
{
border-color: #B13B3E;
}
</style>