Shades of Cardinal #B3063B
Tints of Cardinal #B3063B
RGB
CMYK
RGB Variations
Color information
#B3063B (or 0xB3063B) is known color: Cardinal. HEX triplet: B3, 06 and 3B. RGB value is (179,6,59). Sum of RGB (Red+Green+Blue) = 179+6+59=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3063B is #4CF9C4. Grayscale: #3F3F3F. Windows color (decimal): -5044677 or 3868339. OLE color: 3868339.
HSL color Cylindrical-coordinate representation of color #B3063B: hue angle of 341.62º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3063B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.30 |
| HSL | 341.62º | 0.94% | 0.36% | - |
| HSV(B) | 341.62º | 0.97% | 0.7% | - |
| XYZ | 19.44 | 10.03 | 5.05 | - |
| YUV | 63.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 59 | 0 | 0.97 | 0.67 | 0.30 | 341.62 | 0.94 | 0.36 |
| Hex | B3 | 6 | 3B | 0 | 61 | 43 | 1E | 156 | 5E | 24 |
| Octal | 263 | 6 | 73 | 0 | 141 | 103 | 36 | 526 | 136 | 44 |
| Binary | 10110011 | 110 | 111011 | 0 | 1100001 | 1000011 | 11110 | 101010110 | 1011110 | 100100 |
Color Harmonies of #B3063B
Complementary color
Monochromatic Colors of #B3063B
Black with #B3063B
Text Example
Text Example
White with #B3063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3063B; }
p { color: rgb(179,6,59); }
H1.HeaderClassName
{
color: #B3063B;
}
.AnyTagClassName
{
color: #B3063B;
}
</style>
background-color css
<style>
a { background-color: #B3063B; }
a { background-color: rgb(179,6,59); }
div.DivClassName
{
background-color: #B3063B;
}
.BgClassName
{
background-color: #B3063B;
}
</style>
border-color css
<style>
span { border-color: #B3063B; }
span { border-color: rgb(179,6,59); }
td.TdClassName
{
border-color: #B3063B;
}
.TagClassName
{
border-color: #B3063B;
}
</style>