Shades of Brick Red #B4393D
Tints of Brick Red #B4393D
RGB
CMYK
RGB Variations
Color information
#B4393D (or 0xB4393D) is known color: Brick Red. HEX triplet: B4, 39 and 3D. RGB value is (180,57,61). Sum of RGB (Red+Green+Blue) = 180+57+61=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393D is #4BC6C2. Grayscale: #5E5E5E. Windows color (decimal): -4966083 or 4012468. OLE color: 4012468.
HSL color Cylindrical-coordinate representation of color #B4393D: hue angle of 358.05º 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 #B4393D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 61 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.29 |
| HSL | 358.05º | 0.52% | 0.46% | - |
| HSV(B) | 358.05º | 0.68% | 0.71% | - |
| XYZ | 21.13 | 12.97 | 5.8 | - |
| YUV | 94.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 61 | 0 | 0.68 | 0.66 | 0.29 | 358.05 | 0.52 | 0.46 |
| Hex | B4 | 39 | 3D | 0 | 44 | 42 | 1D | 166 | 34 | 2E |
| Octal | 264 | 71 | 75 | 0 | 104 | 102 | 35 | 546 | 64 | 56 |
| Binary | 10110100 | 111001 | 111101 | 0 | 1000100 | 1000010 | 11101 | 101100110 | 110100 | 101110 |
Color Harmonies of #B4393D
Complementary color
Monochromatic Colors of #B4393D
Black with #B4393D
Text Example
Text Example
White with #B4393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4393D; }
p { color: rgb(180,57,61); }
H1.HeaderClassName
{
color: #B4393D;
}
.AnyTagClassName
{
color: #B4393D;
}
</style>
background-color css
<style>
a { background-color: #B4393D; }
a { background-color: rgb(180,57,61); }
div.DivClassName
{
background-color: #B4393D;
}
.BgClassName
{
background-color: #B4393D;
}
</style>
border-color css
<style>
span { border-color: #B4393D; }
span { border-color: rgb(180,57,61); }
td.TdClassName
{
border-color: #B4393D;
}
.TagClassName
{
border-color: #B4393D;
}
</style>