Shades of Cardinal #B1263C
Tints of Cardinal #B1263C
RGB
CMYK
RGB Variations
Color information
#B1263C (or 0xB1263C) is known color: Cardinal. HEX triplet: B1, 26 and 3C. RGB value is (177,38,60). Sum of RGB (Red+Green+Blue) = 177+38+60=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1263C is #4ED9C3. Grayscale: #525252. Windows color (decimal): -5167556 or 3942065. OLE color: 3942065.
HSL color Cylindrical-coordinate representation of color #B1263C: hue angle of 350.5º 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 #B1263C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 60 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350.5º | 0.65% | 0.42% | - |
| HSV(B) | 350.5º | 0.79% | 0.69% | - |
| XYZ | 19.64 | 11.06 | 5.37 | - |
| YUV | 82.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 60 | 0 | 0.79 | 0.66 | 0.31 | 350.5 | 0.65 | 0.42 |
| Hex | B1 | 26 | 3C | 0 | 4F | 42 | 1F | 15F | 41 | 2A |
| Octal | 261 | 46 | 74 | 0 | 117 | 102 | 37 | 537 | 101 | 52 |
| Binary | 10110001 | 100110 | 111100 | 0 | 1001111 | 1000010 | 11111 | 101011111 | 1000001 | 101010 |
Color Harmonies of #B1263C
Complementary color
Monochromatic Colors of #B1263C
Black with #B1263C
Text Example
Text Example
White with #B1263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1263C; }
p { color: rgb(177,38,60); }
H1.HeaderClassName
{
color: #B1263C;
}
.AnyTagClassName
{
color: #B1263C;
}
</style>
background-color css
<style>
a { background-color: #B1263C; }
a { background-color: rgb(177,38,60); }
div.DivClassName
{
background-color: #B1263C;
}
.BgClassName
{
background-color: #B1263C;
}
</style>
border-color css
<style>
span { border-color: #B1263C; }
span { border-color: rgb(177,38,60); }
td.TdClassName
{
border-color: #B1263C;
}
.TagClassName
{
border-color: #B1263C;
}
</style>