Shades of Cardinal #B1273A
Tints of Cardinal #B1273A
RGB
CMYK
RGB Variations
Color information
#B1273A (or 0xB1273A) is known color: Cardinal. HEX triplet: B1, 27 and 3A. RGB value is (177,39,58). Sum of RGB (Red+Green+Blue) = 177+39+58=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1273A is #4ED8C5. Grayscale: #525252. Windows color (decimal): -5167302 or 3811249. OLE color: 3811249.
HSL color Cylindrical-coordinate representation of color #B1273A: hue angle of 351.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1273A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 58 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.31 |
| HSL | 351.74º | 0.64% | 0.42% | - |
| HSV(B) | 351.74º | 0.78% | 0.69% | - |
| XYZ | 19.62 | 11.1 | 5.11 | - |
| YUV | 82.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 58 | 0 | 0.78 | 0.67 | 0.31 | 351.74 | 0.64 | 0.42 |
| Hex | B1 | 27 | 3A | 0 | 4E | 43 | 1F | 160 | 40 | 2A |
| Octal | 261 | 47 | 72 | 0 | 116 | 103 | 37 | 540 | 100 | 52 |
| Binary | 10110001 | 100111 | 111010 | 0 | 1001110 | 1000011 | 11111 | 101100000 | 1000000 | 101010 |
Color Harmonies of #B1273A
Complementary color
Monochromatic Colors of #B1273A
Black with #B1273A
Text Example
Text Example
White with #B1273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1273A; }
p { color: rgb(177,39,58); }
H1.HeaderClassName
{
color: #B1273A;
}
.AnyTagClassName
{
color: #B1273A;
}
</style>
background-color css
<style>
a { background-color: #B1273A; }
a { background-color: rgb(177,39,58); }
div.DivClassName
{
background-color: #B1273A;
}
.BgClassName
{
background-color: #B1273A;
}
</style>
border-color css
<style>
span { border-color: #B1273A; }
span { border-color: rgb(177,39,58); }
td.TdClassName
{
border-color: #B1273A;
}
.TagClassName
{
border-color: #B1273A;
}
</style>