Shades of Brick Red #B13A3D
Tints of Brick Red #B13A3D
RGB
CMYK
RGB Variations
Color information
#B13A3D (or 0xB13A3D) is known color: Brick Red. HEX triplet: B1, 3A and 3D. RGB value is (177,58,61). Sum of RGB (Red+Green+Blue) = 177+58+61=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A3D is #4EC5C2. Grayscale: #5E5E5E. Windows color (decimal): -5162435 or 4012721. OLE color: 4012721.
HSL color Cylindrical-coordinate representation of color #B13A3D: hue angle of 358.49º degrees, saturation: 0.51, 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 #B13A3D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 61 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.31 |
| HSL | 358.49º | 0.51% | 0.46% | - |
| HSV(B) | 358.49º | 0.67% | 0.69% | - |
| XYZ | 20.49 | 12.71 | 5.79 | - |
| YUV | 93.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 61 | 0 | 0.67 | 0.66 | 0.31 | 358.49 | 0.51 | 0.46 |
| Hex | B1 | 3A | 3D | 0 | 43 | 42 | 1F | 166 | 33 | 2E |
| Octal | 261 | 72 | 75 | 0 | 103 | 102 | 37 | 546 | 63 | 56 |
| Binary | 10110001 | 111010 | 111101 | 0 | 1000011 | 1000010 | 11111 | 101100110 | 110011 | 101110 |
Color Harmonies of #B13A3D
Complementary color
Monochromatic Colors of #B13A3D
Black with #B13A3D
Text Example
Text Example
White with #B13A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A3D; }
p { color: rgb(177,58,61); }
H1.HeaderClassName
{
color: #B13A3D;
}
.AnyTagClassName
{
color: #B13A3D;
}
</style>
background-color css
<style>
a { background-color: #B13A3D; }
a { background-color: rgb(177,58,61); }
div.DivClassName
{
background-color: #B13A3D;
}
.BgClassName
{
background-color: #B13A3D;
}
</style>
border-color css
<style>
span { border-color: #B13A3D; }
span { border-color: rgb(177,58,61); }
td.TdClassName
{
border-color: #B13A3D;
}
.TagClassName
{
border-color: #B13A3D;
}
</style>