Shades of Cardinal #B3003E
Tints of Cardinal #B3003E
RGB
CMYK
RGB Variations
Color information
#B3003E (or 0xB3003E) is known color: Cardinal. HEX triplet: B3, 00 and 3E. RGB value is (179,0,62). Sum of RGB (Red+Green+Blue) = 179+0+62=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3003E is #4CFFC1. Grayscale: #3C3C3C. Windows color (decimal): -5046210 or 4063411. OLE color: 4063411.
HSL color Cylindrical-coordinate representation of color #B3003E: hue angle of 339.22º 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 #B3003E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.65 | 0.30 |
| HSL | 339.22º | 1% | 0.35% | - |
| HSV(B) | 339.22º | 1% | 0.7% | - |
| XYZ | 19.46 | 9.93 | 5.45 | - |
| YUV | 60.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 62 | 0 | 1 | 0.65 | 0.30 | 339.22 | 1 | 0.35 |
| Hex | B3 | 0 | 3E | 0 | 64 | 41 | 1E | 153 | 64 | 23 |
| Octal | 263 | 0 | 76 | 0 | 144 | 101 | 36 | 523 | 144 | 43 |
| Binary | 10110011 | 0 | 111110 | 0 | 1100100 | 1000001 | 11110 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B3003E
Complementary color
Monochromatic Colors of #B3003E
Black with #B3003E
Text Example
Text Example
White with #B3003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3003E; }
p { color: rgb(179,0,62); }
H1.HeaderClassName
{
color: #B3003E;
}
.AnyTagClassName
{
color: #B3003E;
}
</style>
background-color css
<style>
a { background-color: #B3003E; }
a { background-color: rgb(179,0,62); }
div.DivClassName
{
background-color: #B3003E;
}
.BgClassName
{
background-color: #B3003E;
}
</style>
border-color css
<style>
span { border-color: #B3003E; }
span { border-color: rgb(179,0,62); }
td.TdClassName
{
border-color: #B3003E;
}
.TagClassName
{
border-color: #B3003E;
}
</style>