Shades of Cardinal #B2123D
Tints of Cardinal #B2123D
RGB
CMYK
RGB Variations
Color information
#B2123D (or 0xB2123D) is known color: Cardinal. HEX triplet: B2, 12 and 3D. RGB value is (178,18,61). Sum of RGB (Red+Green+Blue) = 178+18+61=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123D is #4DEDC2. Grayscale: #464646. Windows color (decimal): -5107139 or 4002482. OLE color: 4002482.
HSL color Cylindrical-coordinate representation of color #B2123D: hue angle of 343.88º degrees, saturation: 0.82, 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 #B2123D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.30 |
| HSL | 343.88º | 0.82% | 0.38% | - |
| HSV(B) | 343.88º | 0.9% | 0.7% | - |
| XYZ | 19.42 | 10.23 | 5.37 | - |
| YUV | 70.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 61 | 0 | 0.90 | 0.66 | 0.30 | 343.88 | 0.82 | 0.38 |
| Hex | B2 | 12 | 3D | 0 | 5A | 42 | 1E | 158 | 52 | 26 |
| Octal | 262 | 22 | 75 | 0 | 132 | 102 | 36 | 530 | 122 | 46 |
| Binary | 10110010 | 10010 | 111101 | 0 | 1011010 | 1000010 | 11110 | 101011000 | 1010010 | 100110 |
Color Harmonies of #B2123D
Complementary color
Monochromatic Colors of #B2123D
Black with #B2123D
Text Example
Text Example
White with #B2123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2123D; }
p { color: rgb(178,18,61); }
H1.HeaderClassName
{
color: #B2123D;
}
.AnyTagClassName
{
color: #B2123D;
}
</style>
background-color css
<style>
a { background-color: #B2123D; }
a { background-color: rgb(178,18,61); }
div.DivClassName
{
background-color: #B2123D;
}
.BgClassName
{
background-color: #B2123D;
}
</style>
border-color css
<style>
span { border-color: #B2123D; }
span { border-color: rgb(178,18,61); }
td.TdClassName
{
border-color: #B2123D;
}
.TagClassName
{
border-color: #B2123D;
}
</style>