Shades of Brick Red #B6373D
Tints of Brick Red #B6373D
RGB
CMYK
RGB Variations
Color information
#B6373D (or 0xB6373D) is known color: Brick Red. HEX triplet: B6, 37 and 3D. RGB value is (182,55,61). Sum of RGB (Red+Green+Blue) = 182+55+61=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6373D is #49C8C2. Grayscale: #5D5D5D. Windows color (decimal): -4835523 or 4011958. OLE color: 4011958.
HSL color Cylindrical-coordinate representation of color #B6373D: hue angle of 357.17º 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 #B6373D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 61 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.29 |
| HSL | 357.17º | 0.54% | 0.46% | - |
| HSV(B) | 357.17º | 0.7% | 0.71% | - |
| XYZ | 21.5 | 13.01 | 5.79 | - |
| YUV | 93.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 61 | 0 | 0.70 | 0.66 | 0.29 | 357.17 | 0.54 | 0.46 |
| Hex | B6 | 37 | 3D | 0 | 46 | 42 | 1D | 165 | 36 | 2E |
| Octal | 266 | 67 | 75 | 0 | 106 | 102 | 35 | 545 | 66 | 56 |
| Binary | 10110110 | 110111 | 111101 | 0 | 1000110 | 1000010 | 11101 | 101100101 | 110110 | 101110 |
Color Harmonies of #B6373D
Complementary color
Monochromatic Colors of #B6373D
Black with #B6373D
Text Example
Text Example
White with #B6373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6373D; }
p { color: rgb(182,55,61); }
H1.HeaderClassName
{
color: #B6373D;
}
.AnyTagClassName
{
color: #B6373D;
}
</style>
background-color css
<style>
a { background-color: #B6373D; }
a { background-color: rgb(182,55,61); }
div.DivClassName
{
background-color: #B6373D;
}
.BgClassName
{
background-color: #B6373D;
}
</style>
border-color css
<style>
span { border-color: #B6373D; }
span { border-color: rgb(182,55,61); }
td.TdClassName
{
border-color: #B6373D;
}
.TagClassName
{
border-color: #B6373D;
}
</style>