Shades of Cardinal #B12130
Tints of Cardinal #B12130
RGB
CMYK
RGB Variations
Color information
#B12130 (or 0xB12130) is known color: Cardinal. HEX triplet: B1, 21 and 30. RGB value is (177,33,48). Sum of RGB (Red+Green+Blue) = 177+33+48=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B12130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12130 is #4EDECF. Grayscale: #4D4D4D. Windows color (decimal): -5168848 or 3154353. OLE color: 3154353.
HSL color Cylindrical-coordinate representation of color #B12130: hue angle of 353.75º degrees, saturation: 0.69, 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 #B12130 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 48 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.31 |
| HSL | 353.75º | 0.69% | 0.41% | - |
| HSV(B) | 353.75º | 0.81% | 0.69% | - |
| XYZ | 19.21 | 10.65 | 3.84 | - |
| YUV | 77.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 48 | 0 | 0.81 | 0.73 | 0.31 | 353.75 | 0.69 | 0.41 |
| Hex | B1 | 21 | 30 | 0 | 51 | 49 | 1F | 162 | 45 | 29 |
| Octal | 261 | 41 | 60 | 0 | 121 | 111 | 37 | 542 | 105 | 51 |
| Binary | 10110001 | 100001 | 110000 | 0 | 1010001 | 1001001 | 11111 | 101100010 | 1000101 | 101001 |
Color Harmonies of #B12130
Complementary color
Monochromatic Colors of #B12130
Black with #B12130
Text Example
Text Example
White with #B12130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12130; }
p { color: rgb(177,33,48); }
H1.HeaderClassName
{
color: #B12130;
}
.AnyTagClassName
{
color: #B12130;
}
</style>
background-color css
<style>
a { background-color: #B12130; }
a { background-color: rgb(177,33,48); }
div.DivClassName
{
background-color: #B12130;
}
.BgClassName
{
background-color: #B12130;
}
</style>
border-color css
<style>
span { border-color: #B12130; }
span { border-color: rgb(177,33,48); }
td.TdClassName
{
border-color: #B12130;
}
.TagClassName
{
border-color: #B12130;
}
</style>