Shades of Cardinal #B1013E
Tints of Cardinal #B1013E
RGB
CMYK
RGB Variations
Color information
#B1013E (or 0xB1013E) is known color: Cardinal. HEX triplet: B1, 01 and 3E. RGB value is (177,1,62). Sum of RGB (Red+Green+Blue) = 177+1+62=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1013E is #4EFEC1. Grayscale: #3C3C3C. Windows color (decimal): -5177026 or 4063665. OLE color: 4063665.
HSL color Cylindrical-coordinate representation of color #B1013E: hue angle of 339.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1013E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.31 |
| HSL | 339.2º | 0.99% | 0.35% | - |
| HSV(B) | 339.2º | 0.99% | 0.69% | - |
| XYZ | 19.01 | 9.72 | 5.43 | - |
| YUV | 60.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 62 | 0 | 0.99 | 0.65 | 0.31 | 339.2 | 0.99 | 0.35 |
| Hex | B1 | 1 | 3E | 0 | 63 | 41 | 1F | 153 | 63 | 23 |
| Octal | 261 | 1 | 76 | 0 | 143 | 101 | 37 | 523 | 143 | 43 |
| Binary | 10110001 | 1 | 111110 | 0 | 1100011 | 1000001 | 11111 | 101010011 | 1100011 | 100011 |
Color Harmonies of #B1013E
Complementary color
Monochromatic Colors of #B1013E
Black with #B1013E
Text Example
Text Example
White with #B1013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1013E; }
p { color: rgb(177,1,62); }
H1.HeaderClassName
{
color: #B1013E;
}
.AnyTagClassName
{
color: #B1013E;
}
</style>
background-color css
<style>
a { background-color: #B1013E; }
a { background-color: rgb(177,1,62); }
div.DivClassName
{
background-color: #B1013E;
}
.BgClassName
{
background-color: #B1013E;
}
</style>
border-color css
<style>
span { border-color: #B1013E; }
span { border-color: rgb(177,1,62); }
td.TdClassName
{
border-color: #B1013E;
}
.TagClassName
{
border-color: #B1013E;
}
</style>