Shades of Brick Red #B1363D
Tints of Brick Red #B1363D
RGB
CMYK
RGB Variations
Color information
#B1363D (or 0xB1363D) is known color: Brick Red. HEX triplet: B1, 36 and 3D. RGB value is (177,54,61). Sum of RGB (Red+Green+Blue) = 177+54+61=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1363D is #4EC9C2. Grayscale: #5B5B5B. Windows color (decimal): -5163459 or 4011697. OLE color: 4011697.
HSL color Cylindrical-coordinate representation of color #B1363D: hue angle of 356.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1363D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 61 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.31 |
| HSL | 356.59º | 0.53% | 0.45% | - |
| HSV(B) | 356.59º | 0.69% | 0.69% | - |
| XYZ | 20.29 | 12.32 | 5.72 | - |
| YUV | 91.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 61 | 0 | 0.69 | 0.66 | 0.31 | 356.59 | 0.53 | 0.45 |
| Hex | B1 | 36 | 3D | 0 | 45 | 42 | 1F | 165 | 35 | 2D |
| Octal | 261 | 66 | 75 | 0 | 105 | 102 | 37 | 545 | 65 | 55 |
| Binary | 10110001 | 110110 | 111101 | 0 | 1000101 | 1000010 | 11111 | 101100101 | 110101 | 101101 |
Color Harmonies of #B1363D
Complementary color
Monochromatic Colors of #B1363D
Black with #B1363D
Text Example
Text Example
White with #B1363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1363D; }
p { color: rgb(177,54,61); }
H1.HeaderClassName
{
color: #B1363D;
}
.AnyTagClassName
{
color: #B1363D;
}
</style>
background-color css
<style>
a { background-color: #B1363D; }
a { background-color: rgb(177,54,61); }
div.DivClassName
{
background-color: #B1363D;
}
.BgClassName
{
background-color: #B1363D;
}
</style>
border-color css
<style>
span { border-color: #B1363D; }
span { border-color: rgb(177,54,61); }
td.TdClassName
{
border-color: #B1363D;
}
.TagClassName
{
border-color: #B1363D;
}
</style>