Shades of Brick Red #B5343A
Tints of Brick Red #B5343A
RGB
CMYK
RGB Variations
Color information
#B5343A (or 0xB5343A) is known color: Brick Red. HEX triplet: B5, 34 and 3A. RGB value is (181,52,58). Sum of RGB (Red+Green+Blue) = 181+52+58=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343A is #4ACBC5. Grayscale: #5B5B5B. Windows color (decimal): -4901830 or 3814581. OLE color: 3814581.
HSL color Cylindrical-coordinate representation of color #B5343A: hue angle of 357.21º 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 #B5343A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 58 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.29 |
| HSL | 357.21º | 0.55% | 0.46% | - |
| HSV(B) | 357.21º | 0.71% | 0.71% | - |
| XYZ | 21.05 | 12.59 | 5.32 | - |
| YUV | 91.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 58 | 0 | 0.71 | 0.68 | 0.29 | 357.21 | 0.55 | 0.46 |
| Hex | B5 | 34 | 3A | 0 | 47 | 44 | 1D | 165 | 37 | 2E |
| Octal | 265 | 64 | 72 | 0 | 107 | 104 | 35 | 545 | 67 | 56 |
| Binary | 10110101 | 110100 | 111010 | 0 | 1000111 | 1000100 | 11101 | 101100101 | 110111 | 101110 |
Color Harmonies of #B5343A
Complementary color
Monochromatic Colors of #B5343A
Black with #B5343A
Text Example
Text Example
White with #B5343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5343A; }
p { color: rgb(181,52,58); }
H1.HeaderClassName
{
color: #B5343A;
}
.AnyTagClassName
{
color: #B5343A;
}
</style>
background-color css
<style>
a { background-color: #B5343A; }
a { background-color: rgb(181,52,58); }
div.DivClassName
{
background-color: #B5343A;
}
.BgClassName
{
background-color: #B5343A;
}
</style>
border-color css
<style>
span { border-color: #B5343A; }
span { border-color: rgb(181,52,58); }
td.TdClassName
{
border-color: #B5343A;
}
.TagClassName
{
border-color: #B5343A;
}
</style>