Shades of Cardinal #B2003B
Tints of Cardinal #B2003B
RGB
CMYK
RGB Variations
Color information
#B2003B (or 0xB2003B) is known color: Cardinal. HEX triplet: B2, 00 and 3B. RGB value is (178,0,59). Sum of RGB (Red+Green+Blue) = 178+0+59=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B2003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2003B is #4DFFC4. Grayscale: #3B3B3B. Windows color (decimal): -5111749 or 3866802. OLE color: 3866802.
HSL color Cylindrical-coordinate representation of color #B2003B: hue angle of 340.11º 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 #B2003B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.67 | 0.30 |
| HSL | 340.11º | 1% | 0.35% | - |
| HSV(B) | 340.11º | 1% | 0.7% | - |
| XYZ | 19.15 | 9.78 | 5.02 | - |
| YUV | 59.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 59 | 0 | 1 | 0.67 | 0.30 | 340.11 | 1 | 0.35 |
| Hex | B2 | 0 | 3B | 0 | 64 | 43 | 1E | 154 | 64 | 23 |
| Octal | 262 | 0 | 73 | 0 | 144 | 103 | 36 | 524 | 144 | 43 |
| Binary | 10110010 | 0 | 111011 | 0 | 1100100 | 1000011 | 11110 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B2003B
Complementary color
Monochromatic Colors of #B2003B
Black with #B2003B
Text Example
Text Example
White with #B2003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2003B; }
p { color: rgb(178,0,59); }
H1.HeaderClassName
{
color: #B2003B;
}
.AnyTagClassName
{
color: #B2003B;
}
</style>
background-color css
<style>
a { background-color: #B2003B; }
a { background-color: rgb(178,0,59); }
div.DivClassName
{
background-color: #B2003B;
}
.BgClassName
{
background-color: #B2003B;
}
</style>
border-color css
<style>
span { border-color: #B2003B; }
span { border-color: rgb(178,0,59); }
td.TdClassName
{
border-color: #B2003B;
}
.TagClassName
{
border-color: #B2003B;
}
</style>