Shades of Brick Red #B33C3F
Tints of Brick Red #B33C3F
RGB
CMYK
RGB Variations
Color information
#B33C3F (or 0xB33C3F) is known color: Brick Red. HEX triplet: B3, 3C and 3F. RGB value is (179,60,63). Sum of RGB (Red+Green+Blue) = 179+60+63=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C3F is #4CC3C0. Grayscale: #606060. Windows color (decimal): -5030849 or 4144307. OLE color: 4144307.
HSL color Cylindrical-coordinate representation of color #B33C3F: hue angle of 358.49º 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 #B33C3F is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 63 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.30 |
| HSL | 358.49º | 0.5% | 0.47% | - |
| HSV(B) | 358.49º | 0.66% | 0.7% | - |
| XYZ | 21.1 | 13.17 | 6.13 | - |
| YUV | 95.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 63 | 0 | 0.66 | 0.65 | 0.30 | 358.49 | 0.5 | 0.47 |
| Hex | B3 | 3C | 3F | 0 | 42 | 41 | 1E | 166 | 32 | 2F |
| Octal | 263 | 74 | 77 | 0 | 102 | 101 | 36 | 546 | 62 | 57 |
| Binary | 10110011 | 111100 | 111111 | 0 | 1000010 | 1000001 | 11110 | 101100110 | 110010 | 101111 |
Color Harmonies of #B33C3F
Complementary color
Monochromatic Colors of #B33C3F
Black with #B33C3F
Text Example
Text Example
White with #B33C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C3F; }
p { color: rgb(179,60,63); }
H1.HeaderClassName
{
color: #B33C3F;
}
.AnyTagClassName
{
color: #B33C3F;
}
</style>
background-color css
<style>
a { background-color: #B33C3F; }
a { background-color: rgb(179,60,63); }
div.DivClassName
{
background-color: #B33C3F;
}
.BgClassName
{
background-color: #B33C3F;
}
</style>
border-color css
<style>
span { border-color: #B33C3F; }
span { border-color: rgb(179,60,63); }
td.TdClassName
{
border-color: #B33C3F;
}
.TagClassName
{
border-color: #B33C3F;
}
</style>