Shades of Cardinal #B20731
Tints of Cardinal #B20731
RGB
CMYK
RGB Variations
Color information
#B20731 (or 0xB20731) is known color: Cardinal. HEX triplet: B2, 07 and 31. RGB value is (178,7,49). Sum of RGB (Red+Green+Blue) = 178+7+49=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20731 is #4DF8CE. Grayscale: #3E3E3E. Windows color (decimal): -5109967 or 3213234. OLE color: 3213234.
HSL color Cylindrical-coordinate representation of color #B20731: hue angle of 345.26º 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 #B20731 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 49 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.30 |
| HSL | 345.26º | 0.92% | 0.36% | - |
| HSV(B) | 345.26º | 0.96% | 0.7% | - |
| XYZ | 18.99 | 9.84 | 3.8 | - |
| YUV | 62.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 49 | 0 | 0.96 | 0.72 | 0.30 | 345.26 | 0.92 | 0.36 |
| Hex | B2 | 7 | 31 | 0 | 60 | 48 | 1E | 159 | 5C | 24 |
| Octal | 262 | 7 | 61 | 0 | 140 | 110 | 36 | 531 | 134 | 44 |
| Binary | 10110010 | 111 | 110001 | 0 | 1100000 | 1001000 | 11110 | 101011001 | 1011100 | 100100 |
Color Harmonies of #B20731
Complementary color
Monochromatic Colors of #B20731
Black with #B20731
Text Example
Text Example
White with #B20731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20731; }
p { color: rgb(178,7,49); }
H1.HeaderClassName
{
color: #B20731;
}
.AnyTagClassName
{
color: #B20731;
}
</style>
background-color css
<style>
a { background-color: #B20731; }
a { background-color: rgb(178,7,49); }
div.DivClassName
{
background-color: #B20731;
}
.BgClassName
{
background-color: #B20731;
}
</style>
border-color css
<style>
span { border-color: #B20731; }
span { border-color: rgb(178,7,49); }
td.TdClassName
{
border-color: #B20731;
}
.TagClassName
{
border-color: #B20731;
}
</style>