Shades of Cardinal #B4003B
Tints of Cardinal #B4003B
RGB
CMYK
RGB Variations
Color information
#B4003B (or 0xB4003B) is known color: Cardinal. HEX triplet: B4, 00 and 3B. RGB value is (180,0,59). Sum of RGB (Red+Green+Blue) = 180+0+59=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B4003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4003B is #4BFFC4. Grayscale: #3C3C3C. Windows color (decimal): -4980677 or 3866804. OLE color: 3866804.
HSL color Cylindrical-coordinate representation of color #B4003B: hue angle of 340.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4003B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.67 | 0.29 |
| HSL | 340.33º | 1% | 0.35% | - |
| HSV(B) | 340.33º | 1% | 0.71% | - |
| XYZ | 19.61 | 10.02 | 5.04 | - |
| YUV | 60.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 59 | 0 | 1 | 0.67 | 0.29 | 340.33 | 1 | 0.35 |
| Hex | B4 | 0 | 3B | 0 | 64 | 43 | 1D | 154 | 64 | 23 |
| Octal | 264 | 0 | 73 | 0 | 144 | 103 | 35 | 524 | 144 | 43 |
| Binary | 10110100 | 0 | 111011 | 0 | 1100100 | 1000011 | 11101 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B4003B
Complementary color
Monochromatic Colors of #B4003B
Black with #B4003B
Text Example
Text Example
White with #B4003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4003B; }
p { color: rgb(180,0,59); }
H1.HeaderClassName
{
color: #B4003B;
}
.AnyTagClassName
{
color: #B4003B;
}
</style>
background-color css
<style>
a { background-color: #B4003B; }
a { background-color: rgb(180,0,59); }
div.DivClassName
{
background-color: #B4003B;
}
.BgClassName
{
background-color: #B4003B;
}
</style>
border-color css
<style>
span { border-color: #B4003B; }
span { border-color: rgb(180,0,59); }
td.TdClassName
{
border-color: #B4003B;
}
.TagClassName
{
border-color: #B4003B;
}
</style>