Shades of Brick Red #B42E3C
Tints of Brick Red #B42E3C
RGB
CMYK
RGB Variations
Color information
#B42E3C (or 0xB42E3C) is known color: Brick Red. HEX triplet: B4, 2E and 3C. RGB value is (180,46,60). Sum of RGB (Red+Green+Blue) = 180+46+60=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E3C is #4BD1C3. Grayscale: #575757. Windows color (decimal): -4968900 or 3944116. OLE color: 3944116.
HSL color Cylindrical-coordinate representation of color #B42E3C: hue angle of 353.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E3C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 60 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.29 |
| HSL | 353.73º | 0.59% | 0.44% | - |
| HSV(B) | 353.73º | 0.74% | 0.71% | - |
| XYZ | 20.62 | 11.98 | 5.5 | - |
| YUV | 87.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 60 | 0 | 0.74 | 0.67 | 0.29 | 353.73 | 0.59 | 0.44 |
| Hex | B4 | 2E | 3C | 0 | 4A | 43 | 1D | 162 | 3B | 2C |
| Octal | 264 | 56 | 74 | 0 | 112 | 103 | 35 | 542 | 73 | 54 |
| Binary | 10110100 | 101110 | 111100 | 0 | 1001010 | 1000011 | 11101 | 101100010 | 111011 | 101100 |
Color Harmonies of #B42E3C
Complementary color
Monochromatic Colors of #B42E3C
Black with #B42E3C
Text Example
Text Example
White with #B42E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E3C; }
p { color: rgb(180,46,60); }
H1.HeaderClassName
{
color: #B42E3C;
}
.AnyTagClassName
{
color: #B42E3C;
}
</style>
background-color css
<style>
a { background-color: #B42E3C; }
a { background-color: rgb(180,46,60); }
div.DivClassName
{
background-color: #B42E3C;
}
.BgClassName
{
background-color: #B42E3C;
}
</style>
border-color css
<style>
span { border-color: #B42E3C; }
span { border-color: rgb(180,46,60); }
td.TdClassName
{
border-color: #B42E3C;
}
.TagClassName
{
border-color: #B42E3C;
}
</style>