Shades of Brick Red #B13D40
Tints of Brick Red #B13D40
RGB
CMYK
RGB Variations
Color information
#B13D40 (or 0xB13D40) is known color: Brick Red. HEX triplet: B1, 3D and 40. RGB value is (177,61,64). Sum of RGB (Red+Green+Blue) = 177+61+64=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D40 is #4EC2BF. Grayscale: #606060. Windows color (decimal): -5161664 or 4210097. OLE color: 4210097.
HSL color Cylindrical-coordinate representation of color #B13D40: hue angle of 358.45º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D40 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 64 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.31 |
| HSL | 358.45º | 0.49% | 0.47% | - |
| HSV(B) | 358.45º | 0.66% | 0.69% | - |
| XYZ | 20.73 | 13.05 | 6.28 | - |
| YUV | 96.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 64 | 0 | 0.66 | 0.64 | 0.31 | 358.45 | 0.49 | 0.47 |
| Hex | B1 | 3D | 40 | 0 | 42 | 40 | 1F | 166 | 31 | 2F |
| Octal | 261 | 75 | 100 | 0 | 102 | 100 | 37 | 546 | 61 | 57 |
| Binary | 10110001 | 111101 | 1000000 | 0 | 1000010 | 1000000 | 11111 | 101100110 | 110001 | 101111 |
Color Harmonies of #B13D40
Complementary color
Monochromatic Colors of #B13D40
Black with #B13D40
Text Example
Text Example
White with #B13D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D40; }
p { color: rgb(177,61,64); }
H1.HeaderClassName
{
color: #B13D40;
}
.AnyTagClassName
{
color: #B13D40;
}
</style>
background-color css
<style>
a { background-color: #B13D40; }
a { background-color: rgb(177,61,64); }
div.DivClassName
{
background-color: #B13D40;
}
.BgClassName
{
background-color: #B13D40;
}
</style>
border-color css
<style>
span { border-color: #B13D40; }
span { border-color: rgb(177,61,64); }
td.TdClassName
{
border-color: #B13D40;
}
.TagClassName
{
border-color: #B13D40;
}
</style>