Shades of Brick Red #B5343D
Tints of Brick Red #B5343D
RGB
CMYK
RGB Variations
Color information
#B5343D (or 0xB5343D) is known color: Brick Red. HEX triplet: B5, 34 and 3D. RGB value is (181,52,61). Sum of RGB (Red+Green+Blue) = 181+52+61=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343D is #4ACBC2. Grayscale: #5B5B5B. Windows color (decimal): -4901827 or 4011189. OLE color: 4011189.
HSL color Cylindrical-coordinate representation of color #B5343D: hue angle of 355.81º 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 #B5343D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.29 |
| HSL | 355.81º | 0.55% | 0.46% | - |
| HSV(B) | 355.81º | 0.71% | 0.71% | - |
| XYZ | 21.13 | 12.62 | 5.74 | - |
| YUV | 91.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 61 | 0 | 0.71 | 0.66 | 0.29 | 355.81 | 0.55 | 0.46 |
| Hex | B5 | 34 | 3D | 0 | 47 | 42 | 1D | 164 | 37 | 2E |
| Octal | 265 | 64 | 75 | 0 | 107 | 102 | 35 | 544 | 67 | 56 |
| Binary | 10110101 | 110100 | 111101 | 0 | 1000111 | 1000010 | 11101 | 101100100 | 110111 | 101110 |
Color Harmonies of #B5343D
Complementary color
Monochromatic Colors of #B5343D
Black with #B5343D
Text Example
Text Example
White with #B5343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5343D; }
p { color: rgb(181,52,61); }
H1.HeaderClassName
{
color: #B5343D;
}
.AnyTagClassName
{
color: #B5343D;
}
</style>
background-color css
<style>
a { background-color: #B5343D; }
a { background-color: rgb(181,52,61); }
div.DivClassName
{
background-color: #B5343D;
}
.BgClassName
{
background-color: #B5343D;
}
</style>
border-color css
<style>
span { border-color: #B5343D; }
span { border-color: rgb(181,52,61); }
td.TdClassName
{
border-color: #B5343D;
}
.TagClassName
{
border-color: #B5343D;
}
</style>