Shades of Brick Red #B6363E
Tints of Brick Red #B6363E
RGB
CMYK
RGB Variations
Color information
#B6363E (or 0xB6363E) is known color: Brick Red. HEX triplet: B6, 36 and 3E. RGB value is (182,54,62). Sum of RGB (Red+Green+Blue) = 182+54+62=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6363E is #49C9C1. Grayscale: #5D5D5D. Windows color (decimal): -4835778 or 4077238. OLE color: 4077238.
HSL color Cylindrical-coordinate representation of color #B6363E: hue angle of 356.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6363E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 62 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.29 |
| HSL | 356.25º | 0.54% | 0.46% | - |
| HSV(B) | 356.25º | 0.7% | 0.71% | - |
| XYZ | 21.48 | 12.93 | 5.92 | - |
| YUV | 93.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 62 | 0 | 0.70 | 0.66 | 0.29 | 356.25 | 0.54 | 0.46 |
| Hex | B6 | 36 | 3E | 0 | 46 | 42 | 1D | 164 | 36 | 2E |
| Octal | 266 | 66 | 76 | 0 | 106 | 102 | 35 | 544 | 66 | 56 |
| Binary | 10110110 | 110110 | 111110 | 0 | 1000110 | 1000010 | 11101 | 101100100 | 110110 | 101110 |
Color Harmonies of #B6363E
Complementary color
Monochromatic Colors of #B6363E
Black with #B6363E
Text Example
Text Example
White with #B6363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6363E; }
p { color: rgb(182,54,62); }
H1.HeaderClassName
{
color: #B6363E;
}
.AnyTagClassName
{
color: #B6363E;
}
</style>
background-color css
<style>
a { background-color: #B6363E; }
a { background-color: rgb(182,54,62); }
div.DivClassName
{
background-color: #B6363E;
}
.BgClassName
{
background-color: #B6363E;
}
</style>
border-color css
<style>
span { border-color: #B6363E; }
span { border-color: rgb(182,54,62); }
td.TdClassName
{
border-color: #B6363E;
}
.TagClassName
{
border-color: #B6363E;
}
</style>