Shades of Cardinal #B20D3C
Tints of Cardinal #B20D3C
RGB
CMYK
RGB Variations
Color information
#B20D3C (or 0xB20D3C) is known color: Cardinal. HEX triplet: B2, 0D and 3C. RGB value is (178,13,60). Sum of RGB (Red+Green+Blue) = 178+13+60=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D3C is #4DF2C3. Grayscale: #434343. Windows color (decimal): -5108420 or 3935666. OLE color: 3935666.
HSL color Cylindrical-coordinate representation of color #B20D3C: hue angle of 342.91º 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 #B20D3C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.30 |
| HSL | 342.91º | 0.86% | 0.37% | - |
| HSV(B) | 342.91º | 0.93% | 0.7% | - |
| XYZ | 19.32 | 10.08 | 5.2 | - |
| YUV | 67.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 60 | 0 | 0.93 | 0.66 | 0.30 | 342.91 | 0.86 | 0.37 |
| Hex | B2 | D | 3C | 0 | 5D | 42 | 1E | 157 | 56 | 25 |
| Octal | 262 | 15 | 74 | 0 | 135 | 102 | 36 | 527 | 126 | 45 |
| Binary | 10110010 | 1101 | 111100 | 0 | 1011101 | 1000010 | 11110 | 101010111 | 1010110 | 100101 |
Color Harmonies of #B20D3C
Complementary color
Monochromatic Colors of #B20D3C
Black with #B20D3C
Text Example
Text Example
White with #B20D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D3C; }
p { color: rgb(178,13,60); }
H1.HeaderClassName
{
color: #B20D3C;
}
.AnyTagClassName
{
color: #B20D3C;
}
</style>
background-color css
<style>
a { background-color: #B20D3C; }
a { background-color: rgb(178,13,60); }
div.DivClassName
{
background-color: #B20D3C;
}
.BgClassName
{
background-color: #B20D3C;
}
</style>
border-color css
<style>
span { border-color: #B20D3C; }
span { border-color: rgb(178,13,60); }
td.TdClassName
{
border-color: #B20D3C;
}
.TagClassName
{
border-color: #B20D3C;
}
</style>