Shades of Brick Red #B83F44
Tints of Brick Red #B83F44
RGB
CMYK
RGB Variations
Color information
#B83F44 (or 0xB83F44) is known color: Brick Red. HEX triplet: B8, 3F and 44. RGB value is (184,63,68). Sum of RGB (Red+Green+Blue) = 184+63+68=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F44 is #47C0BB. Grayscale: #636363. Windows color (decimal): -4702396 or 4472760. OLE color: 4472760.
HSL color Cylindrical-coordinate representation of color #B83F44: hue angle of 357.52º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F44 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 68 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.28 |
| HSL | 357.52º | 0.49% | 0.48% | - |
| HSV(B) | 357.52º | 0.66% | 0.72% | - |
| XYZ | 22.59 | 14.16 | 7.01 | - |
| YUV | 99.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 68 | 0 | 0.66 | 0.63 | 0.28 | 357.52 | 0.49 | 0.48 |
| Hex | B8 | 3F | 44 | 0 | 42 | 3F | 1C | 166 | 31 | 30 |
| Octal | 270 | 77 | 104 | 0 | 102 | 77 | 34 | 546 | 61 | 60 |
| Binary | 10111000 | 111111 | 1000100 | 0 | 1000010 | 111111 | 11100 | 101100110 | 110001 | 110000 |
Color Harmonies of #B83F44
Complementary color
Monochromatic Colors of #B83F44
Black with #B83F44
Text Example
Text Example
White with #B83F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F44; }
p { color: rgb(184,63,68); }
H1.HeaderClassName
{
color: #B83F44;
}
.AnyTagClassName
{
color: #B83F44;
}
</style>
background-color css
<style>
a { background-color: #B83F44; }
a { background-color: rgb(184,63,68); }
div.DivClassName
{
background-color: #B83F44;
}
.BgClassName
{
background-color: #B83F44;
}
</style>
border-color css
<style>
span { border-color: #B83F44; }
span { border-color: rgb(184,63,68); }
td.TdClassName
{
border-color: #B83F44;
}
.TagClassName
{
border-color: #B83F44;
}
</style>