Shades of Brick Red #B3373C
Tints of Brick Red #B3373C
RGB
CMYK
RGB Variations
Color information
#B3373C (or 0xB3373C) is known color: Brick Red. HEX triplet: B3, 37 and 3C. RGB value is (179,55,60). Sum of RGB (Red+Green+Blue) = 179+55+60=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3373C is #4CC8C3. Grayscale: #5C5C5C. Windows color (decimal): -5032132 or 3946419. OLE color: 3946419.
HSL color Cylindrical-coordinate representation of color #B3373C: hue angle of 357.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3373C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 60 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.30 |
| HSL | 357.58º | 0.53% | 0.46% | - |
| HSV(B) | 357.58º | 0.69% | 0.7% | - |
| XYZ | 20.77 | 12.64 | 5.62 | - |
| YUV | 92.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 60 | 0 | 0.69 | 0.66 | 0.30 | 357.58 | 0.53 | 0.46 |
| Hex | B3 | 37 | 3C | 0 | 45 | 42 | 1E | 166 | 35 | 2E |
| Octal | 263 | 67 | 74 | 0 | 105 | 102 | 36 | 546 | 65 | 56 |
| Binary | 10110011 | 110111 | 111100 | 0 | 1000101 | 1000010 | 11110 | 101100110 | 110101 | 101110 |
Color Harmonies of #B3373C
Complementary color
Monochromatic Colors of #B3373C
Black with #B3373C
Text Example
Text Example
White with #B3373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3373C; }
p { color: rgb(179,55,60); }
H1.HeaderClassName
{
color: #B3373C;
}
.AnyTagClassName
{
color: #B3373C;
}
</style>
background-color css
<style>
a { background-color: #B3373C; }
a { background-color: rgb(179,55,60); }
div.DivClassName
{
background-color: #B3373C;
}
.BgClassName
{
background-color: #B3373C;
}
</style>
border-color css
<style>
span { border-color: #B3373C; }
span { border-color: rgb(179,55,60); }
td.TdClassName
{
border-color: #B3373C;
}
.TagClassName
{
border-color: #B3373C;
}
</style>