Shades of Brick Red #B5343F
Tints of Brick Red #B5343F
RGB
CMYK
RGB Variations
Color information
#B5343F (or 0xB5343F) is known color: Brick Red. HEX triplet: B5, 34 and 3F. RGB value is (181,52,63). Sum of RGB (Red+Green+Blue) = 181+52+63=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343F is #4ACBC0. Grayscale: #5B5B5B. Windows color (decimal): -4901825 or 4142261. OLE color: 4142261.
HSL color Cylindrical-coordinate representation of color #B5343F: hue angle of 354.88º degrees, saturation: 0.55, 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 #B5343F is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 63 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.29 |
| HSL | 354.88º | 0.55% | 0.46% | - |
| HSV(B) | 354.88º | 0.71% | 0.71% | - |
| XYZ | 21.18 | 12.64 | 6.03 | - |
| YUV | 91.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 63 | 0 | 0.71 | 0.65 | 0.29 | 354.88 | 0.55 | 0.46 |
| Hex | B5 | 34 | 3F | 0 | 47 | 41 | 1D | 163 | 37 | 2E |
| Octal | 265 | 64 | 77 | 0 | 107 | 101 | 35 | 543 | 67 | 56 |
| Binary | 10110101 | 110100 | 111111 | 0 | 1000111 | 1000001 | 11101 | 101100011 | 110111 | 101110 |
Color Harmonies of #B5343F
Complementary color
Monochromatic Colors of #B5343F
Black with #B5343F
Text Example
Text Example
White with #B5343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5343F; }
p { color: rgb(181,52,63); }
H1.HeaderClassName
{
color: #B5343F;
}
.AnyTagClassName
{
color: #B5343F;
}
</style>
background-color css
<style>
a { background-color: #B5343F; }
a { background-color: rgb(181,52,63); }
div.DivClassName
{
background-color: #B5343F;
}
.BgClassName
{
background-color: #B5343F;
}
</style>
border-color css
<style>
span { border-color: #B5343F; }
span { border-color: rgb(181,52,63); }
td.TdClassName
{
border-color: #B5343F;
}
.TagClassName
{
border-color: #B5343F;
}
</style>