Shades of Cardinal #B2263E
Tints of Cardinal #B2263E
RGB
CMYK
RGB Variations
Color information
#B2263E (or 0xB2263E) is known color: Cardinal. HEX triplet: B2, 26 and 3E. RGB value is (178,38,62). Sum of RGB (Red+Green+Blue) = 178+38+62=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2263E is #4DD9C1. Grayscale: #525252. Windows color (decimal): -5102018 or 4073138. OLE color: 4073138.
HSL color Cylindrical-coordinate representation of color #B2263E: hue angle of 349.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2263E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 62 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.30 |
| HSL | 349.71º | 0.65% | 0.42% | - |
| HSV(B) | 349.71º | 0.79% | 0.7% | - |
| XYZ | 19.92 | 11.2 | 5.67 | - |
| YUV | 82.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 62 | 0 | 0.79 | 0.65 | 0.30 | 349.71 | 0.65 | 0.42 |
| Hex | B2 | 26 | 3E | 0 | 4F | 41 | 1E | 15E | 41 | 2A |
| Octal | 262 | 46 | 76 | 0 | 117 | 101 | 36 | 536 | 101 | 52 |
| Binary | 10110010 | 100110 | 111110 | 0 | 1001111 | 1000001 | 11110 | 101011110 | 1000001 | 101010 |
Color Harmonies of #B2263E
Complementary color
Monochromatic Colors of #B2263E
Black with #B2263E
Text Example
Text Example
White with #B2263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2263E; }
p { color: rgb(178,38,62); }
H1.HeaderClassName
{
color: #B2263E;
}
.AnyTagClassName
{
color: #B2263E;
}
</style>
background-color css
<style>
a { background-color: #B2263E; }
a { background-color: rgb(178,38,62); }
div.DivClassName
{
background-color: #B2263E;
}
.BgClassName
{
background-color: #B2263E;
}
</style>
border-color css
<style>
span { border-color: #B2263E; }
span { border-color: rgb(178,38,62); }
td.TdClassName
{
border-color: #B2263E;
}
.TagClassName
{
border-color: #B2263E;
}
</style>