Shades of Brick Red #B8383F
Tints of Brick Red #B8383F
RGB
CMYK
RGB Variations
Color information
#B8383F (or 0xB8383F) is known color: Brick Red. HEX triplet: B8, 38 and 3F. RGB value is (184,56,63). Sum of RGB (Red+Green+Blue) = 184+56+63=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8383F is #47C7C0. Grayscale: #5F5F5F. Windows color (decimal): -4704193 or 4143288. OLE color: 4143288.
HSL color Cylindrical-coordinate representation of color #B8383F: hue angle of 356.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8383F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 63 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.28 |
| HSL | 356.72º | 0.53% | 0.47% | - |
| HSV(B) | 356.72º | 0.7% | 0.72% | - |
| XYZ | 22.08 | 13.38 | 6.12 | - |
| YUV | 95.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 63 | 0 | 0.70 | 0.66 | 0.28 | 356.72 | 0.53 | 0.47 |
| Hex | B8 | 38 | 3F | 0 | 46 | 42 | 1C | 165 | 35 | 2F |
| Octal | 270 | 70 | 77 | 0 | 106 | 102 | 34 | 545 | 65 | 57 |
| Binary | 10111000 | 111000 | 111111 | 0 | 1000110 | 1000010 | 11100 | 101100101 | 110101 | 101111 |
Color Harmonies of #B8383F
Complementary color
Monochromatic Colors of #B8383F
Black with #B8383F
Text Example
Text Example
White with #B8383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8383F; }
p { color: rgb(184,56,63); }
H1.HeaderClassName
{
color: #B8383F;
}
.AnyTagClassName
{
color: #B8383F;
}
</style>
background-color css
<style>
a { background-color: #B8383F; }
a { background-color: rgb(184,56,63); }
div.DivClassName
{
background-color: #B8383F;
}
.BgClassName
{
background-color: #B8383F;
}
</style>
border-color css
<style>
span { border-color: #B8383F; }
span { border-color: rgb(184,56,63); }
td.TdClassName
{
border-color: #B8383F;
}
.TagClassName
{
border-color: #B8383F;
}
</style>