Shades of Brick Red #B63240
Tints of Brick Red #B63240
RGB
CMYK
RGB Variations
Color information
#B63240 (or 0xB63240) is known color: Brick Red. HEX triplet: B6, 32 and 40. RGB value is (182,50,64). Sum of RGB (Red+Green+Blue) = 182+50+64=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63240 is #49CDBF. Grayscale: #5B5B5B. Windows color (decimal): -4836800 or 4207286. OLE color: 4207286.
HSL color Cylindrical-coordinate representation of color #B63240: hue angle of 353.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63240 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 64 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.29 |
| HSL | 353.64º | 0.57% | 0.45% | - |
| HSV(B) | 353.64º | 0.73% | 0.71% | - |
| XYZ | 21.36 | 12.6 | 6.16 | - |
| YUV | 91.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 64 | 0 | 0.73 | 0.65 | 0.29 | 353.64 | 0.57 | 0.45 |
| Hex | B6 | 32 | 40 | 0 | 49 | 41 | 1D | 162 | 39 | 2D |
| Octal | 266 | 62 | 100 | 0 | 111 | 101 | 35 | 542 | 71 | 55 |
| Binary | 10110110 | 110010 | 1000000 | 0 | 1001001 | 1000001 | 11101 | 101100010 | 111001 | 101101 |
Color Harmonies of #B63240
Complementary color
Monochromatic Colors of #B63240
Black with #B63240
Text Example
Text Example
White with #B63240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63240; }
p { color: rgb(182,50,64); }
H1.HeaderClassName
{
color: #B63240;
}
.AnyTagClassName
{
color: #B63240;
}
</style>
background-color css
<style>
a { background-color: #B63240; }
a { background-color: rgb(182,50,64); }
div.DivClassName
{
background-color: #B63240;
}
.BgClassName
{
background-color: #B63240;
}
</style>
border-color css
<style>
span { border-color: #B63240; }
span { border-color: rgb(182,50,64); }
td.TdClassName
{
border-color: #B63240;
}
.TagClassName
{
border-color: #B63240;
}
</style>