Shades of Brick Red #B3363D
Tints of Brick Red #B3363D
RGB
CMYK
RGB Variations
Color information
#B3363D (or 0xB3363D) is known color: Brick Red. HEX triplet: B3, 36 and 3D. RGB value is (179,54,61). Sum of RGB (Red+Green+Blue) = 179+54+61=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3363D is #4CC9C2. Grayscale: #5C5C5C. Windows color (decimal): -5032387 or 4011699. OLE color: 4011699.
HSL color Cylindrical-coordinate representation of color #B3363D: hue angle of 356.64º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3363D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 61 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.30 |
| HSL | 356.64º | 0.54% | 0.46% | - |
| HSV(B) | 356.64º | 0.7% | 0.7% | - |
| XYZ | 20.75 | 12.56 | 5.75 | - |
| YUV | 92.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 61 | 0 | 0.70 | 0.66 | 0.30 | 356.64 | 0.54 | 0.46 |
| Hex | B3 | 36 | 3D | 0 | 46 | 42 | 1E | 165 | 36 | 2E |
| Octal | 263 | 66 | 75 | 0 | 106 | 102 | 36 | 545 | 66 | 56 |
| Binary | 10110011 | 110110 | 111101 | 0 | 1000110 | 1000010 | 11110 | 101100101 | 110110 | 101110 |
Color Harmonies of #B3363D
Complementary color
Monochromatic Colors of #B3363D
Black with #B3363D
Text Example
Text Example
White with #B3363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3363D; }
p { color: rgb(179,54,61); }
H1.HeaderClassName
{
color: #B3363D;
}
.AnyTagClassName
{
color: #B3363D;
}
</style>
background-color css
<style>
a { background-color: #B3363D; }
a { background-color: rgb(179,54,61); }
div.DivClassName
{
background-color: #B3363D;
}
.BgClassName
{
background-color: #B3363D;
}
</style>
border-color css
<style>
span { border-color: #B3363D; }
span { border-color: rgb(179,54,61); }
td.TdClassName
{
border-color: #B3363D;
}
.TagClassName
{
border-color: #B3363D;
}
</style>