Shades of Brick Red #B63441
Tints of Brick Red #B63441
RGB
CMYK
RGB Variations
Color information
#B63441 (or 0xB63441) is known color: Brick Red. HEX triplet: B6, 34 and 41. RGB value is (182,52,65). Sum of RGB (Red+Green+Blue) = 182+52+65=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B63441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63441 is #49CBBE. Grayscale: #5C5C5C. Windows color (decimal): -4836287 or 4273334. OLE color: 4273334.
HSL color Cylindrical-coordinate representation of color #B63441: hue angle of 354º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63441 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 65 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.29 |
| HSL | 354º | 0.56% | 0.46% | - |
| HSV(B) | 354º | 0.71% | 0.71% | - |
| XYZ | 21.47 | 12.78 | 6.34 | - |
| YUV | 92.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 65 | 0 | 0.71 | 0.64 | 0.29 | 354 | 0.56 | 0.46 |
| Hex | B6 | 34 | 41 | 0 | 47 | 40 | 1D | 162 | 38 | 2E |
| Octal | 266 | 64 | 101 | 0 | 107 | 100 | 35 | 542 | 70 | 56 |
| Binary | 10110110 | 110100 | 1000001 | 0 | 1000111 | 1000000 | 11101 | 101100010 | 111000 | 101110 |
Color Harmonies of #B63441
Complementary color
Monochromatic Colors of #B63441
Black with #B63441
Text Example
Text Example
White with #B63441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63441; }
p { color: rgb(182,52,65); }
H1.HeaderClassName
{
color: #B63441;
}
.AnyTagClassName
{
color: #B63441;
}
</style>
background-color css
<style>
a { background-color: #B63441; }
a { background-color: rgb(182,52,65); }
div.DivClassName
{
background-color: #B63441;
}
.BgClassName
{
background-color: #B63441;
}
</style>
border-color css
<style>
span { border-color: #B63441; }
span { border-color: rgb(182,52,65); }
td.TdClassName
{
border-color: #B63441;
}
.TagClassName
{
border-color: #B63441;
}
</style>