Shades of Cardinal #B1003E
Tints of Cardinal #B1003E
RGB
CMYK
RGB Variations
Color information
#B1003E (or 0xB1003E) is known color: Cardinal. HEX triplet: B1, 00 and 3E. RGB value is (177,0,62). Sum of RGB (Red+Green+Blue) = 177+0+62=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1003E is #4EFFC1. Grayscale: #3B3B3B. Windows color (decimal): -5177282 or 4063409. OLE color: 4063409.
HSL color Cylindrical-coordinate representation of color #B1003E: hue angle of 338.98º 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 #B1003E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.65 | 0.31 |
| HSL | 338.98º | 1% | 0.35% | - |
| HSV(B) | 338.98º | 1% | 0.69% | - |
| XYZ | 19 | 9.69 | 5.43 | - |
| YUV | 59.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 62 | 0 | 1 | 0.65 | 0.31 | 338.98 | 1 | 0.35 |
| Hex | B1 | 0 | 3E | 0 | 64 | 41 | 1F | 153 | 64 | 23 |
| Octal | 261 | 0 | 76 | 0 | 144 | 101 | 37 | 523 | 144 | 43 |
| Binary | 10110001 | 0 | 111110 | 0 | 1100100 | 1000001 | 11111 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B1003E
Complementary color
Monochromatic Colors of #B1003E
Black with #B1003E
Text Example
Text Example
White with #B1003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1003E; }
p { color: rgb(177,0,62); }
H1.HeaderClassName
{
color: #B1003E;
}
.AnyTagClassName
{
color: #B1003E;
}
</style>
background-color css
<style>
a { background-color: #B1003E; }
a { background-color: rgb(177,0,62); }
div.DivClassName
{
background-color: #B1003E;
}
.BgClassName
{
background-color: #B1003E;
}
</style>
border-color css
<style>
span { border-color: #B1003E; }
span { border-color: rgb(177,0,62); }
td.TdClassName
{
border-color: #B1003E;
}
.TagClassName
{
border-color: #B1003E;
}
</style>