Shades of Cardinal #B12629
Tints of Cardinal #B12629
RGB
CMYK
RGB Variations
Color information
#B12629 (or 0xB12629) is known color: Cardinal. HEX triplet: B1, 26 and 29. RGB value is (177,38,41). Sum of RGB (Red+Green+Blue) = 177+38+41=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B12629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12629 is #4ED9D6. Grayscale: #505050. Windows color (decimal): -5167575 or 2696881. OLE color: 2696881.
HSL color Cylindrical-coordinate representation of color #B12629: hue angle of 358.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12629 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 41 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.31 |
| HSL | 358.71º | 0.65% | 0.42% | - |
| HSV(B) | 358.71º | 0.79% | 0.69% | - |
| XYZ | 19.22 | 10.89 | 3.19 | - |
| YUV | 79.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 41 | 0 | 0.79 | 0.77 | 0.31 | 358.71 | 0.65 | 0.42 |
| Hex | B1 | 26 | 29 | 0 | 4F | 4D | 1F | 167 | 41 | 2A |
| Octal | 261 | 46 | 51 | 0 | 117 | 115 | 37 | 547 | 101 | 52 |
| Binary | 10110001 | 100110 | 101001 | 0 | 1001111 | 1001101 | 11111 | 101100111 | 1000001 | 101010 |
Color Harmonies of #B12629
Complementary color
Monochromatic Colors of #B12629
Black with #B12629
Text Example
Text Example
White with #B12629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12629; }
p { color: rgb(177,38,41); }
H1.HeaderClassName
{
color: #B12629;
}
.AnyTagClassName
{
color: #B12629;
}
</style>
background-color css
<style>
a { background-color: #B12629; }
a { background-color: rgb(177,38,41); }
div.DivClassName
{
background-color: #B12629;
}
.BgClassName
{
background-color: #B12629;
}
</style>
border-color css
<style>
span { border-color: #B12629; }
span { border-color: rgb(177,38,41); }
td.TdClassName
{
border-color: #B12629;
}
.TagClassName
{
border-color: #B12629;
}
</style>