Shades of Cardinal #B2113A
Tints of Cardinal #B2113A
RGB
CMYK
RGB Variations
Color information
#B2113A (or 0xB2113A) is known color: Cardinal. HEX triplet: B2, 11 and 3A. RGB value is (178,17,58). Sum of RGB (Red+Green+Blue) = 178+17+58=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2113A is #4DEEC5. Grayscale: #454545. Windows color (decimal): -5107398 or 3805618. OLE color: 3805618.
HSL color Cylindrical-coordinate representation of color #B2113A: hue angle of 344.72º 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 #B2113A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 58 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.30 |
| HSL | 344.72º | 0.83% | 0.38% | - |
| HSV(B) | 344.72º | 0.9% | 0.7% | - |
| XYZ | 19.32 | 10.17 | 4.95 | - |
| YUV | 69.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 58 | 0 | 0.90 | 0.67 | 0.30 | 344.72 | 0.83 | 0.38 |
| Hex | B2 | 11 | 3A | 0 | 5A | 43 | 1E | 159 | 53 | 26 |
| Octal | 262 | 21 | 72 | 0 | 132 | 103 | 36 | 531 | 123 | 46 |
| Binary | 10110010 | 10001 | 111010 | 0 | 1011010 | 1000011 | 11110 | 101011001 | 1010011 | 100110 |
Color Harmonies of #B2113A
Complementary color
Monochromatic Colors of #B2113A
Black with #B2113A
Text Example
Text Example
White with #B2113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2113A; }
p { color: rgb(178,17,58); }
H1.HeaderClassName
{
color: #B2113A;
}
.AnyTagClassName
{
color: #B2113A;
}
</style>
background-color css
<style>
a { background-color: #B2113A; }
a { background-color: rgb(178,17,58); }
div.DivClassName
{
background-color: #B2113A;
}
.BgClassName
{
background-color: #B2113A;
}
</style>
border-color css
<style>
span { border-color: #B2113A; }
span { border-color: rgb(178,17,58); }
td.TdClassName
{
border-color: #B2113A;
}
.TagClassName
{
border-color: #B2113A;
}
</style>