Shades of Brick Red #B32D36
Tints of Brick Red #B32D36
RGB
CMYK
RGB Variations
Color information
#B32D36 (or 0xB32D36) is known color: Brick Red. HEX triplet: B3, 2D and 36. RGB value is (179,45,54). Sum of RGB (Red+Green+Blue) = 179+45+54=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D36 is #4CD2C9. Grayscale: #565656. Windows color (decimal): -5034698 or 3550643. OLE color: 3550643.
HSL color Cylindrical-coordinate representation of color #B32D36: hue angle of 355.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D36 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 54 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.30 |
| HSL | 355.97º | 0.6% | 0.44% | - |
| HSV(B) | 355.97º | 0.75% | 0.7% | - |
| XYZ | 20.19 | 11.73 | 4.69 | - |
| YUV | 86.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 54 | 0 | 0.75 | 0.70 | 0.30 | 355.97 | 0.6 | 0.44 |
| Hex | B3 | 2D | 36 | 0 | 4B | 46 | 1E | 164 | 3C | 2C |
| Octal | 263 | 55 | 66 | 0 | 113 | 106 | 36 | 544 | 74 | 54 |
| Binary | 10110011 | 101101 | 110110 | 0 | 1001011 | 1000110 | 11110 | 101100100 | 111100 | 101100 |
Color Harmonies of #B32D36
Complementary color
Monochromatic Colors of #B32D36
Black with #B32D36
Text Example
Text Example
White with #B32D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D36; }
p { color: rgb(179,45,54); }
H1.HeaderClassName
{
color: #B32D36;
}
.AnyTagClassName
{
color: #B32D36;
}
</style>
background-color css
<style>
a { background-color: #B32D36; }
a { background-color: rgb(179,45,54); }
div.DivClassName
{
background-color: #B32D36;
}
.BgClassName
{
background-color: #B32D36;
}
</style>
border-color css
<style>
span { border-color: #B32D36; }
span { border-color: rgb(179,45,54); }
td.TdClassName
{
border-color: #B32D36;
}
.TagClassName
{
border-color: #B32D36;
}
</style>