Shades of Cardinal #B20F28
Tints of Cardinal #B20F28
RGB
CMYK
RGB Variations
Color information
#B20F28 (or 0xB20F28) is known color: Cardinal. HEX triplet: B2, 0F and 28. RGB value is (178,15,40). Sum of RGB (Red+Green+Blue) = 178+15+40=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F28 is #4DF0D7. Grayscale: #424242. Windows color (decimal): -5107928 or 2625458. OLE color: 2625458.
HSL color Cylindrical-coordinate representation of color #B20F28: hue angle of 350.8º degrees, saturation: 0.84, 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 #B20F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.30 |
| HSL | 350.8º | 0.84% | 0.38% | - |
| HSV(B) | 350.8º | 0.92% | 0.7% | - |
| XYZ | 18.91 | 9.96 | 2.93 | - |
| YUV | 66.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 40 | 0 | 0.92 | 0.78 | 0.30 | 350.8 | 0.84 | 0.38 |
| Hex | B2 | F | 28 | 0 | 5C | 4E | 1E | 15F | 54 | 26 |
| Octal | 262 | 17 | 50 | 0 | 134 | 116 | 36 | 537 | 124 | 46 |
| Binary | 10110010 | 1111 | 101000 | 0 | 1011100 | 1001110 | 11110 | 101011111 | 1010100 | 100110 |
Color Harmonies of #B20F28
Complementary color
Monochromatic Colors of #B20F28
Black with #B20F28
Text Example
Text Example
White with #B20F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F28; }
p { color: rgb(178,15,40); }
H1.HeaderClassName
{
color: #B20F28;
}
.AnyTagClassName
{
color: #B20F28;
}
</style>
background-color css
<style>
a { background-color: #B20F28; }
a { background-color: rgb(178,15,40); }
div.DivClassName
{
background-color: #B20F28;
}
.BgClassName
{
background-color: #B20F28;
}
</style>
border-color css
<style>
span { border-color: #B20F28; }
span { border-color: rgb(178,15,40); }
td.TdClassName
{
border-color: #B20F28;
}
.TagClassName
{
border-color: #B20F28;
}
</style>