Shades of Brick Red #B6293C
Tints of Brick Red #B6293C
RGB
CMYK
RGB Variations
Color information
#B6293C (or 0xB6293C) is known color: Brick Red. HEX triplet: B6, 29 and 3C. RGB value is (182,41,60). Sum of RGB (Red+Green+Blue) = 182+41+60=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6293C is #49D6C3. Grayscale: #555555. Windows color (decimal): -4839108 or 3942838. OLE color: 3942838.
HSL color Cylindrical-coordinate representation of color #B6293C: hue angle of 351.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6293C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 60 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.29 |
| HSL | 351.91º | 0.63% | 0.44% | - |
| HSV(B) | 351.91º | 0.77% | 0.71% | - |
| XYZ | 20.9 | 11.86 | 5.46 | - |
| YUV | 85.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 60 | 0 | 0.77 | 0.67 | 0.29 | 351.91 | 0.63 | 0.44 |
| Hex | B6 | 29 | 3C | 0 | 4D | 43 | 1D | 160 | 3F | 2C |
| Octal | 266 | 51 | 74 | 0 | 115 | 103 | 35 | 540 | 77 | 54 |
| Binary | 10110110 | 101001 | 111100 | 0 | 1001101 | 1000011 | 11101 | 101100000 | 111111 | 101100 |
Color Harmonies of #B6293C
Complementary color
Monochromatic Colors of #B6293C
Black with #B6293C
Text Example
Text Example
White with #B6293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6293C; }
p { color: rgb(182,41,60); }
H1.HeaderClassName
{
color: #B6293C;
}
.AnyTagClassName
{
color: #B6293C;
}
</style>
background-color css
<style>
a { background-color: #B6293C; }
a { background-color: rgb(182,41,60); }
div.DivClassName
{
background-color: #B6293C;
}
.BgClassName
{
background-color: #B6293C;
}
</style>
border-color css
<style>
span { border-color: #B6293C; }
span { border-color: rgb(182,41,60); }
td.TdClassName
{
border-color: #B6293C;
}
.TagClassName
{
border-color: #B6293C;
}
</style>