Shades of Brick Red #B6343C
Tints of Brick Red #B6343C
RGB
CMYK
RGB Variations
Color information
#B6343C (or 0xB6343C) is known color: Brick Red. HEX triplet: B6, 34 and 3C. RGB value is (182,52,60). Sum of RGB (Red+Green+Blue) = 182+52+60=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6343C is #49CBC3. Grayscale: #5B5B5B. Windows color (decimal): -4836292 or 3945654. OLE color: 3945654.
HSL color Cylindrical-coordinate representation of color #B6343C: hue angle of 356.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6343C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 60 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.29 |
| HSL | 356.31º | 0.56% | 0.46% | - |
| HSV(B) | 356.31º | 0.71% | 0.71% | - |
| XYZ | 21.34 | 12.73 | 5.61 | - |
| YUV | 91.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 60 | 0 | 0.71 | 0.67 | 0.29 | 356.31 | 0.56 | 0.46 |
| Hex | B6 | 34 | 3C | 0 | 47 | 43 | 1D | 164 | 38 | 2E |
| Octal | 266 | 64 | 74 | 0 | 107 | 103 | 35 | 544 | 70 | 56 |
| Binary | 10110110 | 110100 | 111100 | 0 | 1000111 | 1000011 | 11101 | 101100100 | 111000 | 101110 |
Color Harmonies of #B6343C
Complementary color
Monochromatic Colors of #B6343C
Black with #B6343C
Text Example
Text Example
White with #B6343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6343C; }
p { color: rgb(182,52,60); }
H1.HeaderClassName
{
color: #B6343C;
}
.AnyTagClassName
{
color: #B6343C;
}
</style>
background-color css
<style>
a { background-color: #B6343C; }
a { background-color: rgb(182,52,60); }
div.DivClassName
{
background-color: #B6343C;
}
.BgClassName
{
background-color: #B6343C;
}
</style>
border-color css
<style>
span { border-color: #B6343C; }
span { border-color: rgb(182,52,60); }
td.TdClassName
{
border-color: #B6343C;
}
.TagClassName
{
border-color: #B6343C;
}
</style>