Shades of Cardinal #B2113D
Tints of Cardinal #B2113D
RGB
CMYK
RGB Variations
Color information
#B2113D (or 0xB2113D) is known color: Cardinal. HEX triplet: B2, 11 and 3D. RGB value is (178,17,61). Sum of RGB (Red+Green+Blue) = 178+17+61=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2113D is #4DEEC2. Grayscale: #464646. Windows color (decimal): -5107395 or 4002226. OLE color: 4002226.
HSL color Cylindrical-coordinate representation of color #B2113D: hue angle of 343.6º 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 #B2113D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.30 |
| HSL | 343.6º | 0.83% | 0.38% | - |
| HSV(B) | 343.6º | 0.9% | 0.7% | - |
| XYZ | 19.4 | 10.2 | 5.36 | - |
| YUV | 70.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 61 | 0 | 0.90 | 0.66 | 0.30 | 343.6 | 0.83 | 0.38 |
| Hex | B2 | 11 | 3D | 0 | 5A | 42 | 1E | 158 | 53 | 26 |
| Octal | 262 | 21 | 75 | 0 | 132 | 102 | 36 | 530 | 123 | 46 |
| Binary | 10110010 | 10001 | 111101 | 0 | 1011010 | 1000010 | 11110 | 101011000 | 1010011 | 100110 |
Color Harmonies of #B2113D
Complementary color
Monochromatic Colors of #B2113D
Black with #B2113D
Text Example
Text Example
White with #B2113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2113D; }
p { color: rgb(178,17,61); }
H1.HeaderClassName
{
color: #B2113D;
}
.AnyTagClassName
{
color: #B2113D;
}
</style>
background-color css
<style>
a { background-color: #B2113D; }
a { background-color: rgb(178,17,61); }
div.DivClassName
{
background-color: #B2113D;
}
.BgClassName
{
background-color: #B2113D;
}
</style>
border-color css
<style>
span { border-color: #B2113D; }
span { border-color: rgb(178,17,61); }
td.TdClassName
{
border-color: #B2113D;
}
.TagClassName
{
border-color: #B2113D;
}
</style>