Shades of Brick Red #B12D36
Tints of Brick Red #B12D36
RGB
CMYK
RGB Variations
Color information
#B12D36 (or 0xB12D36) is known color: Brick Red. HEX triplet: B1, 2D and 36. RGB value is (177,45,54). Sum of RGB (Red+Green+Blue) = 177+45+54=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D36 is #4ED2C9. Grayscale: #555555. Windows color (decimal): -5165770 or 3550641. OLE color: 3550641.
HSL color Cylindrical-coordinate representation of color #B12D36: hue angle of 355.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D36 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 54 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.31 |
| HSL | 355.91º | 0.59% | 0.44% | - |
| HSV(B) | 355.91º | 0.75% | 0.69% | - |
| XYZ | 19.74 | 11.49 | 4.67 | - |
| YUV | 85.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 54 | 0 | 0.75 | 0.69 | 0.31 | 355.91 | 0.59 | 0.44 |
| Hex | B1 | 2D | 36 | 0 | 4B | 45 | 1F | 164 | 3B | 2C |
| Octal | 261 | 55 | 66 | 0 | 113 | 105 | 37 | 544 | 73 | 54 |
| Binary | 10110001 | 101101 | 110110 | 0 | 1001011 | 1000101 | 11111 | 101100100 | 111011 | 101100 |
Color Harmonies of #B12D36
Complementary color
Monochromatic Colors of #B12D36
Black with #B12D36
Text Example
Text Example
White with #B12D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D36; }
p { color: rgb(177,45,54); }
H1.HeaderClassName
{
color: #B12D36;
}
.AnyTagClassName
{
color: #B12D36;
}
</style>
background-color css
<style>
a { background-color: #B12D36; }
a { background-color: rgb(177,45,54); }
div.DivClassName
{
background-color: #B12D36;
}
.BgClassName
{
background-color: #B12D36;
}
</style>
border-color css
<style>
span { border-color: #B12D36; }
span { border-color: rgb(177,45,54); }
td.TdClassName
{
border-color: #B12D36;
}
.TagClassName
{
border-color: #B12D36;
}
</style>