Shades of Cardinal #B20C3C
Tints of Cardinal #B20C3C
RGB
CMYK
RGB Variations
Color information
#B20C3C (or 0xB20C3C) is known color: Cardinal. HEX triplet: B2, 0C and 3C. RGB value is (178,12,60). Sum of RGB (Red+Green+Blue) = 178+12+60=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C3C is #4DF3C3. Grayscale: #434343. Windows color (decimal): -5108676 or 3935410. OLE color: 3935410.
HSL color Cylindrical-coordinate representation of color #B20C3C: hue angle of 342.65º degrees, saturation: 0.87, 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 #B20C3C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 60 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.30 |
| HSL | 342.65º | 0.87% | 0.37% | - |
| HSV(B) | 342.65º | 0.93% | 0.7% | - |
| XYZ | 19.31 | 10.05 | 5.2 | - |
| YUV | 67.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 60 | 0 | 0.93 | 0.66 | 0.30 | 342.65 | 0.87 | 0.37 |
| Hex | B2 | C | 3C | 0 | 5D | 42 | 1E | 157 | 57 | 25 |
| Octal | 262 | 14 | 74 | 0 | 135 | 102 | 36 | 527 | 127 | 45 |
| Binary | 10110010 | 1100 | 111100 | 0 | 1011101 | 1000010 | 11110 | 101010111 | 1010111 | 100101 |
Color Harmonies of #B20C3C
Complementary color
Monochromatic Colors of #B20C3C
Black with #B20C3C
Text Example
Text Example
White with #B20C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C3C; }
p { color: rgb(178,12,60); }
H1.HeaderClassName
{
color: #B20C3C;
}
.AnyTagClassName
{
color: #B20C3C;
}
</style>
background-color css
<style>
a { background-color: #B20C3C; }
a { background-color: rgb(178,12,60); }
div.DivClassName
{
background-color: #B20C3C;
}
.BgClassName
{
background-color: #B20C3C;
}
</style>
border-color css
<style>
span { border-color: #B20C3C; }
span { border-color: rgb(178,12,60); }
td.TdClassName
{
border-color: #B20C3C;
}
.TagClassName
{
border-color: #B20C3C;
}
</style>