Shades of Brick Red #B72A3E
Tints of Brick Red #B72A3E
RGB
CMYK
RGB Variations
Color information
#B72A3E (or 0xB72A3E) is known color: Brick Red. HEX triplet: B7, 2A and 3E. RGB value is (183,42,62). Sum of RGB (Red+Green+Blue) = 183+42+62=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A3E is #48D5C1. Grayscale: #565656. Windows color (decimal): -4773314 or 4074167. OLE color: 4074167.
HSL color Cylindrical-coordinate representation of color #B72A3E: hue angle of 351.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A3E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 62 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.28 |
| HSL | 351.49º | 0.63% | 0.44% | - |
| HSV(B) | 351.49º | 0.77% | 0.72% | - |
| XYZ | 21.23 | 12.07 | 5.77 | - |
| YUV | 86.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 62 | 0 | 0.77 | 0.66 | 0.28 | 351.49 | 0.63 | 0.44 |
| Hex | B7 | 2A | 3E | 0 | 4D | 42 | 1C | 15F | 3F | 2C |
| Octal | 267 | 52 | 76 | 0 | 115 | 102 | 34 | 537 | 77 | 54 |
| Binary | 10110111 | 101010 | 111110 | 0 | 1001101 | 1000010 | 11100 | 101011111 | 111111 | 101100 |
Color Harmonies of #B72A3E
Complementary color
Monochromatic Colors of #B72A3E
Black with #B72A3E
Text Example
Text Example
White with #B72A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A3E; }
p { color: rgb(183,42,62); }
H1.HeaderClassName
{
color: #B72A3E;
}
.AnyTagClassName
{
color: #B72A3E;
}
</style>
background-color css
<style>
a { background-color: #B72A3E; }
a { background-color: rgb(183,42,62); }
div.DivClassName
{
background-color: #B72A3E;
}
.BgClassName
{
background-color: #B72A3E;
}
</style>
border-color css
<style>
span { border-color: #B72A3E; }
span { border-color: rgb(183,42,62); }
td.TdClassName
{
border-color: #B72A3E;
}
.TagClassName
{
border-color: #B72A3E;
}
</style>