Shades of Brick Red #B6313F
Tints of Brick Red #B6313F
RGB
CMYK
RGB Variations
Color information
#B6313F (or 0xB6313F) is known color: Brick Red. HEX triplet: B6, 31 and 3F. RGB value is (182,49,63). Sum of RGB (Red+Green+Blue) = 182+49+63=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6313F is #49CEC0. Grayscale: #5A5A5A. Windows color (decimal): -4837057 or 4141494. OLE color: 4141494.
HSL color Cylindrical-coordinate representation of color #B6313F: hue angle of 353.68º degrees, saturation: 0.58, 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 #B6313F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 63 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.29 |
| HSL | 353.68º | 0.58% | 0.45% | - |
| HSV(B) | 353.68º | 0.73% | 0.71% | - |
| XYZ | 21.29 | 12.5 | 5.99 | - |
| YUV | 90.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 63 | 0 | 0.73 | 0.65 | 0.29 | 353.68 | 0.58 | 0.45 |
| Hex | B6 | 31 | 3F | 0 | 49 | 41 | 1D | 162 | 3A | 2D |
| Octal | 266 | 61 | 77 | 0 | 111 | 101 | 35 | 542 | 72 | 55 |
| Binary | 10110110 | 110001 | 111111 | 0 | 1001001 | 1000001 | 11101 | 101100010 | 111010 | 101101 |
Color Harmonies of #B6313F
Complementary color
Monochromatic Colors of #B6313F
Black with #B6313F
Text Example
Text Example
White with #B6313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6313F; }
p { color: rgb(182,49,63); }
H1.HeaderClassName
{
color: #B6313F;
}
.AnyTagClassName
{
color: #B6313F;
}
</style>
background-color css
<style>
a { background-color: #B6313F; }
a { background-color: rgb(182,49,63); }
div.DivClassName
{
background-color: #B6313F;
}
.BgClassName
{
background-color: #B6313F;
}
</style>
border-color css
<style>
span { border-color: #B6313F; }
span { border-color: rgb(182,49,63); }
td.TdClassName
{
border-color: #B6313F;
}
.TagClassName
{
border-color: #B6313F;
}
</style>