Shades of Cardinal #B1003B
Tints of Cardinal #B1003B
RGB
CMYK
RGB Variations
Color information
#B1003B (or 0xB1003B) is known color: Cardinal. HEX triplet: B1, 00 and 3B. RGB value is (177,0,59). Sum of RGB (Red+Green+Blue) = 177+0+59=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1003B is #4EFFC4. Grayscale: #3B3B3B. Windows color (decimal): -5177285 or 3866801. OLE color: 3866801.
HSL color Cylindrical-coordinate representation of color #B1003B: hue angle of 340º 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 #B1003B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.67 | 0.31 |
| HSL | 340º | 1% | 0.35% | - |
| HSV(B) | 340º | 1% | 0.69% | - |
| XYZ | 18.92 | 9.66 | 5.01 | - |
| YUV | 59.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 59 | 0 | 1 | 0.67 | 0.31 | 340 | 1 | 0.35 |
| Hex | B1 | 0 | 3B | 0 | 64 | 43 | 1F | 154 | 64 | 23 |
| Octal | 261 | 0 | 73 | 0 | 144 | 103 | 37 | 524 | 144 | 43 |
| Binary | 10110001 | 0 | 111011 | 0 | 1100100 | 1000011 | 11111 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B1003B
Complementary color
Monochromatic Colors of #B1003B
Black with #B1003B
Text Example
Text Example
White with #B1003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1003B; }
p { color: rgb(177,0,59); }
H1.HeaderClassName
{
color: #B1003B;
}
.AnyTagClassName
{
color: #B1003B;
}
</style>
background-color css
<style>
a { background-color: #B1003B; }
a { background-color: rgb(177,0,59); }
div.DivClassName
{
background-color: #B1003B;
}
.BgClassName
{
background-color: #B1003B;
}
</style>
border-color css
<style>
span { border-color: #B1003B; }
span { border-color: rgb(177,0,59); }
td.TdClassName
{
border-color: #B1003B;
}
.TagClassName
{
border-color: #B1003B;
}
</style>