Shades of Cardinal #B0003A
Tints of Cardinal #B0003A
RGB
CMYK
RGB Variations
Color information
#B0003A (or 0xB0003A) is known color: Cardinal. HEX triplet: B0, 00 and 3A. RGB value is (176,0,58). Sum of RGB (Red+Green+Blue) = 176+0+58=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B0003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0003A is #4FFFC5. Grayscale: #3B3B3B. Windows color (decimal): -5242822 or 3801264. OLE color: 3801264.
HSL color Cylindrical-coordinate representation of color #B0003A: hue angle of 340.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0003A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.67 | 0.31 |
| HSL | 340.23º | 1% | 0.35% | - |
| HSV(B) | 340.23º | 1% | 0.69% | - |
| XYZ | 18.67 | 9.54 | 4.86 | - |
| YUV | 59.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 58 | 0 | 1 | 0.67 | 0.31 | 340.23 | 1 | 0.35 |
| Hex | B0 | 0 | 3A | 0 | 64 | 43 | 1F | 154 | 64 | 23 |
| Octal | 260 | 0 | 72 | 0 | 144 | 103 | 37 | 524 | 144 | 43 |
| Binary | 10110000 | 0 | 111010 | 0 | 1100100 | 1000011 | 11111 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B0003A
Complementary color
Monochromatic Colors of #B0003A
Black with #B0003A
Text Example
Text Example
White with #B0003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0003A; }
p { color: rgb(176,0,58); }
H1.HeaderClassName
{
color: #B0003A;
}
.AnyTagClassName
{
color: #B0003A;
}
</style>
background-color css
<style>
a { background-color: #B0003A; }
a { background-color: rgb(176,0,58); }
div.DivClassName
{
background-color: #B0003A;
}
.BgClassName
{
background-color: #B0003A;
}
</style>
border-color css
<style>
span { border-color: #B0003A; }
span { border-color: rgb(176,0,58); }
td.TdClassName
{
border-color: #B0003A;
}
.TagClassName
{
border-color: #B0003A;
}
</style>