Shades of Brick Red #B3333B
Tints of Brick Red #B3333B
RGB
CMYK
RGB Variations
Color information
#B3333B (or 0xB3333B) is known color: Brick Red. HEX triplet: B3, 33 and 3B. RGB value is (179,51,59). Sum of RGB (Red+Green+Blue) = 179+51+59=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3333B is #4CCCC4. Grayscale: #5A5A5A. Windows color (decimal): -5033157 or 3879859. OLE color: 3879859.
HSL color Cylindrical-coordinate representation of color #B3333B: hue angle of 356.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3333B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 59 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.30 |
| HSL | 356.25º | 0.56% | 0.45% | - |
| HSV(B) | 356.25º | 0.72% | 0.7% | - |
| XYZ | 20.56 | 12.27 | 5.42 | - |
| YUV | 90.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 59 | 0 | 0.72 | 0.67 | 0.30 | 356.25 | 0.56 | 0.45 |
| Hex | B3 | 33 | 3B | 0 | 48 | 43 | 1E | 164 | 38 | 2D |
| Octal | 263 | 63 | 73 | 0 | 110 | 103 | 36 | 544 | 70 | 55 |
| Binary | 10110011 | 110011 | 111011 | 0 | 1001000 | 1000011 | 11110 | 101100100 | 111000 | 101101 |
Color Harmonies of #B3333B
Complementary color
Monochromatic Colors of #B3333B
Black with #B3333B
Text Example
Text Example
White with #B3333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3333B; }
p { color: rgb(179,51,59); }
H1.HeaderClassName
{
color: #B3333B;
}
.AnyTagClassName
{
color: #B3333B;
}
</style>
background-color css
<style>
a { background-color: #B3333B; }
a { background-color: rgb(179,51,59); }
div.DivClassName
{
background-color: #B3333B;
}
.BgClassName
{
background-color: #B3333B;
}
</style>
border-color css
<style>
span { border-color: #B3333B; }
span { border-color: rgb(179,51,59); }
td.TdClassName
{
border-color: #B3333B;
}
.TagClassName
{
border-color: #B3333B;
}
</style>