Shades of Brick Red #B4323B
Tints of Brick Red #B4323B
RGB
CMYK
RGB Variations
Color information
#B4323B (or 0xB4323B) is known color: Brick Red. HEX triplet: B4, 32 and 3B. RGB value is (180,50,59). Sum of RGB (Red+Green+Blue) = 180+50+59=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4323B is #4BCDC4. Grayscale: #595959. Windows color (decimal): -4967877 or 3879604. OLE color: 3879604.
HSL color Cylindrical-coordinate representation of color #B4323B: hue angle of 355.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4323B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 59 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.29 |
| HSL | 355.85º | 0.57% | 0.45% | - |
| HSV(B) | 355.85º | 0.72% | 0.71% | - |
| XYZ | 20.75 | 12.3 | 5.42 | - |
| YUV | 89.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 59 | 0 | 0.72 | 0.67 | 0.29 | 355.85 | 0.57 | 0.45 |
| Hex | B4 | 32 | 3B | 0 | 48 | 43 | 1D | 164 | 39 | 2D |
| Octal | 264 | 62 | 73 | 0 | 110 | 103 | 35 | 544 | 71 | 55 |
| Binary | 10110100 | 110010 | 111011 | 0 | 1001000 | 1000011 | 11101 | 101100100 | 111001 | 101101 |
Color Harmonies of #B4323B
Complementary color
Monochromatic Colors of #B4323B
Black with #B4323B
Text Example
Text Example
White with #B4323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4323B; }
p { color: rgb(180,50,59); }
H1.HeaderClassName
{
color: #B4323B;
}
.AnyTagClassName
{
color: #B4323B;
}
</style>
background-color css
<style>
a { background-color: #B4323B; }
a { background-color: rgb(180,50,59); }
div.DivClassName
{
background-color: #B4323B;
}
.BgClassName
{
background-color: #B4323B;
}
</style>
border-color css
<style>
span { border-color: #B4323B; }
span { border-color: rgb(180,50,59); }
td.TdClassName
{
border-color: #B4323B;
}
.TagClassName
{
border-color: #B4323B;
}
</style>