Shades of Cardinal #B2233C
Tints of Cardinal #B2233C
RGB
CMYK
RGB Variations
Color information
#B2233C (or 0xB2233C) is known color: Cardinal. HEX triplet: B2, 23 and 3C. RGB value is (178,35,60). Sum of RGB (Red+Green+Blue) = 178+35+60=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2233C is #4DDCC3. Grayscale: #505050. Windows color (decimal): -5102788 or 3941298. OLE color: 3941298.
HSL color Cylindrical-coordinate representation of color #B2233C: hue angle of 349.51º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2233C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 60 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.30 |
| HSL | 349.51º | 0.67% | 0.42% | - |
| HSV(B) | 349.51º | 0.8% | 0.7% | - |
| XYZ | 19.78 | 10.99 | 5.35 | - |
| YUV | 80.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 60 | 0 | 0.80 | 0.66 | 0.30 | 349.51 | 0.67 | 0.42 |
| Hex | B2 | 23 | 3C | 0 | 50 | 42 | 1E | 15E | 43 | 2A |
| Octal | 262 | 43 | 74 | 0 | 120 | 102 | 36 | 536 | 103 | 52 |
| Binary | 10110010 | 100011 | 111100 | 0 | 1010000 | 1000010 | 11110 | 101011110 | 1000011 | 101010 |
Color Harmonies of #B2233C
Complementary color
Monochromatic Colors of #B2233C
Black with #B2233C
Text Example
Text Example
White with #B2233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2233C; }
p { color: rgb(178,35,60); }
H1.HeaderClassName
{
color: #B2233C;
}
.AnyTagClassName
{
color: #B2233C;
}
</style>
background-color css
<style>
a { background-color: #B2233C; }
a { background-color: rgb(178,35,60); }
div.DivClassName
{
background-color: #B2233C;
}
.BgClassName
{
background-color: #B2233C;
}
</style>
border-color css
<style>
span { border-color: #B2233C; }
span { border-color: rgb(178,35,60); }
td.TdClassName
{
border-color: #B2233C;
}
.TagClassName
{
border-color: #B2233C;
}
</style>