Shades of Cardinal #B1242F
Tints of Cardinal #B1242F
RGB
CMYK
RGB Variations
Color information
#B1242F (or 0xB1242F) is known color: Cardinal. HEX triplet: B1, 24 and 2F. RGB value is (177,36,47). Sum of RGB (Red+Green+Blue) = 177+36+47=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1242F is #4EDBD0. Grayscale: #4F4F4F. Windows color (decimal): -5168081 or 3089585. OLE color: 3089585.
HSL color Cylindrical-coordinate representation of color #B1242F: hue angle of 355.32º 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 #B1242F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.31 |
| HSL | 355.32º | 0.66% | 0.42% | - |
| HSV(B) | 355.32º | 0.8% | 0.69% | - |
| XYZ | 19.28 | 10.81 | 3.76 | - |
| YUV | 79.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 47 | 0 | 0.80 | 0.73 | 0.31 | 355.32 | 0.66 | 0.42 |
| Hex | B1 | 24 | 2F | 0 | 50 | 49 | 1F | 163 | 42 | 2A |
| Octal | 261 | 44 | 57 | 0 | 120 | 111 | 37 | 543 | 102 | 52 |
| Binary | 10110001 | 100100 | 101111 | 0 | 1010000 | 1001001 | 11111 | 101100011 | 1000010 | 101010 |
Color Harmonies of #B1242F
Complementary color
Monochromatic Colors of #B1242F
Black with #B1242F
Text Example
Text Example
White with #B1242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1242F; }
p { color: rgb(177,36,47); }
H1.HeaderClassName
{
color: #B1242F;
}
.AnyTagClassName
{
color: #B1242F;
}
</style>
background-color css
<style>
a { background-color: #B1242F; }
a { background-color: rgb(177,36,47); }
div.DivClassName
{
background-color: #B1242F;
}
.BgClassName
{
background-color: #B1242F;
}
</style>
border-color css
<style>
span { border-color: #B1242F; }
span { border-color: rgb(177,36,47); }
td.TdClassName
{
border-color: #B1242F;
}
.TagClassName
{
border-color: #B1242F;
}
</style>