Shades of Cardinal #B20631
Tints of Cardinal #B20631
RGB
CMYK
RGB Variations
Color information
#B20631 (or 0xB20631) is known color: Cardinal. HEX triplet: B2, 06 and 31. RGB value is (178,6,49). Sum of RGB (Red+Green+Blue) = 178+6+49=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B20631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20631 is #4DF9CE. Grayscale: #3E3E3E. Windows color (decimal): -5110223 or 3212978. OLE color: 3212978.
HSL color Cylindrical-coordinate representation of color #B20631: hue angle of 345º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20631 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.30 |
| HSL | 345º | 0.93% | 0.36% | - |
| HSV(B) | 345º | 0.97% | 0.7% | - |
| XYZ | 18.98 | 9.82 | 3.8 | - |
| YUV | 62.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 49 | 0 | 0.97 | 0.72 | 0.30 | 345 | 0.93 | 0.36 |
| Hex | B2 | 6 | 31 | 0 | 61 | 48 | 1E | 159 | 5D | 24 |
| Octal | 262 | 6 | 61 | 0 | 141 | 110 | 36 | 531 | 135 | 44 |
| Binary | 10110010 | 110 | 110001 | 0 | 1100001 | 1001000 | 11110 | 101011001 | 1011101 | 100100 |
Color Harmonies of #B20631
Complementary color
Monochromatic Colors of #B20631
Black with #B20631
Text Example
Text Example
White with #B20631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20631; }
p { color: rgb(178,6,49); }
H1.HeaderClassName
{
color: #B20631;
}
.AnyTagClassName
{
color: #B20631;
}
</style>
background-color css
<style>
a { background-color: #B20631; }
a { background-color: rgb(178,6,49); }
div.DivClassName
{
background-color: #B20631;
}
.BgClassName
{
background-color: #B20631;
}
</style>
border-color css
<style>
span { border-color: #B20631; }
span { border-color: rgb(178,6,49); }
td.TdClassName
{
border-color: #B20631;
}
.TagClassName
{
border-color: #B20631;
}
</style>