Shades of Cardinal #B3003F
Tints of Cardinal #B3003F
RGB
CMYK
RGB Variations
Color information
#B3003F (or 0xB3003F) is known color: Cardinal. HEX triplet: B3, 00 and 3F. RGB value is (179,0,63). Sum of RGB (Red+Green+Blue) = 179+0+63=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3003F is #4CFFC0. Grayscale: #3C3C3C. Windows color (decimal): -5046209 or 4128947. OLE color: 4128947.
HSL color Cylindrical-coordinate representation of color #B3003F: hue angle of 338.88º 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 #B3003F is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.65 | 0.30 |
| HSL | 338.88º | 1% | 0.35% | - |
| HSV(B) | 338.88º | 1% | 0.7% | - |
| XYZ | 19.49 | 9.94 | 5.59 | - |
| YUV | 60.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 63 | 0 | 1 | 0.65 | 0.30 | 338.88 | 1 | 0.35 |
| Hex | B3 | 0 | 3F | 0 | 64 | 41 | 1E | 153 | 64 | 23 |
| Octal | 263 | 0 | 77 | 0 | 144 | 101 | 36 | 523 | 144 | 43 |
| Binary | 10110011 | 0 | 111111 | 0 | 1100100 | 1000001 | 11110 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B3003F
Complementary color
Monochromatic Colors of #B3003F
Black with #B3003F
Text Example
Text Example
White with #B3003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3003F; }
p { color: rgb(179,0,63); }
H1.HeaderClassName
{
color: #B3003F;
}
.AnyTagClassName
{
color: #B3003F;
}
</style>
background-color css
<style>
a { background-color: #B3003F; }
a { background-color: rgb(179,0,63); }
div.DivClassName
{
background-color: #B3003F;
}
.BgClassName
{
background-color: #B3003F;
}
</style>
border-color css
<style>
span { border-color: #B3003F; }
span { border-color: rgb(179,0,63); }
td.TdClassName
{
border-color: #B3003F;
}
.TagClassName
{
border-color: #B3003F;
}
</style>