Shades of Cardinal #B20736
Tints of Cardinal #B20736
RGB
CMYK
RGB Variations
Color information
#B20736 (or 0xB20736) is known color: Cardinal. HEX triplet: B2, 07 and 36. RGB value is (178,7,54). Sum of RGB (Red+Green+Blue) = 178+7+54=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20736 is #4DF8C9. Grayscale: #3F3F3F. Windows color (decimal): -5109962 or 3540914. OLE color: 3540914.
HSL color Cylindrical-coordinate representation of color #B20736: hue angle of 343.51º degrees, saturation: 0.92, 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 #B20736 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 54 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.30 |
| HSL | 343.51º | 0.92% | 0.36% | - |
| HSV(B) | 343.51º | 0.96% | 0.7% | - |
| XYZ | 19.1 | 9.88 | 4.39 | - |
| YUV | 63.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 54 | 0 | 0.96 | 0.70 | 0.30 | 343.51 | 0.92 | 0.36 |
| Hex | B2 | 7 | 36 | 0 | 60 | 46 | 1E | 158 | 5C | 24 |
| Octal | 262 | 7 | 66 | 0 | 140 | 106 | 36 | 530 | 134 | 44 |
| Binary | 10110010 | 111 | 110110 | 0 | 1100000 | 1000110 | 11110 | 101011000 | 1011100 | 100100 |
Color Harmonies of #B20736
Complementary color
Monochromatic Colors of #B20736
Black with #B20736
Text Example
Text Example
White with #B20736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20736; }
p { color: rgb(178,7,54); }
H1.HeaderClassName
{
color: #B20736;
}
.AnyTagClassName
{
color: #B20736;
}
</style>
background-color css
<style>
a { background-color: #B20736; }
a { background-color: rgb(178,7,54); }
div.DivClassName
{
background-color: #B20736;
}
.BgClassName
{
background-color: #B20736;
}
</style>
border-color css
<style>
span { border-color: #B20736; }
span { border-color: rgb(178,7,54); }
td.TdClassName
{
border-color: #B20736;
}
.TagClassName
{
border-color: #B20736;
}
</style>