Shades of Brick Red #B3363B
Tints of Brick Red #B3363B
RGB
CMYK
RGB Variations
Color information
#B3363B (or 0xB3363B) is known color: Brick Red. HEX triplet: B3, 36 and 3B. RGB value is (179,54,59). Sum of RGB (Red+Green+Blue) = 179+54+59=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3363B is #4CC9C4. Grayscale: #5C5C5C. Windows color (decimal): -5032389 or 3880627. OLE color: 3880627.
HSL color Cylindrical-coordinate representation of color #B3363B: hue angle of 357.6º 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 #B3363B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 59 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.30 |
| HSL | 357.6º | 0.54% | 0.46% | - |
| HSV(B) | 357.6º | 0.7% | 0.7% | - |
| XYZ | 20.7 | 12.54 | 5.47 | - |
| YUV | 91.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 59 | 0 | 0.70 | 0.67 | 0.30 | 357.6 | 0.54 | 0.46 |
| Hex | B3 | 36 | 3B | 0 | 46 | 43 | 1E | 166 | 36 | 2E |
| Octal | 263 | 66 | 73 | 0 | 106 | 103 | 36 | 546 | 66 | 56 |
| Binary | 10110011 | 110110 | 111011 | 0 | 1000110 | 1000011 | 11110 | 101100110 | 110110 | 101110 |
Color Harmonies of #B3363B
Complementary color
Monochromatic Colors of #B3363B
Black with #B3363B
Text Example
Text Example
White with #B3363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3363B; }
p { color: rgb(179,54,59); }
H1.HeaderClassName
{
color: #B3363B;
}
.AnyTagClassName
{
color: #B3363B;
}
</style>
background-color css
<style>
a { background-color: #B3363B; }
a { background-color: rgb(179,54,59); }
div.DivClassName
{
background-color: #B3363B;
}
.BgClassName
{
background-color: #B3363B;
}
</style>
border-color css
<style>
span { border-color: #B3363B; }
span { border-color: rgb(179,54,59); }
td.TdClassName
{
border-color: #B3363B;
}
.TagClassName
{
border-color: #B3363B;
}
</style>