Shades of Brick Red #B3333C
Tints of Brick Red #B3333C
RGB
CMYK
RGB Variations
Color information
#B3333C (or 0xB3333C) is known color: Brick Red. HEX triplet: B3, 33 and 3C. RGB value is (179,51,60). Sum of RGB (Red+Green+Blue) = 179+51+60=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3333C is #4CCCC3. Grayscale: #5A5A5A. Windows color (decimal): -5033156 or 3945395. OLE color: 3945395.
HSL color Cylindrical-coordinate representation of color #B3333C: hue angle of 355.78º 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 #B3333C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 60 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.30 |
| HSL | 355.78º | 0.56% | 0.45% | - |
| HSV(B) | 355.78º | 0.72% | 0.7% | - |
| XYZ | 20.59 | 12.28 | 5.56 | - |
| YUV | 90.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 60 | 0 | 0.72 | 0.66 | 0.30 | 355.78 | 0.56 | 0.45 |
| Hex | B3 | 33 | 3C | 0 | 48 | 42 | 1E | 164 | 38 | 2D |
| Octal | 263 | 63 | 74 | 0 | 110 | 102 | 36 | 544 | 70 | 55 |
| Binary | 10110011 | 110011 | 111100 | 0 | 1001000 | 1000010 | 11110 | 101100100 | 111000 | 101101 |
Color Harmonies of #B3333C
Complementary color
Monochromatic Colors of #B3333C
Black with #B3333C
Text Example
Text Example
White with #B3333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3333C; }
p { color: rgb(179,51,60); }
H1.HeaderClassName
{
color: #B3333C;
}
.AnyTagClassName
{
color: #B3333C;
}
</style>
background-color css
<style>
a { background-color: #B3333C; }
a { background-color: rgb(179,51,60); }
div.DivClassName
{
background-color: #B3333C;
}
.BgClassName
{
background-color: #B3333C;
}
</style>
border-color css
<style>
span { border-color: #B3333C; }
span { border-color: rgb(179,51,60); }
td.TdClassName
{
border-color: #B3333C;
}
.TagClassName
{
border-color: #B3333C;
}
</style>