Shades of Brick Red #B0363F
Tints of Brick Red #B0363F
RGB
CMYK
RGB Variations
Color information
#B0363F (or 0xB0363F) is known color: Brick Red. HEX triplet: B0, 36 and 3F. RGB value is (176,54,63). Sum of RGB (Red+Green+Blue) = 176+54+63=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0363F is #4FC9C0. Grayscale: #5B5B5B. Windows color (decimal): -5228993 or 4142768. OLE color: 4142768.
HSL color Cylindrical-coordinate representation of color #B0363F: hue angle of 355.57º 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 #B0363F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 63 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.31 |
| HSL | 355.57º | 0.53% | 0.45% | - |
| HSV(B) | 355.57º | 0.69% | 0.69% | - |
| XYZ | 20.12 | 12.23 | 6 | - |
| YUV | 91.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 63 | 0 | 0.69 | 0.64 | 0.31 | 355.57 | 0.53 | 0.45 |
| Hex | B0 | 36 | 3F | 0 | 45 | 40 | 1F | 164 | 35 | 2D |
| Octal | 260 | 66 | 77 | 0 | 105 | 100 | 37 | 544 | 65 | 55 |
| Binary | 10110000 | 110110 | 111111 | 0 | 1000101 | 1000000 | 11111 | 101100100 | 110101 | 101101 |
Color Harmonies of #B0363F
Complementary color
Monochromatic Colors of #B0363F
Black with #B0363F
Text Example
Text Example
White with #B0363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0363F; }
p { color: rgb(176,54,63); }
H1.HeaderClassName
{
color: #B0363F;
}
.AnyTagClassName
{
color: #B0363F;
}
</style>
background-color css
<style>
a { background-color: #B0363F; }
a { background-color: rgb(176,54,63); }
div.DivClassName
{
background-color: #B0363F;
}
.BgClassName
{
background-color: #B0363F;
}
</style>
border-color css
<style>
span { border-color: #B0363F; }
span { border-color: rgb(176,54,63); }
td.TdClassName
{
border-color: #B0363F;
}
.TagClassName
{
border-color: #B0363F;
}
</style>