Shades of Cardinal #B1263D
Tints of Cardinal #B1263D
RGB
CMYK
RGB Variations
Color information
#B1263D (or 0xB1263D) is known color: Cardinal. HEX triplet: B1, 26 and 3D. RGB value is (177,38,61). Sum of RGB (Red+Green+Blue) = 177+38+61=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1263D is #4ED9C2. Grayscale: #525252. Windows color (decimal): -5167555 or 4007601. OLE color: 4007601.
HSL color Cylindrical-coordinate representation of color #B1263D: hue angle of 350.07º 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 #B1263D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 61 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350.07º | 0.65% | 0.42% | - |
| HSV(B) | 350.07º | 0.79% | 0.69% | - |
| XYZ | 19.67 | 11.07 | 5.52 | - |
| YUV | 82.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 61 | 0 | 0.79 | 0.66 | 0.31 | 350.07 | 0.65 | 0.42 |
| Hex | B1 | 26 | 3D | 0 | 4F | 42 | 1F | 15E | 41 | 2A |
| Octal | 261 | 46 | 75 | 0 | 117 | 102 | 37 | 536 | 101 | 52 |
| Binary | 10110001 | 100110 | 111101 | 0 | 1001111 | 1000010 | 11111 | 101011110 | 1000001 | 101010 |
Color Harmonies of #B1263D
Complementary color
Monochromatic Colors of #B1263D
Black with #B1263D
Text Example
Text Example
White with #B1263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1263D; }
p { color: rgb(177,38,61); }
H1.HeaderClassName
{
color: #B1263D;
}
.AnyTagClassName
{
color: #B1263D;
}
</style>
background-color css
<style>
a { background-color: #B1263D; }
a { background-color: rgb(177,38,61); }
div.DivClassName
{
background-color: #B1263D;
}
.BgClassName
{
background-color: #B1263D;
}
</style>
border-color css
<style>
span { border-color: #B1263D; }
span { border-color: rgb(177,38,61); }
td.TdClassName
{
border-color: #B1263D;
}
.TagClassName
{
border-color: #B1263D;
}
</style>