Shades of Cardinal #B1232C
Tints of Cardinal #B1232C
RGB
CMYK
RGB Variations
Color information
#B1232C (or 0xB1232C) is known color: Cardinal. HEX triplet: B1, 23 and 2C. RGB value is (177,35,44). Sum of RGB (Red+Green+Blue) = 177+35+44=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1232C is #4EDCD3. Grayscale: #4E4E4E. Windows color (decimal): -5168340 or 2892721. OLE color: 2892721.
HSL color Cylindrical-coordinate representation of color #B1232C: hue angle of 356.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1232C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 44 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.31 |
| HSL | 356.2º | 0.67% | 0.42% | - |
| HSV(B) | 356.2º | 0.8% | 0.69% | - |
| XYZ | 19.19 | 10.73 | 3.44 | - |
| YUV | 78.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 44 | 0 | 0.80 | 0.75 | 0.31 | 356.2 | 0.67 | 0.42 |
| Hex | B1 | 23 | 2C | 0 | 50 | 4B | 1F | 164 | 43 | 2A |
| Octal | 261 | 43 | 54 | 0 | 120 | 113 | 37 | 544 | 103 | 52 |
| Binary | 10110001 | 100011 | 101100 | 0 | 1010000 | 1001011 | 11111 | 101100100 | 1000011 | 101010 |
Color Harmonies of #B1232C
Complementary color
Monochromatic Colors of #B1232C
Black with #B1232C
Text Example
Text Example
White with #B1232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1232C; }
p { color: rgb(177,35,44); }
H1.HeaderClassName
{
color: #B1232C;
}
.AnyTagClassName
{
color: #B1232C;
}
</style>
background-color css
<style>
a { background-color: #B1232C; }
a { background-color: rgb(177,35,44); }
div.DivClassName
{
background-color: #B1232C;
}
.BgClassName
{
background-color: #B1232C;
}
</style>
border-color css
<style>
span { border-color: #B1232C; }
span { border-color: rgb(177,35,44); }
td.TdClassName
{
border-color: #B1232C;
}
.TagClassName
{
border-color: #B1232C;
}
</style>