Shades of Brick Red #B83642
Tints of Brick Red #B83642
RGB
CMYK
RGB Variations
Color information
#B83642 (or 0xB83642) is known color: Brick Red. HEX triplet: B8, 36 and 42. RGB value is (184,54,66). Sum of RGB (Red+Green+Blue) = 184+54+66=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83642 is #47C9BD. Grayscale: #5E5E5E. Windows color (decimal): -4704702 or 4339384. OLE color: 4339384.
HSL color Cylindrical-coordinate representation of color #B83642: hue angle of 354.46º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83642 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 66 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.28 |
| HSL | 354.46º | 0.55% | 0.47% | - |
| HSV(B) | 354.46º | 0.71% | 0.72% | - |
| XYZ | 22.07 | 13.22 | 6.54 | - |
| YUV | 94.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 66 | 0 | 0.71 | 0.64 | 0.28 | 354.46 | 0.55 | 0.47 |
| Hex | B8 | 36 | 42 | 0 | 47 | 40 | 1C | 162 | 37 | 2F |
| Octal | 270 | 66 | 102 | 0 | 107 | 100 | 34 | 542 | 67 | 57 |
| Binary | 10111000 | 110110 | 1000010 | 0 | 1000111 | 1000000 | 11100 | 101100010 | 110111 | 101111 |
Color Harmonies of #B83642
Complementary color
Monochromatic Colors of #B83642
Black with #B83642
Text Example
Text Example
White with #B83642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83642; }
p { color: rgb(184,54,66); }
H1.HeaderClassName
{
color: #B83642;
}
.AnyTagClassName
{
color: #B83642;
}
</style>
background-color css
<style>
a { background-color: #B83642; }
a { background-color: rgb(184,54,66); }
div.DivClassName
{
background-color: #B83642;
}
.BgClassName
{
background-color: #B83642;
}
</style>
border-color css
<style>
span { border-color: #B83642; }
span { border-color: rgb(184,54,66); }
td.TdClassName
{
border-color: #B83642;
}
.TagClassName
{
border-color: #B83642;
}
</style>