Shades of Cardinal #B20334
Tints of Cardinal #B20334
RGB
CMYK
RGB Variations
Color information
#B20334 (or 0xB20334) is known color: Cardinal. HEX triplet: B2, 03 and 34. RGB value is (178,3,52). Sum of RGB (Red+Green+Blue) = 178+3+52=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B20334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20334 is #4DFCCB. Grayscale: #3C3C3C. Windows color (decimal): -5110988 or 3408818. OLE color: 3408818.
HSL color Cylindrical-coordinate representation of color #B20334: hue angle of 343.2º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20334 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.30 |
| HSL | 343.2º | 0.97% | 0.35% | - |
| HSV(B) | 343.2º | 0.98% | 0.7% | - |
| XYZ | 19.01 | 9.78 | 4.13 | - |
| YUV | 60.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 52 | 0 | 0.98 | 0.71 | 0.30 | 343.2 | 0.97 | 0.35 |
| Hex | B2 | 3 | 34 | 0 | 62 | 47 | 1E | 157 | 61 | 23 |
| Octal | 262 | 3 | 64 | 0 | 142 | 107 | 36 | 527 | 141 | 43 |
| Binary | 10110010 | 11 | 110100 | 0 | 1100010 | 1000111 | 11110 | 101010111 | 1100001 | 100011 |
Color Harmonies of #B20334
Complementary color
Monochromatic Colors of #B20334
Black with #B20334
Text Example
Text Example
White with #B20334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20334; }
p { color: rgb(178,3,52); }
H1.HeaderClassName
{
color: #B20334;
}
.AnyTagClassName
{
color: #B20334;
}
</style>
background-color css
<style>
a { background-color: #B20334; }
a { background-color: rgb(178,3,52); }
div.DivClassName
{
background-color: #B20334;
}
.BgClassName
{
background-color: #B20334;
}
</style>
border-color css
<style>
span { border-color: #B20334; }
span { border-color: rgb(178,3,52); }
td.TdClassName
{
border-color: #B20334;
}
.TagClassName
{
border-color: #B20334;
}
</style>