Shades of Cardinal #B3003C
Tints of Cardinal #B3003C
RGB
CMYK
RGB Variations
Color information
#B3003C (or 0xB3003C) is known color: Cardinal. HEX triplet: B3, 00 and 3C. RGB value is (179,0,60). Sum of RGB (Red+Green+Blue) = 179+0+60=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3003C is #4CFFC3. Grayscale: #3C3C3C. Windows color (decimal): -5046212 or 3932339. OLE color: 3932339.
HSL color Cylindrical-coordinate representation of color #B3003C: hue angle of 339.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3003C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.66 | 0.30 |
| HSL | 339.89º | 1% | 0.35% | - |
| HSV(B) | 339.89º | 1% | 0.7% | - |
| XYZ | 19.41 | 9.91 | 5.16 | - |
| YUV | 60.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 60 | 0 | 1 | 0.66 | 0.30 | 339.89 | 1 | 0.35 |
| Hex | B3 | 0 | 3C | 0 | 64 | 42 | 1E | 154 | 64 | 23 |
| Octal | 263 | 0 | 74 | 0 | 144 | 102 | 36 | 524 | 144 | 43 |
| Binary | 10110011 | 0 | 111100 | 0 | 1100100 | 1000010 | 11110 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B3003C
Complementary color
Monochromatic Colors of #B3003C
Black with #B3003C
Text Example
Text Example
White with #B3003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3003C; }
p { color: rgb(179,0,60); }
H1.HeaderClassName
{
color: #B3003C;
}
.AnyTagClassName
{
color: #B3003C;
}
</style>
background-color css
<style>
a { background-color: #B3003C; }
a { background-color: rgb(179,0,60); }
div.DivClassName
{
background-color: #B3003C;
}
.BgClassName
{
background-color: #B3003C;
}
</style>
border-color css
<style>
span { border-color: #B3003C; }
span { border-color: rgb(179,0,60); }
td.TdClassName
{
border-color: #B3003C;
}
.TagClassName
{
border-color: #B3003C;
}
</style>