Shades of Cardinal #B12334
Tints of Cardinal #B12334
RGB
CMYK
RGB Variations
Color information
#B12334 (or 0xB12334) is known color: Cardinal. HEX triplet: B1, 23 and 34. RGB value is (177,35,52). Sum of RGB (Red+Green+Blue) = 177+35+52=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12334 is #4EDCCB. Grayscale: #4F4F4F. Windows color (decimal): -5168332 or 3417009. OLE color: 3417009.
HSL color Cylindrical-coordinate representation of color #B12334: hue angle of 352.82º degrees, saturation: 0.67, 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 #B12334 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 52 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.31 |
| HSL | 352.82º | 0.67% | 0.42% | - |
| HSV(B) | 352.82º | 0.8% | 0.69% | - |
| XYZ | 19.35 | 10.8 | 4.31 | - |
| YUV | 79.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 52 | 0 | 0.80 | 0.71 | 0.31 | 352.82 | 0.67 | 0.42 |
| Hex | B1 | 23 | 34 | 0 | 50 | 47 | 1F | 161 | 43 | 2A |
| Octal | 261 | 43 | 64 | 0 | 120 | 107 | 37 | 541 | 103 | 52 |
| Binary | 10110001 | 100011 | 110100 | 0 | 1010000 | 1000111 | 11111 | 101100001 | 1000011 | 101010 |
Color Harmonies of #B12334
Complementary color
Monochromatic Colors of #B12334
Black with #B12334
Text Example
Text Example
White with #B12334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12334; }
p { color: rgb(177,35,52); }
H1.HeaderClassName
{
color: #B12334;
}
.AnyTagClassName
{
color: #B12334;
}
</style>
background-color css
<style>
a { background-color: #B12334; }
a { background-color: rgb(177,35,52); }
div.DivClassName
{
background-color: #B12334;
}
.BgClassName
{
background-color: #B12334;
}
</style>
border-color css
<style>
span { border-color: #B12334; }
span { border-color: rgb(177,35,52); }
td.TdClassName
{
border-color: #B12334;
}
.TagClassName
{
border-color: #B12334;
}
</style>