Shades of Cardinal #B2133D
Tints of Cardinal #B2133D
RGB
CMYK
RGB Variations
Color information
#B2133D (or 0xB2133D) is known color: Cardinal. HEX triplet: B2, 13 and 3D. RGB value is (178,19,61). Sum of RGB (Red+Green+Blue) = 178+19+61=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2133D is #4DECC2. Grayscale: #474747. Windows color (decimal): -5106883 or 4002738. OLE color: 4002738.
HSL color Cylindrical-coordinate representation of color #B2133D: hue angle of 344.15º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2133D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 61 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.30 |
| HSL | 344.15º | 0.81% | 0.39% | - |
| HSV(B) | 344.15º | 0.89% | 0.7% | - |
| XYZ | 19.44 | 10.27 | 5.37 | - |
| YUV | 71.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 61 | 0 | 0.89 | 0.66 | 0.30 | 344.15 | 0.81 | 0.39 |
| Hex | B2 | 13 | 3D | 0 | 59 | 42 | 1E | 158 | 51 | 27 |
| Octal | 262 | 23 | 75 | 0 | 131 | 102 | 36 | 530 | 121 | 47 |
| Binary | 10110010 | 10011 | 111101 | 0 | 1011001 | 1000010 | 11110 | 101011000 | 1010001 | 100111 |
Color Harmonies of #B2133D
Complementary color
Monochromatic Colors of #B2133D
Black with #B2133D
Text Example
Text Example
White with #B2133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2133D; }
p { color: rgb(178,19,61); }
H1.HeaderClassName
{
color: #B2133D;
}
.AnyTagClassName
{
color: #B2133D;
}
</style>
background-color css
<style>
a { background-color: #B2133D; }
a { background-color: rgb(178,19,61); }
div.DivClassName
{
background-color: #B2133D;
}
.BgClassName
{
background-color: #B2133D;
}
</style>
border-color css
<style>
span { border-color: #B2133D; }
span { border-color: rgb(178,19,61); }
td.TdClassName
{
border-color: #B2133D;
}
.TagClassName
{
border-color: #B2133D;
}
</style>