Shades of Cardinal #B2153D
Tints of Cardinal #B2153D
RGB
CMYK
RGB Variations
Color information
#B2153D (or 0xB2153D) is known color: Cardinal. HEX triplet: B2, 15 and 3D. RGB value is (178,21,61). Sum of RGB (Red+Green+Blue) = 178+21+61=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2153D is #4DEAC2. Grayscale: #484848. Windows color (decimal): -5106371 or 4003250. OLE color: 4003250.
HSL color Cylindrical-coordinate representation of color #B2153D: hue angle of 344.71º 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 #B2153D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 61 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.30 |
| HSL | 344.71º | 0.79% | 0.39% | - |
| HSV(B) | 344.71º | 0.88% | 0.7% | - |
| XYZ | 19.47 | 10.34 | 5.38 | - |
| YUV | 72.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 61 | 0 | 0.88 | 0.66 | 0.30 | 344.71 | 0.79 | 0.39 |
| Hex | B2 | 15 | 3D | 0 | 58 | 42 | 1E | 159 | 4F | 27 |
| Octal | 262 | 25 | 75 | 0 | 130 | 102 | 36 | 531 | 117 | 47 |
| Binary | 10110010 | 10101 | 111101 | 0 | 1011000 | 1000010 | 11110 | 101011001 | 1001111 | 100111 |
Color Harmonies of #B2153D
Complementary color
Monochromatic Colors of #B2153D
Black with #B2153D
Text Example
Text Example
White with #B2153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2153D; }
p { color: rgb(178,21,61); }
H1.HeaderClassName
{
color: #B2153D;
}
.AnyTagClassName
{
color: #B2153D;
}
</style>
background-color css
<style>
a { background-color: #B2153D; }
a { background-color: rgb(178,21,61); }
div.DivClassName
{
background-color: #B2153D;
}
.BgClassName
{
background-color: #B2153D;
}
</style>
border-color css
<style>
span { border-color: #B2153D; }
span { border-color: rgb(178,21,61); }
td.TdClassName
{
border-color: #B2153D;
}
.TagClassName
{
border-color: #B2153D;
}
</style>