Shades of Brick Red #B63642
Tints of Brick Red #B63642
RGB
CMYK
RGB Variations
Color information
#B63642 (or 0xB63642) is known color: Brick Red. HEX triplet: B6, 36 and 42. RGB value is (182,54,66). Sum of RGB (Red+Green+Blue) = 182+54+66=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63642 is #49C9BD. Grayscale: #5D5D5D. Windows color (decimal): -4835774 or 4339382. OLE color: 4339382.
HSL color Cylindrical-coordinate representation of color #B63642: hue angle of 354.38º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63642 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 66 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.29 |
| HSL | 354.38º | 0.54% | 0.46% | - |
| HSV(B) | 354.38º | 0.7% | 0.71% | - |
| XYZ | 21.59 | 12.98 | 6.52 | - |
| YUV | 93.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 66 | 0 | 0.70 | 0.64 | 0.29 | 354.38 | 0.54 | 0.46 |
| Hex | B6 | 36 | 42 | 0 | 46 | 40 | 1D | 162 | 36 | 2E |
| Octal | 266 | 66 | 102 | 0 | 106 | 100 | 35 | 542 | 66 | 56 |
| Binary | 10110110 | 110110 | 1000010 | 0 | 1000110 | 1000000 | 11101 | 101100010 | 110110 | 101110 |
Color Harmonies of #B63642
Complementary color
Monochromatic Colors of #B63642
Black with #B63642
Text Example
Text Example
White with #B63642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63642; }
p { color: rgb(182,54,66); }
H1.HeaderClassName
{
color: #B63642;
}
.AnyTagClassName
{
color: #B63642;
}
</style>
background-color css
<style>
a { background-color: #B63642; }
a { background-color: rgb(182,54,66); }
div.DivClassName
{
background-color: #B63642;
}
.BgClassName
{
background-color: #B63642;
}
</style>
border-color css
<style>
span { border-color: #B63642; }
span { border-color: rgb(182,54,66); }
td.TdClassName
{
border-color: #B63642;
}
.TagClassName
{
border-color: #B63642;
}
</style>