Shades of Cardinal #B1242D
Tints of Cardinal #B1242D
RGB
CMYK
RGB Variations
Color information
#B1242D (or 0xB1242D) is known color: Cardinal. HEX triplet: B1, 24 and 2D. RGB value is (177,36,45). Sum of RGB (Red+Green+Blue) = 177+36+45=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1242D is #4EDBD2. Grayscale: #4F4F4F. Windows color (decimal): -5168083 or 2958513. OLE color: 2958513.
HSL color Cylindrical-coordinate representation of color #B1242D: hue angle of 356.17º 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 #B1242D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 45 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.31 |
| HSL | 356.17º | 0.66% | 0.42% | - |
| HSV(B) | 356.17º | 0.8% | 0.69% | - |
| XYZ | 19.24 | 10.8 | 3.55 | - |
| YUV | 79.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 45 | 0 | 0.80 | 0.75 | 0.31 | 356.17 | 0.66 | 0.42 |
| Hex | B1 | 24 | 2D | 0 | 50 | 4B | 1F | 164 | 42 | 2A |
| Octal | 261 | 44 | 55 | 0 | 120 | 113 | 37 | 544 | 102 | 52 |
| Binary | 10110001 | 100100 | 101101 | 0 | 1010000 | 1001011 | 11111 | 101100100 | 1000010 | 101010 |
Color Harmonies of #B1242D
Complementary color
Monochromatic Colors of #B1242D
Black with #B1242D
Text Example
Text Example
White with #B1242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1242D; }
p { color: rgb(177,36,45); }
H1.HeaderClassName
{
color: #B1242D;
}
.AnyTagClassName
{
color: #B1242D;
}
</style>
background-color css
<style>
a { background-color: #B1242D; }
a { background-color: rgb(177,36,45); }
div.DivClassName
{
background-color: #B1242D;
}
.BgClassName
{
background-color: #B1242D;
}
</style>
border-color css
<style>
span { border-color: #B1242D; }
span { border-color: rgb(177,36,45); }
td.TdClassName
{
border-color: #B1242D;
}
.TagClassName
{
border-color: #B1242D;
}
</style>