Shades of Cardinal #B3102C
Tints of Cardinal #B3102C
RGB
CMYK
RGB Variations
Color information
#B3102C (or 0xB3102C) is known color: Cardinal. HEX triplet: B3, 10 and 2C. RGB value is (179,16,44). Sum of RGB (Red+Green+Blue) = 179+16+44=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3102C is #4CEFD3. Grayscale: #434343. Windows color (decimal): -5042132 or 2887859. OLE color: 2887859.
HSL color Cylindrical-coordinate representation of color #B3102C: hue angle of 349.69º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3102C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.30 |
| HSL | 349.69º | 0.84% | 0.38% | - |
| HSV(B) | 349.69º | 0.91% | 0.7% | - |
| XYZ | 19.23 | 10.14 | 3.33 | - |
| YUV | 67.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 44 | 0 | 0.91 | 0.75 | 0.30 | 349.69 | 0.84 | 0.38 |
| Hex | B3 | 10 | 2C | 0 | 5B | 4B | 1E | 15E | 54 | 26 |
| Octal | 263 | 20 | 54 | 0 | 133 | 113 | 36 | 536 | 124 | 46 |
| Binary | 10110011 | 10000 | 101100 | 0 | 1011011 | 1001011 | 11110 | 101011110 | 1010100 | 100110 |
Color Harmonies of #B3102C
Complementary color
Monochromatic Colors of #B3102C
Black with #B3102C
Text Example
Text Example
White with #B3102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3102C; }
p { color: rgb(179,16,44); }
H1.HeaderClassName
{
color: #B3102C;
}
.AnyTagClassName
{
color: #B3102C;
}
</style>
background-color css
<style>
a { background-color: #B3102C; }
a { background-color: rgb(179,16,44); }
div.DivClassName
{
background-color: #B3102C;
}
.BgClassName
{
background-color: #B3102C;
}
</style>
border-color css
<style>
span { border-color: #B3102C; }
span { border-color: rgb(179,16,44); }
td.TdClassName
{
border-color: #B3102C;
}
.TagClassName
{
border-color: #B3102C;
}
</style>