Shades of Brick Red #B6333F
Tints of Brick Red #B6333F
RGB
CMYK
RGB Variations
Color information
#B6333F (or 0xB6333F) is known color: Brick Red. HEX triplet: B6, 33 and 3F. RGB value is (182,51,63). Sum of RGB (Red+Green+Blue) = 182+51+63=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6333F is #49CCC0. Grayscale: #5B5B5B. Windows color (decimal): -4836545 or 4142006. OLE color: 4142006.
HSL color Cylindrical-coordinate representation of color #B6333F: hue angle of 354.5º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6333F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 63 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.29 |
| HSL | 354.5º | 0.56% | 0.46% | - |
| HSV(B) | 354.5º | 0.72% | 0.71% | - |
| XYZ | 21.37 | 12.67 | 6.02 | - |
| YUV | 91.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 63 | 0 | 0.72 | 0.65 | 0.29 | 354.5 | 0.56 | 0.46 |
| Hex | B6 | 33 | 3F | 0 | 48 | 41 | 1D | 163 | 38 | 2E |
| Octal | 266 | 63 | 77 | 0 | 110 | 101 | 35 | 543 | 70 | 56 |
| Binary | 10110110 | 110011 | 111111 | 0 | 1001000 | 1000001 | 11101 | 101100011 | 111000 | 101110 |
Color Harmonies of #B6333F
Complementary color
Monochromatic Colors of #B6333F
Black with #B6333F
Text Example
Text Example
White with #B6333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6333F; }
p { color: rgb(182,51,63); }
H1.HeaderClassName
{
color: #B6333F;
}
.AnyTagClassName
{
color: #B6333F;
}
</style>
background-color css
<style>
a { background-color: #B6333F; }
a { background-color: rgb(182,51,63); }
div.DivClassName
{
background-color: #B6333F;
}
.BgClassName
{
background-color: #B6333F;
}
</style>
border-color css
<style>
span { border-color: #B6333F; }
span { border-color: rgb(182,51,63); }
td.TdClassName
{
border-color: #B6333F;
}
.TagClassName
{
border-color: #B6333F;
}
</style>