Shades of Cardinal #B1222F
Tints of Cardinal #B1222F
RGB
CMYK
RGB Variations
Color information
#B1222F (or 0xB1222F) is known color: Cardinal. HEX triplet: B1, 22 and 2F. RGB value is (177,34,47). Sum of RGB (Red+Green+Blue) = 177+34+47=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222F is #4EDDD0. Grayscale: #4E4E4E. Windows color (decimal): -5168593 or 3089073. OLE color: 3089073.
HSL color Cylindrical-coordinate representation of color #B1222F: hue angle of 354.55º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1222F is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 47 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.31 |
| HSL | 354.55º | 0.68% | 0.41% | - |
| HSV(B) | 354.55º | 0.81% | 0.69% | - |
| XYZ | 19.22 | 10.7 | 3.74 | - |
| YUV | 78.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 47 | 0 | 0.81 | 0.73 | 0.31 | 354.55 | 0.68 | 0.41 |
| Hex | B1 | 22 | 2F | 0 | 51 | 49 | 1F | 163 | 44 | 29 |
| Octal | 261 | 42 | 57 | 0 | 121 | 111 | 37 | 543 | 104 | 51 |
| Binary | 10110001 | 100010 | 101111 | 0 | 1010001 | 1001001 | 11111 | 101100011 | 1000100 | 101001 |
Color Harmonies of #B1222F
Complementary color
Monochromatic Colors of #B1222F
Black with #B1222F
Text Example
Text Example
White with #B1222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1222F; }
p { color: rgb(177,34,47); }
H1.HeaderClassName
{
color: #B1222F;
}
.AnyTagClassName
{
color: #B1222F;
}
</style>
background-color css
<style>
a { background-color: #B1222F; }
a { background-color: rgb(177,34,47); }
div.DivClassName
{
background-color: #B1222F;
}
.BgClassName
{
background-color: #B1222F;
}
</style>
border-color css
<style>
span { border-color: #B1222F; }
span { border-color: rgb(177,34,47); }
td.TdClassName
{
border-color: #B1222F;
}
.TagClassName
{
border-color: #B1222F;
}
</style>