Shades of Cardinal #B1262C
Tints of Cardinal #B1262C
RGB
CMYK
RGB Variations
Color information
#B1262C (or 0xB1262C) is known color: Cardinal. HEX triplet: B1, 26 and 2C. RGB value is (177,38,44). Sum of RGB (Red+Green+Blue) = 177+38+44=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1262C is #4ED9D3. Grayscale: #505050. Windows color (decimal): -5167572 or 2893489. OLE color: 2893489.
HSL color Cylindrical-coordinate representation of color #B1262C: hue angle of 357.41º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1262C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 44 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.31 |
| HSL | 357.41º | 0.65% | 0.42% | - |
| HSV(B) | 357.41º | 0.79% | 0.69% | - |
| XYZ | 19.28 | 10.92 | 3.47 | - |
| YUV | 80.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 44 | 0 | 0.79 | 0.75 | 0.31 | 357.41 | 0.65 | 0.42 |
| Hex | B1 | 26 | 2C | 0 | 4F | 4B | 1F | 165 | 41 | 2A |
| Octal | 261 | 46 | 54 | 0 | 117 | 113 | 37 | 545 | 101 | 52 |
| Binary | 10110001 | 100110 | 101100 | 0 | 1001111 | 1001011 | 11111 | 101100101 | 1000001 | 101010 |
Color Harmonies of #B1262C
Complementary color
Monochromatic Colors of #B1262C
Black with #B1262C
Text Example
Text Example
White with #B1262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1262C; }
p { color: rgb(177,38,44); }
H1.HeaderClassName
{
color: #B1262C;
}
.AnyTagClassName
{
color: #B1262C;
}
</style>
background-color css
<style>
a { background-color: #B1262C; }
a { background-color: rgb(177,38,44); }
div.DivClassName
{
background-color: #B1262C;
}
.BgClassName
{
background-color: #B1262C;
}
</style>
border-color css
<style>
span { border-color: #B1262C; }
span { border-color: rgb(177,38,44); }
td.TdClassName
{
border-color: #B1262C;
}
.TagClassName
{
border-color: #B1262C;
}
</style>