Shades of Cardinal #B20636
Tints of Cardinal #B20636
RGB
CMYK
RGB Variations
Color information
#B20636 (or 0xB20636) is known color: Cardinal. HEX triplet: B2, 06 and 36. RGB value is (178,6,54). Sum of RGB (Red+Green+Blue) = 178+6+54=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20636 is #4DF9C9. Grayscale: #3E3E3E. Windows color (decimal): -5110218 or 3540658. OLE color: 3540658.
HSL color Cylindrical-coordinate representation of color #B20636: hue angle of 343.26º 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 #B20636 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.30 |
| HSL | 343.26º | 0.93% | 0.36% | - |
| HSV(B) | 343.26º | 0.97% | 0.7% | - |
| XYZ | 19.09 | 9.86 | 4.39 | - |
| YUV | 62.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 54 | 0 | 0.97 | 0.70 | 0.30 | 343.26 | 0.93 | 0.36 |
| Hex | B2 | 6 | 36 | 0 | 61 | 46 | 1E | 157 | 5D | 24 |
| Octal | 262 | 6 | 66 | 0 | 141 | 106 | 36 | 527 | 135 | 44 |
| Binary | 10110010 | 110 | 110110 | 0 | 1100001 | 1000110 | 11110 | 101010111 | 1011101 | 100100 |
Color Harmonies of #B20636
Complementary color
Monochromatic Colors of #B20636
Black with #B20636
Text Example
Text Example
White with #B20636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20636; }
p { color: rgb(178,6,54); }
H1.HeaderClassName
{
color: #B20636;
}
.AnyTagClassName
{
color: #B20636;
}
</style>
background-color css
<style>
a { background-color: #B20636; }
a { background-color: rgb(178,6,54); }
div.DivClassName
{
background-color: #B20636;
}
.BgClassName
{
background-color: #B20636;
}
</style>
border-color css
<style>
span { border-color: #B20636; }
span { border-color: rgb(178,6,54); }
td.TdClassName
{
border-color: #B20636;
}
.TagClassName
{
border-color: #B20636;
}
</style>