Shades of Cardinal #B2193C
Tints of Cardinal #B2193C
RGB
CMYK
RGB Variations
Color information
#B2193C (or 0xB2193C) is known color: Cardinal. HEX triplet: B2, 19 and 3C. RGB value is (178,25,60). Sum of RGB (Red+Green+Blue) = 178+25+60=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2193C is #4DE6C3. Grayscale: #4A4A4A. Windows color (decimal): -5105348 or 3938738. OLE color: 3938738.
HSL color Cylindrical-coordinate representation of color #B2193C: hue angle of 346.27º 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 #B2193C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 60 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.30 |
| HSL | 346.27º | 0.75% | 0.4% | - |
| HSV(B) | 346.27º | 0.86% | 0.7% | - |
| XYZ | 19.52 | 10.49 | 5.27 | - |
| YUV | 74.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 60 | 0 | 0.86 | 0.66 | 0.30 | 346.27 | 0.75 | 0.4 |
| Hex | B2 | 19 | 3C | 0 | 56 | 42 | 1E | 15A | 4B | 28 |
| Octal | 262 | 31 | 74 | 0 | 126 | 102 | 36 | 532 | 113 | 50 |
| Binary | 10110010 | 11001 | 111100 | 0 | 1010110 | 1000010 | 11110 | 101011010 | 1001011 | 101000 |
Color Harmonies of #B2193C
Complementary color
Monochromatic Colors of #B2193C
Black with #B2193C
Text Example
Text Example
White with #B2193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2193C; }
p { color: rgb(178,25,60); }
H1.HeaderClassName
{
color: #B2193C;
}
.AnyTagClassName
{
color: #B2193C;
}
</style>
background-color css
<style>
a { background-color: #B2193C; }
a { background-color: rgb(178,25,60); }
div.DivClassName
{
background-color: #B2193C;
}
.BgClassName
{
background-color: #B2193C;
}
</style>
border-color css
<style>
span { border-color: #B2193C; }
span { border-color: rgb(178,25,60); }
td.TdClassName
{
border-color: #B2193C;
}
.TagClassName
{
border-color: #B2193C;
}
</style>