Shades of Cardinal #B3063F
Tints of Cardinal #B3063F
RGB
CMYK
RGB Variations
Color information
#B3063F (or 0xB3063F) is known color: Cardinal. HEX triplet: B3, 06 and 3F. RGB value is (179,6,63). Sum of RGB (Red+Green+Blue) = 179+6+63=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B3063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3063F is #4CF9C0. Grayscale: #404040. Windows color (decimal): -5044673 or 4130483. OLE color: 4130483.
HSL color Cylindrical-coordinate representation of color #B3063F: hue angle of 340.23º 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 #B3063F is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.30 |
| HSL | 340.23º | 0.94% | 0.36% | - |
| HSV(B) | 340.23º | 0.97% | 0.7% | - |
| XYZ | 19.55 | 10.07 | 5.62 | - |
| YUV | 64.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 63 | 0 | 0.97 | 0.65 | 0.30 | 340.23 | 0.94 | 0.36 |
| Hex | B3 | 6 | 3F | 0 | 61 | 41 | 1E | 154 | 5E | 24 |
| Octal | 263 | 6 | 77 | 0 | 141 | 101 | 36 | 524 | 136 | 44 |
| Binary | 10110011 | 110 | 111111 | 0 | 1100001 | 1000001 | 11110 | 101010100 | 1011110 | 100100 |
Color Harmonies of #B3063F
Complementary color
Monochromatic Colors of #B3063F
Black with #B3063F
Text Example
Text Example
White with #B3063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3063F; }
p { color: rgb(179,6,63); }
H1.HeaderClassName
{
color: #B3063F;
}
.AnyTagClassName
{
color: #B3063F;
}
</style>
background-color css
<style>
a { background-color: #B3063F; }
a { background-color: rgb(179,6,63); }
div.DivClassName
{
background-color: #B3063F;
}
.BgClassName
{
background-color: #B3063F;
}
</style>
border-color css
<style>
span { border-color: #B3063F; }
span { border-color: rgb(179,6,63); }
td.TdClassName
{
border-color: #B3063F;
}
.TagClassName
{
border-color: #B3063F;
}
</style>