Shades of Cardinal #B20D32
Tints of Cardinal #B20D32
RGB
CMYK
RGB Variations
Color information
#B20D32 (or 0xB20D32) is known color: Cardinal. HEX triplet: B2, 0D and 32. RGB value is (178,13,50). Sum of RGB (Red+Green+Blue) = 178+13+50=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D32 is #4DF2CD. Grayscale: #424242. Windows color (decimal): -5108430 or 3280306. OLE color: 3280306.
HSL color Cylindrical-coordinate representation of color #B20D32: hue angle of 346.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D32 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 50 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.30 |
| HSL | 346.55º | 0.86% | 0.37% | - |
| HSV(B) | 346.55º | 0.93% | 0.7% | - |
| XYZ | 19.08 | 9.98 | 3.94 | - |
| YUV | 66.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 50 | 0 | 0.93 | 0.72 | 0.30 | 346.55 | 0.86 | 0.37 |
| Hex | B2 | D | 32 | 0 | 5D | 48 | 1E | 15B | 56 | 25 |
| Octal | 262 | 15 | 62 | 0 | 135 | 110 | 36 | 533 | 126 | 45 |
| Binary | 10110010 | 1101 | 110010 | 0 | 1011101 | 1001000 | 11110 | 101011011 | 1010110 | 100101 |
Color Harmonies of #B20D32
Complementary color
Monochromatic Colors of #B20D32
Black with #B20D32
Text Example
Text Example
White with #B20D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D32; }
p { color: rgb(178,13,50); }
H1.HeaderClassName
{
color: #B20D32;
}
.AnyTagClassName
{
color: #B20D32;
}
</style>
background-color css
<style>
a { background-color: #B20D32; }
a { background-color: rgb(178,13,50); }
div.DivClassName
{
background-color: #B20D32;
}
.BgClassName
{
background-color: #B20D32;
}
</style>
border-color css
<style>
span { border-color: #B20D32; }
span { border-color: rgb(178,13,50); }
td.TdClassName
{
border-color: #B20D32;
}
.TagClassName
{
border-color: #B20D32;
}
</style>