Shades of Brick Red #B6323D
Tints of Brick Red #B6323D
RGB
CMYK
RGB Variations
Color information
#B6323D (or 0xB6323D) is known color: Brick Red. HEX triplet: B6, 32 and 3D. RGB value is (182,50,61). Sum of RGB (Red+Green+Blue) = 182+50+61=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6323D is #49CDC2. Grayscale: #5A5A5A. Windows color (decimal): -4836803 or 4010678. OLE color: 4010678.
HSL color Cylindrical-coordinate representation of color #B6323D: hue angle of 355º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6323D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 61 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.29 |
| HSL | 355º | 0.57% | 0.45% | - |
| HSV(B) | 355º | 0.73% | 0.71% | - |
| XYZ | 21.27 | 12.56 | 5.72 | - |
| YUV | 90.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 61 | 0 | 0.73 | 0.66 | 0.29 | 355 | 0.57 | 0.45 |
| Hex | B6 | 32 | 3D | 0 | 49 | 42 | 1D | 163 | 39 | 2D |
| Octal | 266 | 62 | 75 | 0 | 111 | 102 | 35 | 543 | 71 | 55 |
| Binary | 10110110 | 110010 | 111101 | 0 | 1001001 | 1000010 | 11101 | 101100011 | 111001 | 101101 |
Color Harmonies of #B6323D
Complementary color
Monochromatic Colors of #B6323D
Black with #B6323D
Text Example
Text Example
White with #B6323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6323D; }
p { color: rgb(182,50,61); }
H1.HeaderClassName
{
color: #B6323D;
}
.AnyTagClassName
{
color: #B6323D;
}
</style>
background-color css
<style>
a { background-color: #B6323D; }
a { background-color: rgb(182,50,61); }
div.DivClassName
{
background-color: #B6323D;
}
.BgClassName
{
background-color: #B6323D;
}
</style>
border-color css
<style>
span { border-color: #B6323D; }
span { border-color: rgb(182,50,61); }
td.TdClassName
{
border-color: #B6323D;
}
.TagClassName
{
border-color: #B6323D;
}
</style>