Shades of Brick Red #B4333A
Tints of Brick Red #B4333A
RGB
CMYK
RGB Variations
Color information
#B4333A (or 0xB4333A) is known color: Brick Red. HEX triplet: B4, 33 and 3A. RGB value is (180,51,58). Sum of RGB (Red+Green+Blue) = 180+51+58=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4333A is #4BCCC5. Grayscale: #5A5A5A. Windows color (decimal): -4967622 or 3814324. OLE color: 3814324.
HSL color Cylindrical-coordinate representation of color #B4333A: hue angle of 356.74º degrees, saturation: 0.56, 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 #B4333A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 58 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.29 |
| HSL | 356.74º | 0.56% | 0.45% | - |
| HSV(B) | 356.74º | 0.72% | 0.71% | - |
| XYZ | 20.77 | 12.38 | 5.3 | - |
| YUV | 90.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 58 | 0 | 0.72 | 0.68 | 0.29 | 356.74 | 0.56 | 0.45 |
| Hex | B4 | 33 | 3A | 0 | 48 | 44 | 1D | 165 | 38 | 2D |
| Octal | 264 | 63 | 72 | 0 | 110 | 104 | 35 | 545 | 70 | 55 |
| Binary | 10110100 | 110011 | 111010 | 0 | 1001000 | 1000100 | 11101 | 101100101 | 111000 | 101101 |
Color Harmonies of #B4333A
Complementary color
Monochromatic Colors of #B4333A
Black with #B4333A
Text Example
Text Example
White with #B4333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4333A; }
p { color: rgb(180,51,58); }
H1.HeaderClassName
{
color: #B4333A;
}
.AnyTagClassName
{
color: #B4333A;
}
</style>
background-color css
<style>
a { background-color: #B4333A; }
a { background-color: rgb(180,51,58); }
div.DivClassName
{
background-color: #B4333A;
}
.BgClassName
{
background-color: #B4333A;
}
</style>
border-color css
<style>
span { border-color: #B4333A; }
span { border-color: rgb(180,51,58); }
td.TdClassName
{
border-color: #B4333A;
}
.TagClassName
{
border-color: #B4333A;
}
</style>