Shades of Cardinal #B2193B
Tints of Cardinal #B2193B
RGB
CMYK
RGB Variations
Color information
#B2193B (or 0xB2193B) is known color: Cardinal. HEX triplet: B2, 19 and 3B. RGB value is (178,25,59). Sum of RGB (Red+Green+Blue) = 178+25+59=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2193B is #4DE6C4. Grayscale: #4A4A4A. Windows color (decimal): -5105349 or 3873202. OLE color: 3873202.
HSL color Cylindrical-coordinate representation of color #B2193B: hue angle of 346.67º 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 #B2193B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 59 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.30 |
| HSL | 346.67º | 0.75% | 0.4% | - |
| HSV(B) | 346.67º | 0.86% | 0.7% | - |
| XYZ | 19.5 | 10.48 | 5.13 | - |
| YUV | 74.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 59 | 0 | 0.86 | 0.67 | 0.30 | 346.67 | 0.75 | 0.4 |
| Hex | B2 | 19 | 3B | 0 | 56 | 43 | 1E | 15B | 4B | 28 |
| Octal | 262 | 31 | 73 | 0 | 126 | 103 | 36 | 533 | 113 | 50 |
| Binary | 10110010 | 11001 | 111011 | 0 | 1010110 | 1000011 | 11110 | 101011011 | 1001011 | 101000 |
Color Harmonies of #B2193B
Complementary color
Monochromatic Colors of #B2193B
Black with #B2193B
Text Example
Text Example
White with #B2193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2193B; }
p { color: rgb(178,25,59); }
H1.HeaderClassName
{
color: #B2193B;
}
.AnyTagClassName
{
color: #B2193B;
}
</style>
background-color css
<style>
a { background-color: #B2193B; }
a { background-color: rgb(178,25,59); }
div.DivClassName
{
background-color: #B2193B;
}
.BgClassName
{
background-color: #B2193B;
}
</style>
border-color css
<style>
span { border-color: #B2193B; }
span { border-color: rgb(178,25,59); }
td.TdClassName
{
border-color: #B2193B;
}
.TagClassName
{
border-color: #B2193B;
}
</style>