Shades of Brick Red #B33A41
Tints of Brick Red #B33A41
RGB
CMYK
RGB Variations
Color information
#B33A41 (or 0xB33A41) is known color: Brick Red. HEX triplet: B3, 3A and 41. RGB value is (179,58,65). Sum of RGB (Red+Green+Blue) = 179+58+65=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A41 is #4CC5BE. Grayscale: #5F5F5F. Windows color (decimal): -5031359 or 4274867. OLE color: 4274867.
HSL color Cylindrical-coordinate representation of color #B33A41: hue angle of 356.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A41 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 65 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.30 |
| HSL | 356.53º | 0.51% | 0.46% | - |
| HSV(B) | 356.53º | 0.68% | 0.7% | - |
| XYZ | 21.06 | 12.99 | 6.4 | - |
| YUV | 94.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 65 | 0 | 0.68 | 0.64 | 0.30 | 356.53 | 0.51 | 0.46 |
| Hex | B3 | 3A | 41 | 0 | 44 | 40 | 1E | 165 | 33 | 2E |
| Octal | 263 | 72 | 101 | 0 | 104 | 100 | 36 | 545 | 63 | 56 |
| Binary | 10110011 | 111010 | 1000001 | 0 | 1000100 | 1000000 | 11110 | 101100101 | 110011 | 101110 |
Color Harmonies of #B33A41
Complementary color
Monochromatic Colors of #B33A41
Black with #B33A41
Text Example
Text Example
White with #B33A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A41; }
p { color: rgb(179,58,65); }
H1.HeaderClassName
{
color: #B33A41;
}
.AnyTagClassName
{
color: #B33A41;
}
</style>
background-color css
<style>
a { background-color: #B33A41; }
a { background-color: rgb(179,58,65); }
div.DivClassName
{
background-color: #B33A41;
}
.BgClassName
{
background-color: #B33A41;
}
</style>
border-color css
<style>
span { border-color: #B33A41; }
span { border-color: rgb(179,58,65); }
td.TdClassName
{
border-color: #B33A41;
}
.TagClassName
{
border-color: #B33A41;
}
</style>