Shades of Brick Red #B42B3B
Tints of Brick Red #B42B3B
RGB
CMYK
RGB Variations
Color information
#B42B3B (or 0xB42B3B) is known color: Brick Red. HEX triplet: B4, 2B and 3B. RGB value is (180,43,59). Sum of RGB (Red+Green+Blue) = 180+43+59=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B3B is #4BD4C4. Grayscale: #555555. Windows color (decimal): -4969669 or 3877812. OLE color: 3877812.
HSL color Cylindrical-coordinate representation of color #B42B3B: hue angle of 352.99º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B3B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 59 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.29 |
| HSL | 352.99º | 0.61% | 0.44% | - |
| HSV(B) | 352.99º | 0.76% | 0.71% | - |
| XYZ | 20.48 | 11.75 | 5.33 | - |
| YUV | 85.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 59 | 0 | 0.76 | 0.67 | 0.29 | 352.99 | 0.61 | 0.44 |
| Hex | B4 | 2B | 3B | 0 | 4C | 43 | 1D | 161 | 3D | 2C |
| Octal | 264 | 53 | 73 | 0 | 114 | 103 | 35 | 541 | 75 | 54 |
| Binary | 10110100 | 101011 | 111011 | 0 | 1001100 | 1000011 | 11101 | 101100001 | 111101 | 101100 |
Color Harmonies of #B42B3B
Complementary color
Monochromatic Colors of #B42B3B
Black with #B42B3B
Text Example
Text Example
White with #B42B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B3B; }
p { color: rgb(180,43,59); }
H1.HeaderClassName
{
color: #B42B3B;
}
.AnyTagClassName
{
color: #B42B3B;
}
</style>
background-color css
<style>
a { background-color: #B42B3B; }
a { background-color: rgb(180,43,59); }
div.DivClassName
{
background-color: #B42B3B;
}
.BgClassName
{
background-color: #B42B3B;
}
</style>
border-color css
<style>
span { border-color: #B42B3B; }
span { border-color: rgb(180,43,59); }
td.TdClassName
{
border-color: #B42B3B;
}
.TagClassName
{
border-color: #B42B3B;
}
</style>