Shades of Brick Red #B33240
Tints of Brick Red #B33240
RGB
CMYK
RGB Variations
Color information
#B33240 (or 0xB33240) is known color: Brick Red. HEX triplet: B3, 32 and 40. RGB value is (179,50,64). Sum of RGB (Red+Green+Blue) = 179+50+64=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B33240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33240 is #4CCDBF. Grayscale: #5A5A5A. Windows color (decimal): -5033408 or 4207283. OLE color: 4207283.
HSL color Cylindrical-coordinate representation of color #B33240: hue angle of 353.49º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33240 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 64 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.30 |
| HSL | 353.49º | 0.56% | 0.45% | - |
| HSV(B) | 353.49º | 0.72% | 0.7% | - |
| XYZ | 20.66 | 12.24 | 6.12 | - |
| YUV | 90.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 64 | 0 | 0.72 | 0.64 | 0.30 | 353.49 | 0.56 | 0.45 |
| Hex | B3 | 32 | 40 | 0 | 48 | 40 | 1E | 161 | 38 | 2D |
| Octal | 263 | 62 | 100 | 0 | 110 | 100 | 36 | 541 | 70 | 55 |
| Binary | 10110011 | 110010 | 1000000 | 0 | 1001000 | 1000000 | 11110 | 101100001 | 111000 | 101101 |
Color Harmonies of #B33240
Complementary color
Monochromatic Colors of #B33240
Black with #B33240
Text Example
Text Example
White with #B33240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33240; }
p { color: rgb(179,50,64); }
H1.HeaderClassName
{
color: #B33240;
}
.AnyTagClassName
{
color: #B33240;
}
</style>
background-color css
<style>
a { background-color: #B33240; }
a { background-color: rgb(179,50,64); }
div.DivClassName
{
background-color: #B33240;
}
.BgClassName
{
background-color: #B33240;
}
</style>
border-color css
<style>
span { border-color: #B33240; }
span { border-color: rgb(179,50,64); }
td.TdClassName
{
border-color: #B33240;
}
.TagClassName
{
border-color: #B33240;
}
</style>