Shades of Cardinal #B1243F
Tints of Cardinal #B1243F
RGB
CMYK
RGB Variations
Color information
#B1243F (or 0xB1243F) is known color: Cardinal. HEX triplet: B1, 24 and 3F. RGB value is (177,36,63). Sum of RGB (Red+Green+Blue) = 177+36+63=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1243F is #4EDBC0. Grayscale: #515151. Windows color (decimal): -5168065 or 4138161. OLE color: 4138161.
HSL color Cylindrical-coordinate representation of color #B1243F: hue angle of 348.51º degrees, saturation: 0.66, 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 #B1243F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.31 |
| HSL | 348.51º | 0.66% | 0.42% | - |
| HSV(B) | 348.51º | 0.8% | 0.69% | - |
| XYZ | 19.66 | 10.97 | 5.78 | - |
| YUV | 81.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 63 | 0 | 0.80 | 0.64 | 0.31 | 348.51 | 0.66 | 0.42 |
| Hex | B1 | 24 | 3F | 0 | 50 | 40 | 1F | 15D | 42 | 2A |
| Octal | 261 | 44 | 77 | 0 | 120 | 100 | 37 | 535 | 102 | 52 |
| Binary | 10110001 | 100100 | 111111 | 0 | 1010000 | 1000000 | 11111 | 101011101 | 1000010 | 101010 |
Color Harmonies of #B1243F
Complementary color
Monochromatic Colors of #B1243F
Black with #B1243F
Text Example
Text Example
White with #B1243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1243F; }
p { color: rgb(177,36,63); }
H1.HeaderClassName
{
color: #B1243F;
}
.AnyTagClassName
{
color: #B1243F;
}
</style>
background-color css
<style>
a { background-color: #B1243F; }
a { background-color: rgb(177,36,63); }
div.DivClassName
{
background-color: #B1243F;
}
.BgClassName
{
background-color: #B1243F;
}
</style>
border-color css
<style>
span { border-color: #B1243F; }
span { border-color: rgb(177,36,63); }
td.TdClassName
{
border-color: #B1243F;
}
.TagClassName
{
border-color: #B1243F;
}
</style>