Shades of Brick Red #B4293C
Tints of Brick Red #B4293C
RGB
CMYK
RGB Variations
Color information
#B4293C (or 0xB4293C) is known color: Brick Red. HEX triplet: B4, 29 and 3C. RGB value is (180,41,60). Sum of RGB (Red+Green+Blue) = 180+41+60=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4293C is #4BD6C3. Grayscale: #545454. Windows color (decimal): -4970180 or 3942836. OLE color: 3942836.
HSL color Cylindrical-coordinate representation of color #B4293C: hue angle of 351.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4293C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 60 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.29 |
| HSL | 351.8º | 0.63% | 0.43% | - |
| HSV(B) | 351.8º | 0.77% | 0.71% | - |
| XYZ | 20.43 | 11.62 | 5.44 | - |
| YUV | 84.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 60 | 0 | 0.77 | 0.67 | 0.29 | 351.8 | 0.63 | 0.43 |
| Hex | B4 | 29 | 3C | 0 | 4D | 43 | 1D | 160 | 3F | 2B |
| Octal | 264 | 51 | 74 | 0 | 115 | 103 | 35 | 540 | 77 | 53 |
| Binary | 10110100 | 101001 | 111100 | 0 | 1001101 | 1000011 | 11101 | 101100000 | 111111 | 101011 |
Color Harmonies of #B4293C
Complementary color
Monochromatic Colors of #B4293C
Black with #B4293C
Text Example
Text Example
White with #B4293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4293C; }
p { color: rgb(180,41,60); }
H1.HeaderClassName
{
color: #B4293C;
}
.AnyTagClassName
{
color: #B4293C;
}
</style>
background-color css
<style>
a { background-color: #B4293C; }
a { background-color: rgb(180,41,60); }
div.DivClassName
{
background-color: #B4293C;
}
.BgClassName
{
background-color: #B4293C;
}
</style>
border-color css
<style>
span { border-color: #B4293C; }
span { border-color: rgb(180,41,60); }
td.TdClassName
{
border-color: #B4293C;
}
.TagClassName
{
border-color: #B4293C;
}
</style>