Shades of Brick Red #B03B3E
Tints of Brick Red #B03B3E
RGB
CMYK
RGB Variations
Color information
#B03B3E (or 0xB03B3E) is known color: Brick Red. HEX triplet: B0, 3B and 3E. RGB value is (176,59,62). Sum of RGB (Red+Green+Blue) = 176+59+62=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B3E is #4FC4C1. Grayscale: #5E5E5E. Windows color (decimal): -5227714 or 4078512. OLE color: 4078512.
HSL color Cylindrical-coordinate representation of color #B03B3E: hue angle of 358.46º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B3E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 62 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.31 |
| HSL | 358.46º | 0.5% | 0.46% | - |
| HSV(B) | 358.46º | 0.66% | 0.69% | - |
| XYZ | 20.34 | 12.71 | 5.94 | - |
| YUV | 94.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 62 | 0 | 0.66 | 0.65 | 0.31 | 358.46 | 0.5 | 0.46 |
| Hex | B0 | 3B | 3E | 0 | 42 | 41 | 1F | 166 | 32 | 2E |
| Octal | 260 | 73 | 76 | 0 | 102 | 101 | 37 | 546 | 62 | 56 |
| Binary | 10110000 | 111011 | 111110 | 0 | 1000010 | 1000001 | 11111 | 101100110 | 110010 | 101110 |
Color Harmonies of #B03B3E
Complementary color
Monochromatic Colors of #B03B3E
Black with #B03B3E
Text Example
Text Example
White with #B03B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B3E; }
p { color: rgb(176,59,62); }
H1.HeaderClassName
{
color: #B03B3E;
}
.AnyTagClassName
{
color: #B03B3E;
}
</style>
background-color css
<style>
a { background-color: #B03B3E; }
a { background-color: rgb(176,59,62); }
div.DivClassName
{
background-color: #B03B3E;
}
.BgClassName
{
background-color: #B03B3E;
}
</style>
border-color css
<style>
span { border-color: #B03B3E; }
span { border-color: rgb(176,59,62); }
td.TdClassName
{
border-color: #B03B3E;
}
.TagClassName
{
border-color: #B03B3E;
}
</style>