Shades of Brick Red #B3353C
Tints of Brick Red #B3353C
RGB
CMYK
RGB Variations
Color information
#B3353C (or 0xB3353C) is known color: Brick Red. HEX triplet: B3, 35 and 3C. RGB value is (179,53,60). Sum of RGB (Red+Green+Blue) = 179+53+60=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353C is #4CCAC3. Grayscale: #5B5B5B. Windows color (decimal): -5032644 or 3945907. OLE color: 3945907.
HSL color Cylindrical-coordinate representation of color #B3353C: hue angle of 356.67º 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 #B3353C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 60 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.30 |
| HSL | 356.67º | 0.54% | 0.45% | - |
| HSV(B) | 356.67º | 0.7% | 0.7% | - |
| XYZ | 20.68 | 12.46 | 5.59 | - |
| YUV | 91.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 60 | 0 | 0.70 | 0.66 | 0.30 | 356.67 | 0.54 | 0.45 |
| Hex | B3 | 35 | 3C | 0 | 46 | 42 | 1E | 165 | 36 | 2D |
| Octal | 263 | 65 | 74 | 0 | 106 | 102 | 36 | 545 | 66 | 55 |
| Binary | 10110011 | 110101 | 111100 | 0 | 1000110 | 1000010 | 11110 | 101100101 | 110110 | 101101 |
Color Harmonies of #B3353C
Complementary color
Monochromatic Colors of #B3353C
Black with #B3353C
Text Example
Text Example
White with #B3353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3353C; }
p { color: rgb(179,53,60); }
H1.HeaderClassName
{
color: #B3353C;
}
.AnyTagClassName
{
color: #B3353C;
}
</style>
background-color css
<style>
a { background-color: #B3353C; }
a { background-color: rgb(179,53,60); }
div.DivClassName
{
background-color: #B3353C;
}
.BgClassName
{
background-color: #B3353C;
}
</style>
border-color css
<style>
span { border-color: #B3353C; }
span { border-color: rgb(179,53,60); }
td.TdClassName
{
border-color: #B3353C;
}
.TagClassName
{
border-color: #B3353C;
}
</style>