Shades of Cardinal #B20730
Tints of Cardinal #B20730
RGB
CMYK
RGB Variations
Color information
#B20730 (or 0xB20730) is known color: Cardinal. HEX triplet: B2, 07 and 30. RGB value is (178,7,48). Sum of RGB (Red+Green+Blue) = 178+7+48=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B20730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20730 is #4DF8CF. Grayscale: #3E3E3E. Windows color (decimal): -5109968 or 3147698. OLE color: 3147698.
HSL color Cylindrical-coordinate representation of color #B20730: hue angle of 345.61º 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 #B20730 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.30 |
| HSL | 345.61º | 0.92% | 0.36% | - |
| HSV(B) | 345.61º | 0.96% | 0.7% | - |
| XYZ | 18.97 | 9.83 | 3.69 | - |
| YUV | 62.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 48 | 0 | 0.96 | 0.73 | 0.30 | 345.61 | 0.92 | 0.36 |
| Hex | B2 | 7 | 30 | 0 | 60 | 49 | 1E | 15A | 5C | 24 |
| Octal | 262 | 7 | 60 | 0 | 140 | 111 | 36 | 532 | 134 | 44 |
| Binary | 10110010 | 111 | 110000 | 0 | 1100000 | 1001001 | 11110 | 101011010 | 1011100 | 100100 |
Color Harmonies of #B20730
Complementary color
Monochromatic Colors of #B20730
Black with #B20730
Text Example
Text Example
White with #B20730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20730; }
p { color: rgb(178,7,48); }
H1.HeaderClassName
{
color: #B20730;
}
.AnyTagClassName
{
color: #B20730;
}
</style>
background-color css
<style>
a { background-color: #B20730; }
a { background-color: rgb(178,7,48); }
div.DivClassName
{
background-color: #B20730;
}
.BgClassName
{
background-color: #B20730;
}
</style>
border-color css
<style>
span { border-color: #B20730; }
span { border-color: rgb(178,7,48); }
td.TdClassName
{
border-color: #B20730;
}
.TagClassName
{
border-color: #B20730;
}
</style>