Shades of Cardinal #B3152C
Tints of Cardinal #B3152C
RGB
CMYK
RGB Variations
Color information
#B3152C (or 0xB3152C) is known color: Cardinal. HEX triplet: B3, 15 and 2C. RGB value is (179,21,44). Sum of RGB (Red+Green+Blue) = 179+21+44=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3152C is #4CEAD3. Grayscale: #464646. Windows color (decimal): -5040852 or 2889139. OLE color: 2889139.
HSL color Cylindrical-coordinate representation of color #B3152C: hue angle of 351.27º 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 #B3152C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 44 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.30 |
| HSL | 351.27º | 0.79% | 0.39% | - |
| HSV(B) | 351.27º | 0.88% | 0.7% | - |
| XYZ | 19.31 | 10.3 | 3.35 | - |
| YUV | 70.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 44 | 0 | 0.88 | 0.75 | 0.30 | 351.27 | 0.79 | 0.39 |
| Hex | B3 | 15 | 2C | 0 | 58 | 4B | 1E | 15F | 4F | 27 |
| Octal | 263 | 25 | 54 | 0 | 130 | 113 | 36 | 537 | 117 | 47 |
| Binary | 10110011 | 10101 | 101100 | 0 | 1011000 | 1001011 | 11110 | 101011111 | 1001111 | 100111 |
Color Harmonies of #B3152C
Complementary color
Monochromatic Colors of #B3152C
Black with #B3152C
Text Example
Text Example
White with #B3152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3152C; }
p { color: rgb(179,21,44); }
H1.HeaderClassName
{
color: #B3152C;
}
.AnyTagClassName
{
color: #B3152C;
}
</style>
background-color css
<style>
a { background-color: #B3152C; }
a { background-color: rgb(179,21,44); }
div.DivClassName
{
background-color: #B3152C;
}
.BgClassName
{
background-color: #B3152C;
}
</style>
border-color css
<style>
span { border-color: #B3152C; }
span { border-color: rgb(179,21,44); }
td.TdClassName
{
border-color: #B3152C;
}
.TagClassName
{
border-color: #B3152C;
}
</style>