Shades of Cardinal #B2203C
Tints of Cardinal #B2203C
RGB
CMYK
RGB Variations
Color information
#B2203C (or 0xB2203C) is known color: Cardinal. HEX triplet: B2, 20 and 3C. RGB value is (178,32,60). Sum of RGB (Red+Green+Blue) = 178+32+60=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2203C is #4DDFC3. Grayscale: #4E4E4E. Windows color (decimal): -5103556 or 3940530. OLE color: 3940530.
HSL color Cylindrical-coordinate representation of color #B2203C: hue angle of 348.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2203C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 60 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.30 |
| HSL | 348.49º | 0.7% | 0.41% | - |
| HSV(B) | 348.49º | 0.82% | 0.7% | - |
| XYZ | 19.69 | 10.82 | 5.33 | - |
| YUV | 78.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 60 | 0 | 0.82 | 0.66 | 0.30 | 348.49 | 0.7 | 0.41 |
| Hex | B2 | 20 | 3C | 0 | 52 | 42 | 1E | 15C | 46 | 29 |
| Octal | 262 | 40 | 74 | 0 | 122 | 102 | 36 | 534 | 106 | 51 |
| Binary | 10110010 | 100000 | 111100 | 0 | 1010010 | 1000010 | 11110 | 101011100 | 1000110 | 101001 |
Color Harmonies of #B2203C
Complementary color
Monochromatic Colors of #B2203C
Black with #B2203C
Text Example
Text Example
White with #B2203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2203C; }
p { color: rgb(178,32,60); }
H1.HeaderClassName
{
color: #B2203C;
}
.AnyTagClassName
{
color: #B2203C;
}
</style>
background-color css
<style>
a { background-color: #B2203C; }
a { background-color: rgb(178,32,60); }
div.DivClassName
{
background-color: #B2203C;
}
.BgClassName
{
background-color: #B2203C;
}
</style>
border-color css
<style>
span { border-color: #B2203C; }
span { border-color: rgb(178,32,60); }
td.TdClassName
{
border-color: #B2203C;
}
.TagClassName
{
border-color: #B2203C;
}
</style>