Shades of Cardinal #B20E2F
Tints of Cardinal #B20E2F
RGB
CMYK
RGB Variations
Color information
#B20E2F (or 0xB20E2F) is known color: Cardinal. HEX triplet: B2, 0E and 2F. RGB value is (178,14,47). Sum of RGB (Red+Green+Blue) = 178+14+47=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E2F is #4DF1D0. Grayscale: #424242. Windows color (decimal): -5108177 or 3083954. OLE color: 3083954.
HSL color Cylindrical-coordinate representation of color #B20E2F: hue angle of 347.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.30 |
| HSL | 347.93º | 0.85% | 0.38% | - |
| HSV(B) | 347.93º | 0.92% | 0.7% | - |
| XYZ | 19.03 | 9.98 | 3.61 | - |
| YUV | 66.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 47 | 0 | 0.92 | 0.74 | 0.30 | 347.93 | 0.85 | 0.38 |
| Hex | B2 | E | 2F | 0 | 5C | 4A | 1E | 15C | 55 | 26 |
| Octal | 262 | 16 | 57 | 0 | 134 | 112 | 36 | 534 | 125 | 46 |
| Binary | 10110010 | 1110 | 101111 | 0 | 1011100 | 1001010 | 11110 | 101011100 | 1010101 | 100110 |
Color Harmonies of #B20E2F
Complementary color
Monochromatic Colors of #B20E2F
Black with #B20E2F
Text Example
Text Example
White with #B20E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E2F; }
p { color: rgb(178,14,47); }
H1.HeaderClassName
{
color: #B20E2F;
}
.AnyTagClassName
{
color: #B20E2F;
}
</style>
background-color css
<style>
a { background-color: #B20E2F; }
a { background-color: rgb(178,14,47); }
div.DivClassName
{
background-color: #B20E2F;
}
.BgClassName
{
background-color: #B20E2F;
}
</style>
border-color css
<style>
span { border-color: #B20E2F; }
span { border-color: rgb(178,14,47); }
td.TdClassName
{
border-color: #B20E2F;
}
.TagClassName
{
border-color: #B20E2F;
}
</style>