Shades of Brick Red #B83B41
Tints of Brick Red #B83B41
RGB
CMYK
RGB Variations
Color information
#B83B41 (or 0xB83B41) is known color: Brick Red. HEX triplet: B8, 3B and 41. RGB value is (184,59,65). Sum of RGB (Red+Green+Blue) = 184+59+65=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B41 is #47C4BE. Grayscale: #616161. Windows color (decimal): -4703423 or 4275128. OLE color: 4275128.
HSL color Cylindrical-coordinate representation of color #B83B41: hue angle of 357.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B41 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 65 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.28 |
| HSL | 357.12º | 0.51% | 0.48% | - |
| HSV(B) | 357.12º | 0.68% | 0.72% | - |
| XYZ | 22.29 | 13.7 | 6.47 | - |
| YUV | 97.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 65 | 0 | 0.68 | 0.65 | 0.28 | 357.12 | 0.51 | 0.48 |
| Hex | B8 | 3B | 41 | 0 | 44 | 41 | 1C | 165 | 33 | 30 |
| Octal | 270 | 73 | 101 | 0 | 104 | 101 | 34 | 545 | 63 | 60 |
| Binary | 10111000 | 111011 | 1000001 | 0 | 1000100 | 1000001 | 11100 | 101100101 | 110011 | 110000 |
Color Harmonies of #B83B41
Complementary color
Monochromatic Colors of #B83B41
Black with #B83B41
Text Example
Text Example
White with #B83B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B41; }
p { color: rgb(184,59,65); }
H1.HeaderClassName
{
color: #B83B41;
}
.AnyTagClassName
{
color: #B83B41;
}
</style>
background-color css
<style>
a { background-color: #B83B41; }
a { background-color: rgb(184,59,65); }
div.DivClassName
{
background-color: #B83B41;
}
.BgClassName
{
background-color: #B83B41;
}
</style>
border-color css
<style>
span { border-color: #B83B41; }
span { border-color: rgb(184,59,65); }
td.TdClassName
{
border-color: #B83B41;
}
.TagClassName
{
border-color: #B83B41;
}
</style>