Shades of Cardinal #B12227
Tints of Cardinal #B12227
RGB
CMYK
RGB Variations
Color information
#B12227 (or 0xB12227) is known color: Cardinal. HEX triplet: B1, 22 and 27. RGB value is (177,34,39). Sum of RGB (Red+Green+Blue) = 177+34+39=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B12227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12227 is #4EDDD8. Grayscale: #4D4D4D. Windows color (decimal): -5168601 or 2564785. OLE color: 2564785.
HSL color Cylindrical-coordinate representation of color #B12227: hue angle of 357.9º 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 #B12227 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 39 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.31 |
| HSL | 357.9º | 0.68% | 0.41% | - |
| HSV(B) | 357.9º | 0.81% | 0.69% | - |
| XYZ | 19.07 | 10.64 | 2.97 | - |
| YUV | 77.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 39 | 0 | 0.81 | 0.78 | 0.31 | 357.9 | 0.68 | 0.41 |
| Hex | B1 | 22 | 27 | 0 | 51 | 4E | 1F | 166 | 44 | 29 |
| Octal | 261 | 42 | 47 | 0 | 121 | 116 | 37 | 546 | 104 | 51 |
| Binary | 10110001 | 100010 | 100111 | 0 | 1010001 | 1001110 | 11111 | 101100110 | 1000100 | 101001 |
Color Harmonies of #B12227
Complementary color
Monochromatic Colors of #B12227
Black with #B12227
Text Example
Text Example
White with #B12227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12227; }
p { color: rgb(177,34,39); }
H1.HeaderClassName
{
color: #B12227;
}
.AnyTagClassName
{
color: #B12227;
}
</style>
background-color css
<style>
a { background-color: #B12227; }
a { background-color: rgb(177,34,39); }
div.DivClassName
{
background-color: #B12227;
}
.BgClassName
{
background-color: #B12227;
}
</style>
border-color css
<style>
span { border-color: #B12227; }
span { border-color: rgb(177,34,39); }
td.TdClassName
{
border-color: #B12227;
}
.TagClassName
{
border-color: #B12227;
}
</style>