Shades of Cardinal #B20D34
Tints of Cardinal #B20D34
RGB
CMYK
RGB Variations
Color information
#B20D34 (or 0xB20D34) is known color: Cardinal. HEX triplet: B2, 0D and 34. RGB value is (178,13,52). Sum of RGB (Red+Green+Blue) = 178+13+52=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D34 is #4DF2CB. Grayscale: #424242. Windows color (decimal): -5108428 or 3411378. OLE color: 3411378.
HSL color Cylindrical-coordinate representation of color #B20D34: hue angle of 345.82º 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 #B20D34 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 52 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.30 |
| HSL | 345.82º | 0.86% | 0.37% | - |
| HSV(B) | 345.82º | 0.93% | 0.7% | - |
| XYZ | 19.12 | 10 | 4.17 | - |
| YUV | 66.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 52 | 0 | 0.93 | 0.71 | 0.30 | 345.82 | 0.86 | 0.37 |
| Hex | B2 | D | 34 | 0 | 5D | 47 | 1E | 15A | 56 | 25 |
| Octal | 262 | 15 | 64 | 0 | 135 | 107 | 36 | 532 | 126 | 45 |
| Binary | 10110010 | 1101 | 110100 | 0 | 1011101 | 1000111 | 11110 | 101011010 | 1010110 | 100101 |
Color Harmonies of #B20D34
Complementary color
Monochromatic Colors of #B20D34
Black with #B20D34
Text Example
Text Example
White with #B20D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D34; }
p { color: rgb(178,13,52); }
H1.HeaderClassName
{
color: #B20D34;
}
.AnyTagClassName
{
color: #B20D34;
}
</style>
background-color css
<style>
a { background-color: #B20D34; }
a { background-color: rgb(178,13,52); }
div.DivClassName
{
background-color: #B20D34;
}
.BgClassName
{
background-color: #B20D34;
}
</style>
border-color css
<style>
span { border-color: #B20D34; }
span { border-color: rgb(178,13,52); }
td.TdClassName
{
border-color: #B20D34;
}
.TagClassName
{
border-color: #B20D34;
}
</style>