Shades of Brick Red #B4373C
Tints of Brick Red #B4373C
RGB
CMYK
RGB Variations
Color information
#B4373C (or 0xB4373C) is known color: Brick Red. HEX triplet: B4, 37 and 3C. RGB value is (180,55,60). Sum of RGB (Red+Green+Blue) = 180+55+60=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4373C is #4BC8C3. Grayscale: #5D5D5D. Windows color (decimal): -4966596 or 3946420. OLE color: 3946420.
HSL color Cylindrical-coordinate representation of color #B4373C: hue angle of 357.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4373C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.29 |
| HSL | 357.6º | 0.53% | 0.46% | - |
| HSV(B) | 357.6º | 0.69% | 0.71% | - |
| XYZ | 21 | 12.76 | 5.63 | - |
| YUV | 92.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 60 | 0 | 0.69 | 0.67 | 0.29 | 357.6 | 0.53 | 0.46 |
| Hex | B4 | 37 | 3C | 0 | 45 | 43 | 1D | 166 | 35 | 2E |
| Octal | 264 | 67 | 74 | 0 | 105 | 103 | 35 | 546 | 65 | 56 |
| Binary | 10110100 | 110111 | 111100 | 0 | 1000101 | 1000011 | 11101 | 101100110 | 110101 | 101110 |
Color Harmonies of #B4373C
Complementary color
Monochromatic Colors of #B4373C
Black with #B4373C
Text Example
Text Example
White with #B4373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4373C; }
p { color: rgb(180,55,60); }
H1.HeaderClassName
{
color: #B4373C;
}
.AnyTagClassName
{
color: #B4373C;
}
</style>
background-color css
<style>
a { background-color: #B4373C; }
a { background-color: rgb(180,55,60); }
div.DivClassName
{
background-color: #B4373C;
}
.BgClassName
{
background-color: #B4373C;
}
</style>
border-color css
<style>
span { border-color: #B4373C; }
span { border-color: rgb(180,55,60); }
td.TdClassName
{
border-color: #B4373C;
}
.TagClassName
{
border-color: #B4373C;
}
</style>