Shades of Brick Red #B33C40
Tints of Brick Red #B33C40
RGB
CMYK
RGB Variations
Color information
#B33C40 (or 0xB33C40) is known color: Brick Red. HEX triplet: B3, 3C and 40. RGB value is (179,60,64). Sum of RGB (Red+Green+Blue) = 179+60+64=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C40 is #4CC3BF. Grayscale: #606060. Windows color (decimal): -5030848 or 4209843. OLE color: 4209843.
HSL color Cylindrical-coordinate representation of color #B33C40: hue angle of 357.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C40 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 64 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.30 |
| HSL | 357.98º | 0.5% | 0.47% | - |
| HSV(B) | 357.98º | 0.66% | 0.7% | - |
| XYZ | 21.13 | 13.19 | 6.28 | - |
| YUV | 96.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 64 | 0 | 0.66 | 0.64 | 0.30 | 357.98 | 0.5 | 0.47 |
| Hex | B3 | 3C | 40 | 0 | 42 | 40 | 1E | 166 | 32 | 2F |
| Octal | 263 | 74 | 100 | 0 | 102 | 100 | 36 | 546 | 62 | 57 |
| Binary | 10110011 | 111100 | 1000000 | 0 | 1000010 | 1000000 | 11110 | 101100110 | 110010 | 101111 |
Color Harmonies of #B33C40
Complementary color
Monochromatic Colors of #B33C40
Black with #B33C40
Text Example
Text Example
White with #B33C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C40; }
p { color: rgb(179,60,64); }
H1.HeaderClassName
{
color: #B33C40;
}
.AnyTagClassName
{
color: #B33C40;
}
</style>
background-color css
<style>
a { background-color: #B33C40; }
a { background-color: rgb(179,60,64); }
div.DivClassName
{
background-color: #B33C40;
}
.BgClassName
{
background-color: #B33C40;
}
</style>
border-color css
<style>
span { border-color: #B33C40; }
span { border-color: rgb(179,60,64); }
td.TdClassName
{
border-color: #B33C40;
}
.TagClassName
{
border-color: #B33C40;
}
</style>