Shades of Cardinal #B1152D
Tints of Cardinal #B1152D
RGB
CMYK
RGB Variations
Color information
#B1152D (or 0xB1152D) is known color: Cardinal. HEX triplet: B1, 15 and 2D. RGB value is (177,21,45). Sum of RGB (Red+Green+Blue) = 177+21+45=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1152D is #4EEAD2. Grayscale: #464646. Windows color (decimal): -5171923 or 2954673. OLE color: 2954673.
HSL color Cylindrical-coordinate representation of color #B1152D: hue angle of 350.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1152D is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.31 |
| HSL | 350.77º | 0.79% | 0.39% | - |
| HSV(B) | 350.77º | 0.88% | 0.69% | - |
| XYZ | 18.87 | 10.07 | 3.43 | - |
| YUV | 70.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 45 | 0 | 0.88 | 0.75 | 0.31 | 350.77 | 0.79 | 0.39 |
| Hex | B1 | 15 | 2D | 0 | 58 | 4B | 1F | 15F | 4F | 27 |
| Octal | 261 | 25 | 55 | 0 | 130 | 113 | 37 | 537 | 117 | 47 |
| Binary | 10110001 | 10101 | 101101 | 0 | 1011000 | 1001011 | 11111 | 101011111 | 1001111 | 100111 |
Color Harmonies of #B1152D
Complementary color
Monochromatic Colors of #B1152D
Black with #B1152D
Text Example
Text Example
White with #B1152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1152D; }
p { color: rgb(177,21,45); }
H1.HeaderClassName
{
color: #B1152D;
}
.AnyTagClassName
{
color: #B1152D;
}
</style>
background-color css
<style>
a { background-color: #B1152D; }
a { background-color: rgb(177,21,45); }
div.DivClassName
{
background-color: #B1152D;
}
.BgClassName
{
background-color: #B1152D;
}
</style>
border-color css
<style>
span { border-color: #B1152D; }
span { border-color: rgb(177,21,45); }
td.TdClassName
{
border-color: #B1152D;
}
.TagClassName
{
border-color: #B1152D;
}
</style>