Shades of Cardinal #B20837
Tints of Cardinal #B20837
RGB
CMYK
RGB Variations
Color information
#B20837 (or 0xB20837) is known color: Cardinal. HEX triplet: B2, 08 and 37. RGB value is (178,8,55). Sum of RGB (Red+Green+Blue) = 178+8+55=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20837 is #4DF7C8. Grayscale: #404040. Windows color (decimal): -5109705 or 3606706. OLE color: 3606706.
HSL color Cylindrical-coordinate representation of color #B20837: hue angle of 343.41º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20837 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.30 |
| HSL | 343.41º | 0.91% | 0.36% | - |
| HSV(B) | 343.41º | 0.96% | 0.7% | - |
| XYZ | 19.14 | 9.91 | 4.52 | - |
| YUV | 64.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 55 | 0 | 0.96 | 0.69 | 0.30 | 343.41 | 0.91 | 0.36 |
| Hex | B2 | 8 | 37 | 0 | 60 | 45 | 1E | 157 | 5B | 24 |
| Octal | 262 | 10 | 67 | 0 | 140 | 105 | 36 | 527 | 133 | 44 |
| Binary | 10110010 | 1000 | 110111 | 0 | 1100000 | 1000101 | 11110 | 101010111 | 1011011 | 100100 |
Color Harmonies of #B20837
Complementary color
Monochromatic Colors of #B20837
Black with #B20837
Text Example
Text Example
White with #B20837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20837; }
p { color: rgb(178,8,55); }
H1.HeaderClassName
{
color: #B20837;
}
.AnyTagClassName
{
color: #B20837;
}
</style>
background-color css
<style>
a { background-color: #B20837; }
a { background-color: rgb(178,8,55); }
div.DivClassName
{
background-color: #B20837;
}
.BgClassName
{
background-color: #B20837;
}
</style>
border-color css
<style>
span { border-color: #B20837; }
span { border-color: rgb(178,8,55); }
td.TdClassName
{
border-color: #B20837;
}
.TagClassName
{
border-color: #B20837;
}
</style>