Shades of Cardinal #B20831
Tints of Cardinal #B20831
RGB
CMYK
RGB Variations
Color information
#B20831 (or 0xB20831) is known color: Cardinal. HEX triplet: B2, 08 and 31. RGB value is (178,8,49). Sum of RGB (Red+Green+Blue) = 178+8+49=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20831 is #4DF7CE. Grayscale: #3F3F3F. Windows color (decimal): -5109711 or 3213490. OLE color: 3213490.
HSL color Cylindrical-coordinate representation of color #B20831: hue angle of 345.53º 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 #B20831 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.30 |
| HSL | 345.53º | 0.91% | 0.36% | - |
| HSV(B) | 345.53º | 0.96% | 0.7% | - |
| XYZ | 19 | 9.86 | 3.81 | - |
| YUV | 63.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 49 | 0 | 0.96 | 0.72 | 0.30 | 345.53 | 0.91 | 0.36 |
| Hex | B2 | 8 | 31 | 0 | 60 | 48 | 1E | 15A | 5B | 24 |
| Octal | 262 | 10 | 61 | 0 | 140 | 110 | 36 | 532 | 133 | 44 |
| Binary | 10110010 | 1000 | 110001 | 0 | 1100000 | 1001000 | 11110 | 101011010 | 1011011 | 100100 |
Color Harmonies of #B20831
Complementary color
Monochromatic Colors of #B20831
Black with #B20831
Text Example
Text Example
White with #B20831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20831; }
p { color: rgb(178,8,49); }
H1.HeaderClassName
{
color: #B20831;
}
.AnyTagClassName
{
color: #B20831;
}
</style>
background-color css
<style>
a { background-color: #B20831; }
a { background-color: rgb(178,8,49); }
div.DivClassName
{
background-color: #B20831;
}
.BgClassName
{
background-color: #B20831;
}
</style>
border-color css
<style>
span { border-color: #B20831; }
span { border-color: rgb(178,8,49); }
td.TdClassName
{
border-color: #B20831;
}
.TagClassName
{
border-color: #B20831;
}
</style>