Shades of Brick Red #B6373C
Tints of Brick Red #B6373C
RGB
CMYK
RGB Variations
Color information
#B6373C (or 0xB6373C) is known color: Brick Red. HEX triplet: B6, 37 and 3C. RGB value is (182,55,60). Sum of RGB (Red+Green+Blue) = 182+55+60=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6373C is #49C8C3. Grayscale: #5D5D5D. Windows color (decimal): -4835524 or 3946422. OLE color: 3946422.
HSL color Cylindrical-coordinate representation of color #B6373C: hue angle of 357.64º 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 #B6373C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 60 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.29 |
| HSL | 357.64º | 0.54% | 0.46% | - |
| HSV(B) | 357.64º | 0.7% | 0.71% | - |
| XYZ | 21.47 | 13 | 5.65 | - |
| YUV | 93.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 60 | 0 | 0.70 | 0.67 | 0.29 | 357.64 | 0.54 | 0.46 |
| Hex | B6 | 37 | 3C | 0 | 46 | 43 | 1D | 166 | 36 | 2E |
| Octal | 266 | 67 | 74 | 0 | 106 | 103 | 35 | 546 | 66 | 56 |
| Binary | 10110110 | 110111 | 111100 | 0 | 1000110 | 1000011 | 11101 | 101100110 | 110110 | 101110 |
Color Harmonies of #B6373C
Complementary color
Monochromatic Colors of #B6373C
Black with #B6373C
Text Example
Text Example
White with #B6373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6373C; }
p { color: rgb(182,55,60); }
H1.HeaderClassName
{
color: #B6373C;
}
.AnyTagClassName
{
color: #B6373C;
}
</style>
background-color css
<style>
a { background-color: #B6373C; }
a { background-color: rgb(182,55,60); }
div.DivClassName
{
background-color: #B6373C;
}
.BgClassName
{
background-color: #B6373C;
}
</style>
border-color css
<style>
span { border-color: #B6373C; }
span { border-color: rgb(182,55,60); }
td.TdClassName
{
border-color: #B6373C;
}
.TagClassName
{
border-color: #B6373C;
}
</style>