Shades of Cardinal #B2232B
Tints of Cardinal #B2232B
RGB
CMYK
RGB Variations
Color information
#B2232B (or 0xB2232B) is known color: Cardinal. HEX triplet: B2, 23 and 2B. RGB value is (178,35,43). Sum of RGB (Red+Green+Blue) = 178+35+43=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2232B is #4DDCD4. Grayscale: #4E4E4E. Windows color (decimal): -5102805 or 2827186. OLE color: 2827186.
HSL color Cylindrical-coordinate representation of color #B2232B: hue angle of 356.64º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2232B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 43 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.30 |
| HSL | 356.64º | 0.67% | 0.42% | - |
| HSV(B) | 356.64º | 0.8% | 0.7% | - |
| XYZ | 19.4 | 10.84 | 3.36 | - |
| YUV | 78.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 43 | 0 | 0.80 | 0.76 | 0.30 | 356.64 | 0.67 | 0.42 |
| Hex | B2 | 23 | 2B | 0 | 50 | 4C | 1E | 165 | 43 | 2A |
| Octal | 262 | 43 | 53 | 0 | 120 | 114 | 36 | 545 | 103 | 52 |
| Binary | 10110010 | 100011 | 101011 | 0 | 1010000 | 1001100 | 11110 | 101100101 | 1000011 | 101010 |
Color Harmonies of #B2232B
Complementary color
Monochromatic Colors of #B2232B
Black with #B2232B
Text Example
Text Example
White with #B2232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2232B; }
p { color: rgb(178,35,43); }
H1.HeaderClassName
{
color: #B2232B;
}
.AnyTagClassName
{
color: #B2232B;
}
</style>
background-color css
<style>
a { background-color: #B2232B; }
a { background-color: rgb(178,35,43); }
div.DivClassName
{
background-color: #B2232B;
}
.BgClassName
{
background-color: #B2232B;
}
</style>
border-color css
<style>
span { border-color: #B2232B; }
span { border-color: rgb(178,35,43); }
td.TdClassName
{
border-color: #B2232B;
}
.TagClassName
{
border-color: #B2232B;
}
</style>