Shades of Cardinal #B2112F
Tints of Cardinal #B2112F
RGB
CMYK
RGB Variations
Color information
#B2112F (or 0xB2112F) is known color: Cardinal. HEX triplet: B2, 11 and 2F. RGB value is (178,17,47). Sum of RGB (Red+Green+Blue) = 178+17+47=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112F is #4DEED0. Grayscale: #444444. Windows color (decimal): -5107409 or 3084722. OLE color: 3084722.
HSL color Cylindrical-coordinate representation of color #B2112F: hue angle of 348.82º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2112F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 47 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.30 |
| HSL | 348.82º | 0.83% | 0.38% | - |
| HSV(B) | 348.82º | 0.9% | 0.7% | - |
| XYZ | 19.07 | 10.07 | 3.63 | - |
| YUV | 68.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 47 | 0 | 0.90 | 0.74 | 0.30 | 348.82 | 0.83 | 0.38 |
| Hex | B2 | 11 | 2F | 0 | 5A | 4A | 1E | 15D | 53 | 26 |
| Octal | 262 | 21 | 57 | 0 | 132 | 112 | 36 | 535 | 123 | 46 |
| Binary | 10110010 | 10001 | 101111 | 0 | 1011010 | 1001010 | 11110 | 101011101 | 1010011 | 100110 |
Color Harmonies of #B2112F
Complementary color
Monochromatic Colors of #B2112F
Black with #B2112F
Text Example
Text Example
White with #B2112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2112F; }
p { color: rgb(178,17,47); }
H1.HeaderClassName
{
color: #B2112F;
}
.AnyTagClassName
{
color: #B2112F;
}
</style>
background-color css
<style>
a { background-color: #B2112F; }
a { background-color: rgb(178,17,47); }
div.DivClassName
{
background-color: #B2112F;
}
.BgClassName
{
background-color: #B2112F;
}
</style>
border-color css
<style>
span { border-color: #B2112F; }
span { border-color: rgb(178,17,47); }
td.TdClassName
{
border-color: #B2112F;
}
.TagClassName
{
border-color: #B2112F;
}
</style>