Shades of Cardinal #B2153C
Tints of Cardinal #B2153C
RGB
CMYK
RGB Variations
Color information
#B2153C (or 0xB2153C) is known color: Cardinal. HEX triplet: B2, 15 and 3C. RGB value is (178,21,60). Sum of RGB (Red+Green+Blue) = 178+21+60=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2153C is #4DEAC3. Grayscale: #484848. Windows color (decimal): -5106372 or 3937714. OLE color: 3937714.
HSL color Cylindrical-coordinate representation of color #B2153C: hue angle of 345.1º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2153C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 60 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.30 |
| HSL | 345.1º | 0.79% | 0.39% | - |
| HSV(B) | 345.1º | 0.88% | 0.7% | - |
| XYZ | 19.44 | 10.33 | 5.24 | - |
| YUV | 72.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 60 | 0 | 0.88 | 0.66 | 0.30 | 345.1 | 0.79 | 0.39 |
| Hex | B2 | 15 | 3C | 0 | 58 | 42 | 1E | 159 | 4F | 27 |
| Octal | 262 | 25 | 74 | 0 | 130 | 102 | 36 | 531 | 117 | 47 |
| Binary | 10110010 | 10101 | 111100 | 0 | 1011000 | 1000010 | 11110 | 101011001 | 1001111 | 100111 |
Color Harmonies of #B2153C
Complementary color
Monochromatic Colors of #B2153C
Black with #B2153C
Text Example
Text Example
White with #B2153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2153C; }
p { color: rgb(178,21,60); }
H1.HeaderClassName
{
color: #B2153C;
}
.AnyTagClassName
{
color: #B2153C;
}
</style>
background-color css
<style>
a { background-color: #B2153C; }
a { background-color: rgb(178,21,60); }
div.DivClassName
{
background-color: #B2153C;
}
.BgClassName
{
background-color: #B2153C;
}
</style>
border-color css
<style>
span { border-color: #B2153C; }
span { border-color: rgb(178,21,60); }
td.TdClassName
{
border-color: #B2153C;
}
.TagClassName
{
border-color: #B2153C;
}
</style>