Shades of Brick Red #B42C34
Tints of Brick Red #B42C34
RGB
CMYK
RGB Variations
Color information
#B42C34 (or 0xB42C34) is known color: Brick Red. HEX triplet: B4, 2C and 34. RGB value is (180,44,52). Sum of RGB (Red+Green+Blue) = 180+44+52=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C34 is #4BD3CB. Grayscale: #555555. Windows color (decimal): -4969420 or 3419316. OLE color: 3419316.
HSL color Cylindrical-coordinate representation of color #B42C34: hue angle of 356.47º 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 #B42C34 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 52 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.29 |
| HSL | 356.47º | 0.61% | 0.44% | - |
| HSV(B) | 356.47º | 0.76% | 0.71% | - |
| XYZ | 20.34 | 11.75 | 4.45 | - |
| YUV | 85.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 52 | 0 | 0.76 | 0.71 | 0.29 | 356.47 | 0.61 | 0.44 |
| Hex | B4 | 2C | 34 | 0 | 4C | 47 | 1D | 164 | 3D | 2C |
| Octal | 264 | 54 | 64 | 0 | 114 | 107 | 35 | 544 | 75 | 54 |
| Binary | 10110100 | 101100 | 110100 | 0 | 1001100 | 1000111 | 11101 | 101100100 | 111101 | 101100 |
Color Harmonies of #B42C34
Complementary color
Monochromatic Colors of #B42C34
Black with #B42C34
Text Example
Text Example
White with #B42C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C34; }
p { color: rgb(180,44,52); }
H1.HeaderClassName
{
color: #B42C34;
}
.AnyTagClassName
{
color: #B42C34;
}
</style>
background-color css
<style>
a { background-color: #B42C34; }
a { background-color: rgb(180,44,52); }
div.DivClassName
{
background-color: #B42C34;
}
.BgClassName
{
background-color: #B42C34;
}
</style>
border-color css
<style>
span { border-color: #B42C34; }
span { border-color: rgb(180,44,52); }
td.TdClassName
{
border-color: #B42C34;
}
.TagClassName
{
border-color: #B42C34;
}
</style>