Shades of Brick Red #B63F43
Tints of Brick Red #B63F43
RGB
CMYK
RGB Variations
Color information
#B63F43 (or 0xB63F43) is known color: Brick Red. HEX triplet: B6, 3F and 43. RGB value is (182,63,67). Sum of RGB (Red+Green+Blue) = 182+63+67=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F43 is #49C0BC. Grayscale: #636363. Windows color (decimal): -4833469 or 4407222. OLE color: 4407222.
HSL color Cylindrical-coordinate representation of color #B63F43: hue angle of 357.98º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F43 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 67 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.29 |
| HSL | 357.98º | 0.49% | 0.48% | - |
| HSV(B) | 357.98º | 0.65% | 0.71% | - |
| XYZ | 22.08 | 13.91 | 6.83 | - |
| YUV | 99.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 67 | 0 | 0.65 | 0.63 | 0.29 | 357.98 | 0.49 | 0.48 |
| Hex | B6 | 3F | 43 | 0 | 41 | 3F | 1D | 166 | 31 | 30 |
| Octal | 266 | 77 | 103 | 0 | 101 | 77 | 35 | 546 | 61 | 60 |
| Binary | 10110110 | 111111 | 1000011 | 0 | 1000001 | 111111 | 11101 | 101100110 | 110001 | 110000 |
Color Harmonies of #B63F43
Complementary color
Monochromatic Colors of #B63F43
Black with #B63F43
Text Example
Text Example
White with #B63F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F43; }
p { color: rgb(182,63,67); }
H1.HeaderClassName
{
color: #B63F43;
}
.AnyTagClassName
{
color: #B63F43;
}
</style>
background-color css
<style>
a { background-color: #B63F43; }
a { background-color: rgb(182,63,67); }
div.DivClassName
{
background-color: #B63F43;
}
.BgClassName
{
background-color: #B63F43;
}
</style>
border-color css
<style>
span { border-color: #B63F43; }
span { border-color: rgb(182,63,67); }
td.TdClassName
{
border-color: #B63F43;
}
.TagClassName
{
border-color: #B63F43;
}
</style>