Shades of Brick Red #B63740
Tints of Brick Red #B63740
RGB
CMYK
RGB Variations
Color information
#B63740 (or 0xB63740) is known color: Brick Red. HEX triplet: B6, 37 and 40. RGB value is (182,55,64). Sum of RGB (Red+Green+Blue) = 182+55+64=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63740 is #49C8BF. Grayscale: #5E5E5E. Windows color (decimal): -4835520 or 4208566. OLE color: 4208566.
HSL color Cylindrical-coordinate representation of color #B63740: hue angle of 355.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63740 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 64 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.29 |
| HSL | 355.75º | 0.54% | 0.46% | - |
| HSV(B) | 355.75º | 0.7% | 0.71% | - |
| XYZ | 21.58 | 13.05 | 6.23 | - |
| YUV | 94 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 64 | 0 | 0.70 | 0.65 | 0.29 | 355.75 | 0.54 | 0.46 |
| Hex | B6 | 37 | 40 | 0 | 46 | 41 | 1D | 164 | 36 | 2E |
| Octal | 266 | 67 | 100 | 0 | 106 | 101 | 35 | 544 | 66 | 56 |
| Binary | 10110110 | 110111 | 1000000 | 0 | 1000110 | 1000001 | 11101 | 101100100 | 110110 | 101110 |
Color Harmonies of #B63740
Complementary color
Monochromatic Colors of #B63740
Black with #B63740
Text Example
Text Example
White with #B63740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63740; }
p { color: rgb(182,55,64); }
H1.HeaderClassName
{
color: #B63740;
}
.AnyTagClassName
{
color: #B63740;
}
</style>
background-color css
<style>
a { background-color: #B63740; }
a { background-color: rgb(182,55,64); }
div.DivClassName
{
background-color: #B63740;
}
.BgClassName
{
background-color: #B63740;
}
</style>
border-color css
<style>
span { border-color: #B63740; }
span { border-color: rgb(182,55,64); }
td.TdClassName
{
border-color: #B63740;
}
.TagClassName
{
border-color: #B63740;
}
</style>