Shades of Brick Red #B33640
Tints of Brick Red #B33640
RGB
CMYK
RGB Variations
Color information
#B33640 (or 0xB33640) is known color: Brick Red. HEX triplet: B3, 36 and 40. RGB value is (179,54,64). Sum of RGB (Red+Green+Blue) = 179+54+64=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33640 is #4CC9BF. Grayscale: #5C5C5C. Windows color (decimal): -5032384 or 4208307. OLE color: 4208307.
HSL color Cylindrical-coordinate representation of color #B33640: hue angle of 355.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33640 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 64 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.30 |
| HSL | 355.2º | 0.54% | 0.46% | - |
| HSV(B) | 355.2º | 0.7% | 0.7% | - |
| XYZ | 20.83 | 12.59 | 6.18 | - |
| YUV | 92.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 64 | 0 | 0.70 | 0.64 | 0.30 | 355.2 | 0.54 | 0.46 |
| Hex | B3 | 36 | 40 | 0 | 46 | 40 | 1E | 163 | 36 | 2E |
| Octal | 263 | 66 | 100 | 0 | 106 | 100 | 36 | 543 | 66 | 56 |
| Binary | 10110011 | 110110 | 1000000 | 0 | 1000110 | 1000000 | 11110 | 101100011 | 110110 | 101110 |
Color Harmonies of #B33640
Complementary color
Monochromatic Colors of #B33640
Black with #B33640
Text Example
Text Example
White with #B33640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33640; }
p { color: rgb(179,54,64); }
H1.HeaderClassName
{
color: #B33640;
}
.AnyTagClassName
{
color: #B33640;
}
</style>
background-color css
<style>
a { background-color: #B33640; }
a { background-color: rgb(179,54,64); }
div.DivClassName
{
background-color: #B33640;
}
.BgClassName
{
background-color: #B33640;
}
</style>
border-color css
<style>
span { border-color: #B33640; }
span { border-color: rgb(179,54,64); }
td.TdClassName
{
border-color: #B33640;
}
.TagClassName
{
border-color: #B33640;
}
</style>