Shades of Brick Red #B33038
Tints of Brick Red #B33038
RGB
CMYK
RGB Variations
Color information
#B33038 (or 0xB33038) is known color: Brick Red. HEX triplet: B3, 30 and 38. RGB value is (179,48,56). Sum of RGB (Red+Green+Blue) = 179+48+56=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33038 is #4CCFC7. Grayscale: #585858. Windows color (decimal): -5033928 or 3682483. OLE color: 3682483.
HSL color Cylindrical-coordinate representation of color #B33038: hue angle of 356.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33038 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 56 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.30 |
| HSL | 356.34º | 0.58% | 0.45% | - |
| HSV(B) | 356.34º | 0.73% | 0.7% | - |
| XYZ | 20.36 | 11.98 | 4.98 | - |
| YUV | 88.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 56 | 0 | 0.73 | 0.69 | 0.30 | 356.34 | 0.58 | 0.45 |
| Hex | B3 | 30 | 38 | 0 | 49 | 45 | 1E | 164 | 3A | 2D |
| Octal | 263 | 60 | 70 | 0 | 111 | 105 | 36 | 544 | 72 | 55 |
| Binary | 10110011 | 110000 | 111000 | 0 | 1001001 | 1000101 | 11110 | 101100100 | 111010 | 101101 |
Color Harmonies of #B33038
Complementary color
Monochromatic Colors of #B33038
Black with #B33038
Text Example
Text Example
White with #B33038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33038; }
p { color: rgb(179,48,56); }
H1.HeaderClassName
{
color: #B33038;
}
.AnyTagClassName
{
color: #B33038;
}
</style>
background-color css
<style>
a { background-color: #B33038; }
a { background-color: rgb(179,48,56); }
div.DivClassName
{
background-color: #B33038;
}
.BgClassName
{
background-color: #B33038;
}
</style>
border-color css
<style>
span { border-color: #B33038; }
span { border-color: rgb(179,48,56); }
td.TdClassName
{
border-color: #B33038;
}
.TagClassName
{
border-color: #B33038;
}
</style>