Shades of Brick Red #B1333D
Tints of Brick Red #B1333D
RGB
CMYK
RGB Variations
Color information
#B1333D (or 0xB1333D) is known color: Brick Red. HEX triplet: B1, 33 and 3D. RGB value is (177,51,61). Sum of RGB (Red+Green+Blue) = 177+51+61=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333D is #4ECCC2. Grayscale: #595959. Windows color (decimal): -5164227 or 4010929. OLE color: 4010929.
HSL color Cylindrical-coordinate representation of color #B1333D: hue angle of 355.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1333D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.31 |
| HSL | 355.24º | 0.55% | 0.45% | - |
| HSV(B) | 355.24º | 0.71% | 0.69% | - |
| XYZ | 20.16 | 12.05 | 5.68 | - |
| YUV | 89.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 61 | 0 | 0.71 | 0.66 | 0.31 | 355.24 | 0.55 | 0.45 |
| Hex | B1 | 33 | 3D | 0 | 47 | 42 | 1F | 163 | 37 | 2D |
| Octal | 261 | 63 | 75 | 0 | 107 | 102 | 37 | 543 | 67 | 55 |
| Binary | 10110001 | 110011 | 111101 | 0 | 1000111 | 1000010 | 11111 | 101100011 | 110111 | 101101 |
Color Harmonies of #B1333D
Complementary color
Monochromatic Colors of #B1333D
Black with #B1333D
Text Example
Text Example
White with #B1333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1333D; }
p { color: rgb(177,51,61); }
H1.HeaderClassName
{
color: #B1333D;
}
.AnyTagClassName
{
color: #B1333D;
}
</style>
background-color css
<style>
a { background-color: #B1333D; }
a { background-color: rgb(177,51,61); }
div.DivClassName
{
background-color: #B1333D;
}
.BgClassName
{
background-color: #B1333D;
}
</style>
border-color css
<style>
span { border-color: #B1333D; }
span { border-color: rgb(177,51,61); }
td.TdClassName
{
border-color: #B1333D;
}
.TagClassName
{
border-color: #B1333D;
}
</style>