Shades of Brick Red #B0393D
Tints of Brick Red #B0393D
RGB
CMYK
RGB Variations
Color information
#B0393D (or 0xB0393D) is known color: Brick Red. HEX triplet: B0, 39 and 3D. RGB value is (176,57,61). Sum of RGB (Red+Green+Blue) = 176+57+61=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B0393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0393D is #4FC6C2. Grayscale: #5D5D5D. Windows color (decimal): -5228227 or 4012464. OLE color: 4012464.
HSL color Cylindrical-coordinate representation of color #B0393D: hue angle of 357.98º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0393D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 61 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.31 |
| HSL | 357.98º | 0.51% | 0.46% | - |
| HSV(B) | 357.98º | 0.68% | 0.69% | - |
| XYZ | 20.21 | 12.49 | 5.76 | - |
| YUV | 93.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 61 | 0 | 0.68 | 0.65 | 0.31 | 357.98 | 0.51 | 0.46 |
| Hex | B0 | 39 | 3D | 0 | 44 | 41 | 1F | 166 | 33 | 2E |
| Octal | 260 | 71 | 75 | 0 | 104 | 101 | 37 | 546 | 63 | 56 |
| Binary | 10110000 | 111001 | 111101 | 0 | 1000100 | 1000001 | 11111 | 101100110 | 110011 | 101110 |
Color Harmonies of #B0393D
Complementary color
Monochromatic Colors of #B0393D
Black with #B0393D
Text Example
Text Example
White with #B0393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0393D; }
p { color: rgb(176,57,61); }
H1.HeaderClassName
{
color: #B0393D;
}
.AnyTagClassName
{
color: #B0393D;
}
</style>
background-color css
<style>
a { background-color: #B0393D; }
a { background-color: rgb(176,57,61); }
div.DivClassName
{
background-color: #B0393D;
}
.BgClassName
{
background-color: #B0393D;
}
</style>
border-color css
<style>
span { border-color: #B0393D; }
span { border-color: rgb(176,57,61); }
td.TdClassName
{
border-color: #B0393D;
}
.TagClassName
{
border-color: #B0393D;
}
</style>