Shades of Cardinal #B1202E
Tints of Cardinal #B1202E
RGB
CMYK
RGB Variations
Color information
#B1202E (or 0xB1202E) is known color: Cardinal. HEX triplet: B1, 20 and 2E. RGB value is (177,32,46). Sum of RGB (Red+Green+Blue) = 177+32+46=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1202E is #4EDFD1. Grayscale: #4D4D4D. Windows color (decimal): -5169106 or 3023025. OLE color: 3023025.
HSL color Cylindrical-coordinate representation of color #B1202E: hue angle of 354.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1202E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 46 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.31 |
| HSL | 354.21º | 0.69% | 0.41% | - |
| HSV(B) | 354.21º | 0.82% | 0.69% | - |
| XYZ | 19.14 | 10.58 | 3.62 | - |
| YUV | 76.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 46 | 0 | 0.82 | 0.74 | 0.31 | 354.21 | 0.69 | 0.41 |
| Hex | B1 | 20 | 2E | 0 | 52 | 4A | 1F | 162 | 45 | 29 |
| Octal | 261 | 40 | 56 | 0 | 122 | 112 | 37 | 542 | 105 | 51 |
| Binary | 10110001 | 100000 | 101110 | 0 | 1010010 | 1001010 | 11111 | 101100010 | 1000101 | 101001 |
Color Harmonies of #B1202E
Complementary color
Monochromatic Colors of #B1202E
Black with #B1202E
Text Example
Text Example
White with #B1202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1202E; }
p { color: rgb(177,32,46); }
H1.HeaderClassName
{
color: #B1202E;
}
.AnyTagClassName
{
color: #B1202E;
}
</style>
background-color css
<style>
a { background-color: #B1202E; }
a { background-color: rgb(177,32,46); }
div.DivClassName
{
background-color: #B1202E;
}
.BgClassName
{
background-color: #B1202E;
}
</style>
border-color css
<style>
span { border-color: #B1202E; }
span { border-color: rgb(177,32,46); }
td.TdClassName
{
border-color: #B1202E;
}
.TagClassName
{
border-color: #B1202E;
}
</style>