Shades of Brick Red #B5343E
Tints of Brick Red #B5343E
RGB
CMYK
RGB Variations
Color information
#B5343E (or 0xB5343E) is known color: Brick Red. HEX triplet: B5, 34 and 3E. RGB value is (181,52,62). Sum of RGB (Red+Green+Blue) = 181+52+62=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343E is #4ACBC1. Grayscale: #5B5B5B. Windows color (decimal): -4901826 or 4076725. OLE color: 4076725.
HSL color Cylindrical-coordinate representation of color #B5343E: hue angle of 355.35º 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 #B5343E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 62 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.29 |
| HSL | 355.35º | 0.55% | 0.46% | - |
| HSV(B) | 355.35º | 0.71% | 0.71% | - |
| XYZ | 21.15 | 12.63 | 5.88 | - |
| YUV | 91.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 62 | 0 | 0.71 | 0.66 | 0.29 | 355.35 | 0.55 | 0.46 |
| Hex | B5 | 34 | 3E | 0 | 47 | 42 | 1D | 163 | 37 | 2E |
| Octal | 265 | 64 | 76 | 0 | 107 | 102 | 35 | 543 | 67 | 56 |
| Binary | 10110101 | 110100 | 111110 | 0 | 1000111 | 1000010 | 11101 | 101100011 | 110111 | 101110 |
Color Harmonies of #B5343E
Complementary color
Monochromatic Colors of #B5343E
Black with #B5343E
Text Example
Text Example
White with #B5343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5343E; }
p { color: rgb(181,52,62); }
H1.HeaderClassName
{
color: #B5343E;
}
.AnyTagClassName
{
color: #B5343E;
}
</style>
background-color css
<style>
a { background-color: #B5343E; }
a { background-color: rgb(181,52,62); }
div.DivClassName
{
background-color: #B5343E;
}
.BgClassName
{
background-color: #B5343E;
}
</style>
border-color css
<style>
span { border-color: #B5343E; }
span { border-color: rgb(181,52,62); }
td.TdClassName
{
border-color: #B5343E;
}
.TagClassName
{
border-color: #B5343E;
}
</style>