Shades of Brick Red #B5353E
Tints of Brick Red #B5353E
RGB
CMYK
RGB Variations
Color information
#B5353E (or 0xB5353E) is known color: Brick Red. HEX triplet: B5, 35 and 3E. RGB value is (181,53,62). Sum of RGB (Red+Green+Blue) = 181+53+62=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5353E is #4ACAC1. Grayscale: #5C5C5C. Windows color (decimal): -4901570 or 4076981. OLE color: 4076981.
HSL color Cylindrical-coordinate representation of color #B5353E: hue angle of 355.78º 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 #B5353E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 62 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.29 |
| HSL | 355.78º | 0.55% | 0.46% | - |
| HSV(B) | 355.78º | 0.71% | 0.71% | - |
| XYZ | 21.2 | 12.72 | 5.89 | - |
| YUV | 92.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 62 | 0 | 0.71 | 0.66 | 0.29 | 355.78 | 0.55 | 0.46 |
| Hex | B5 | 35 | 3E | 0 | 47 | 42 | 1D | 164 | 37 | 2E |
| Octal | 265 | 65 | 76 | 0 | 107 | 102 | 35 | 544 | 67 | 56 |
| Binary | 10110101 | 110101 | 111110 | 0 | 1000111 | 1000010 | 11101 | 101100100 | 110111 | 101110 |
Color Harmonies of #B5353E
Complementary color
Monochromatic Colors of #B5353E
Black with #B5353E
Text Example
Text Example
White with #B5353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5353E; }
p { color: rgb(181,53,62); }
H1.HeaderClassName
{
color: #B5353E;
}
.AnyTagClassName
{
color: #B5353E;
}
</style>
background-color css
<style>
a { background-color: #B5353E; }
a { background-color: rgb(181,53,62); }
div.DivClassName
{
background-color: #B5353E;
}
.BgClassName
{
background-color: #B5353E;
}
</style>
border-color css
<style>
span { border-color: #B5353E; }
span { border-color: rgb(181,53,62); }
td.TdClassName
{
border-color: #B5353E;
}
.TagClassName
{
border-color: #B5353E;
}
</style>