Shades of Brick Red #B4393F
Tints of Brick Red #B4393F
RGB
CMYK
RGB Variations
Color information
#B4393F (or 0xB4393F) is known color: Brick Red. HEX triplet: B4, 39 and 3F. RGB value is (180,57,63). Sum of RGB (Red+Green+Blue) = 180+57+63=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393F is #4BC6C0. Grayscale: #5E5E5E. Windows color (decimal): -4966081 or 4143540. OLE color: 4143540.
HSL color Cylindrical-coordinate representation of color #B4393F: hue angle of 357.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4393F is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 63 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.29 |
| HSL | 357.07º | 0.52% | 0.46% | - |
| HSV(B) | 357.07º | 0.68% | 0.71% | - |
| XYZ | 21.18 | 12.99 | 6.09 | - |
| YUV | 94.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 63 | 0 | 0.68 | 0.65 | 0.29 | 357.07 | 0.52 | 0.46 |
| Hex | B4 | 39 | 3F | 0 | 44 | 41 | 1D | 165 | 34 | 2E |
| Octal | 264 | 71 | 77 | 0 | 104 | 101 | 35 | 545 | 64 | 56 |
| Binary | 10110100 | 111001 | 111111 | 0 | 1000100 | 1000001 | 11101 | 101100101 | 110100 | 101110 |
Color Harmonies of #B4393F
Complementary color
Monochromatic Colors of #B4393F
Black with #B4393F
Text Example
Text Example
White with #B4393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4393F; }
p { color: rgb(180,57,63); }
H1.HeaderClassName
{
color: #B4393F;
}
.AnyTagClassName
{
color: #B4393F;
}
</style>
background-color css
<style>
a { background-color: #B4393F; }
a { background-color: rgb(180,57,63); }
div.DivClassName
{
background-color: #B4393F;
}
.BgClassName
{
background-color: #B4393F;
}
</style>
border-color css
<style>
span { border-color: #B4393F; }
span { border-color: rgb(180,57,63); }
td.TdClassName
{
border-color: #B4393F;
}
.TagClassName
{
border-color: #B4393F;
}
</style>