Shades of Brick Red #B63141
Tints of Brick Red #B63141
RGB
CMYK
RGB Variations
Color information
#B63141 (or 0xB63141) is known color: Brick Red. HEX triplet: B6, 31 and 41. RGB value is (182,49,65). Sum of RGB (Red+Green+Blue) = 182+49+65=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63141 is #49CEBE. Grayscale: #5A5A5A. Windows color (decimal): -4837055 or 4272566. OLE color: 4272566.
HSL color Cylindrical-coordinate representation of color #B63141: hue angle of 352.78º degrees, saturation: 0.58, 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 #B63141 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 65 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.29 |
| HSL | 352.78º | 0.58% | 0.45% | - |
| HSV(B) | 352.78º | 0.73% | 0.71% | - |
| XYZ | 21.34 | 12.52 | 6.29 | - |
| YUV | 90.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 65 | 0 | 0.73 | 0.64 | 0.29 | 352.78 | 0.58 | 0.45 |
| Hex | B6 | 31 | 41 | 0 | 49 | 40 | 1D | 161 | 3A | 2D |
| Octal | 266 | 61 | 101 | 0 | 111 | 100 | 35 | 541 | 72 | 55 |
| Binary | 10110110 | 110001 | 1000001 | 0 | 1001001 | 1000000 | 11101 | 101100001 | 111010 | 101101 |
Color Harmonies of #B63141
Complementary color
Monochromatic Colors of #B63141
Black with #B63141
Text Example
Text Example
White with #B63141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63141; }
p { color: rgb(182,49,65); }
H1.HeaderClassName
{
color: #B63141;
}
.AnyTagClassName
{
color: #B63141;
}
</style>
background-color css
<style>
a { background-color: #B63141; }
a { background-color: rgb(182,49,65); }
div.DivClassName
{
background-color: #B63141;
}
.BgClassName
{
background-color: #B63141;
}
</style>
border-color css
<style>
span { border-color: #B63141; }
span { border-color: rgb(182,49,65); }
td.TdClassName
{
border-color: #B63141;
}
.TagClassName
{
border-color: #B63141;
}
</style>