Shades of Cardinal #B20138
Tints of Cardinal #B20138
RGB
CMYK
RGB Variations
Color information
#B20138 (or 0xB20138) is known color: Cardinal. HEX triplet: B2, 01 and 38. RGB value is (178,1,56). Sum of RGB (Red+Green+Blue) = 178+1+56=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20138 is #4DFEC7. Grayscale: #3C3C3C. Windows color (decimal): -5111496 or 3670450. OLE color: 3670450.
HSL color Cylindrical-coordinate representation of color #B20138: hue angle of 341.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20138 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 56 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.30 |
| HSL | 341.36º | 0.99% | 0.35% | - |
| HSV(B) | 341.36º | 0.99% | 0.7% | - |
| XYZ | 19.08 | 9.77 | 4.62 | - |
| YUV | 60.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 56 | 0 | 0.99 | 0.69 | 0.30 | 341.36 | 0.99 | 0.35 |
| Hex | B2 | 1 | 38 | 0 | 63 | 45 | 1E | 155 | 63 | 23 |
| Octal | 262 | 1 | 70 | 0 | 143 | 105 | 36 | 525 | 143 | 43 |
| Binary | 10110010 | 1 | 111000 | 0 | 1100011 | 1000101 | 11110 | 101010101 | 1100011 | 100011 |
Color Harmonies of #B20138
Complementary color
Monochromatic Colors of #B20138
Black with #B20138
Text Example
Text Example
White with #B20138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20138; }
p { color: rgb(178,1,56); }
H1.HeaderClassName
{
color: #B20138;
}
.AnyTagClassName
{
color: #B20138;
}
</style>
background-color css
<style>
a { background-color: #B20138; }
a { background-color: rgb(178,1,56); }
div.DivClassName
{
background-color: #B20138;
}
.BgClassName
{
background-color: #B20138;
}
</style>
border-color css
<style>
span { border-color: #B20138; }
span { border-color: rgb(178,1,56); }
td.TdClassName
{
border-color: #B20138;
}
.TagClassName
{
border-color: #B20138;
}
</style>