Shades of Cardinal #B2193F
Tints of Cardinal #B2193F
RGB
CMYK
RGB Variations
Color information
#B2193F (or 0xB2193F) is known color: Cardinal. HEX triplet: B2, 19 and 3F. RGB value is (178,25,63). Sum of RGB (Red+Green+Blue) = 178+25+63=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B2193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2193F is #4DE6C0. Grayscale: #4B4B4B. Windows color (decimal): -5105345 or 4135346. OLE color: 4135346.
HSL color Cylindrical-coordinate representation of color #B2193F: hue angle of 345.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2193F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.30 |
| HSL | 345.1º | 0.75% | 0.4% | - |
| HSV(B) | 345.1º | 0.86% | 0.7% | - |
| XYZ | 19.6 | 10.52 | 5.7 | - |
| YUV | 75.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 63 | 0 | 0.86 | 0.65 | 0.30 | 345.1 | 0.75 | 0.4 |
| Hex | B2 | 19 | 3F | 0 | 56 | 41 | 1E | 159 | 4B | 28 |
| Octal | 262 | 31 | 77 | 0 | 126 | 101 | 36 | 531 | 113 | 50 |
| Binary | 10110010 | 11001 | 111111 | 0 | 1010110 | 1000001 | 11110 | 101011001 | 1001011 | 101000 |
Color Harmonies of #B2193F
Complementary color
Monochromatic Colors of #B2193F
Black with #B2193F
Text Example
Text Example
White with #B2193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2193F; }
p { color: rgb(178,25,63); }
H1.HeaderClassName
{
color: #B2193F;
}
.AnyTagClassName
{
color: #B2193F;
}
</style>
background-color css
<style>
a { background-color: #B2193F; }
a { background-color: rgb(178,25,63); }
div.DivClassName
{
background-color: #B2193F;
}
.BgClassName
{
background-color: #B2193F;
}
</style>
border-color css
<style>
span { border-color: #B2193F; }
span { border-color: rgb(178,25,63); }
td.TdClassName
{
border-color: #B2193F;
}
.TagClassName
{
border-color: #B2193F;
}
</style>