Shades of Brick Red #B3353F
Tints of Brick Red #B3353F
RGB
CMYK
RGB Variations
Color information
#B3353F (or 0xB3353F) is known color: Brick Red. HEX triplet: B3, 35 and 3F. RGB value is (179,53,63). Sum of RGB (Red+Green+Blue) = 179+53+63=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353F is #4CCAC0. Grayscale: #5B5B5B. Windows color (decimal): -5032641 or 4142515. OLE color: 4142515.
HSL color Cylindrical-coordinate representation of color #B3353F: hue angle of 355.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3353F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 63 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.30 |
| HSL | 355.24º | 0.54% | 0.45% | - |
| HSV(B) | 355.24º | 0.7% | 0.7% | - |
| XYZ | 20.76 | 12.49 | 6.02 | - |
| YUV | 91.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 63 | 0 | 0.70 | 0.65 | 0.30 | 355.24 | 0.54 | 0.45 |
| Hex | B3 | 35 | 3F | 0 | 46 | 41 | 1E | 163 | 36 | 2D |
| Octal | 263 | 65 | 77 | 0 | 106 | 101 | 36 | 543 | 66 | 55 |
| Binary | 10110011 | 110101 | 111111 | 0 | 1000110 | 1000001 | 11110 | 101100011 | 110110 | 101101 |
Color Harmonies of #B3353F
Complementary color
Monochromatic Colors of #B3353F
Black with #B3353F
Text Example
Text Example
White with #B3353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3353F; }
p { color: rgb(179,53,63); }
H1.HeaderClassName
{
color: #B3353F;
}
.AnyTagClassName
{
color: #B3353F;
}
</style>
background-color css
<style>
a { background-color: #B3353F; }
a { background-color: rgb(179,53,63); }
div.DivClassName
{
background-color: #B3353F;
}
.BgClassName
{
background-color: #B3353F;
}
</style>
border-color css
<style>
span { border-color: #B3353F; }
span { border-color: rgb(179,53,63); }
td.TdClassName
{
border-color: #B3353F;
}
.TagClassName
{
border-color: #B3353F;
}
</style>