Shades of Brick Red #B3363F
Tints of Brick Red #B3363F
RGB
CMYK
RGB Variations
Color information
#B3363F (or 0xB3363F) is known color: Brick Red. HEX triplet: B3, 36 and 3F. RGB value is (179,54,63). Sum of RGB (Red+Green+Blue) = 179+54+63=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3363F is #4CC9C0. Grayscale: #5C5C5C. Windows color (decimal): -5032385 or 4142771. OLE color: 4142771.
HSL color Cylindrical-coordinate representation of color #B3363F: hue angle of 355.68º 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 #B3363F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 63 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.30 |
| HSL | 355.68º | 0.54% | 0.46% | - |
| HSV(B) | 355.68º | 0.7% | 0.7% | - |
| XYZ | 20.81 | 12.58 | 6.03 | - |
| YUV | 92.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 63 | 0 | 0.70 | 0.65 | 0.30 | 355.68 | 0.54 | 0.46 |
| Hex | B3 | 36 | 3F | 0 | 46 | 41 | 1E | 164 | 36 | 2E |
| Octal | 263 | 66 | 77 | 0 | 106 | 101 | 36 | 544 | 66 | 56 |
| Binary | 10110011 | 110110 | 111111 | 0 | 1000110 | 1000001 | 11110 | 101100100 | 110110 | 101110 |
Color Harmonies of #B3363F
Complementary color
Monochromatic Colors of #B3363F
Black with #B3363F
Text Example
Text Example
White with #B3363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3363F; }
p { color: rgb(179,54,63); }
H1.HeaderClassName
{
color: #B3363F;
}
.AnyTagClassName
{
color: #B3363F;
}
</style>
background-color css
<style>
a { background-color: #B3363F; }
a { background-color: rgb(179,54,63); }
div.DivClassName
{
background-color: #B3363F;
}
.BgClassName
{
background-color: #B3363F;
}
</style>
border-color css
<style>
span { border-color: #B3363F; }
span { border-color: rgb(179,54,63); }
td.TdClassName
{
border-color: #B3363F;
}
.TagClassName
{
border-color: #B3363F;
}
</style>