Shades of Cardinal #B3232E
Tints of Cardinal #B3232E
RGB
CMYK
RGB Variations
Color information
#B3232E (or 0xB3232E) is known color: Cardinal. HEX triplet: B3, 23 and 2E. RGB value is (179,35,46). Sum of RGB (Red+Green+Blue) = 179+35+46=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3232E is #4CDCD1. Grayscale: #4F4F4F. Windows color (decimal): -5037266 or 3023795. OLE color: 3023795.
HSL color Cylindrical-coordinate representation of color #B3232E: hue angle of 355.42º 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 #B3232E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 46 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.30 |
| HSL | 355.42º | 0.67% | 0.42% | - |
| HSV(B) | 355.42º | 0.8% | 0.7% | - |
| XYZ | 19.68 | 10.98 | 3.67 | - |
| YUV | 79.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 46 | 0 | 0.80 | 0.74 | 0.30 | 355.42 | 0.67 | 0.42 |
| Hex | B3 | 23 | 2E | 0 | 50 | 4A | 1E | 163 | 43 | 2A |
| Octal | 263 | 43 | 56 | 0 | 120 | 112 | 36 | 543 | 103 | 52 |
| Binary | 10110011 | 100011 | 101110 | 0 | 1010000 | 1001010 | 11110 | 101100011 | 1000011 | 101010 |
Color Harmonies of #B3232E
Complementary color
Monochromatic Colors of #B3232E
Black with #B3232E
Text Example
Text Example
White with #B3232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3232E; }
p { color: rgb(179,35,46); }
H1.HeaderClassName
{
color: #B3232E;
}
.AnyTagClassName
{
color: #B3232E;
}
</style>
background-color css
<style>
a { background-color: #B3232E; }
a { background-color: rgb(179,35,46); }
div.DivClassName
{
background-color: #B3232E;
}
.BgClassName
{
background-color: #B3232E;
}
</style>
border-color css
<style>
span { border-color: #B3232E; }
span { border-color: rgb(179,35,46); }
td.TdClassName
{
border-color: #B3232E;
}
.TagClassName
{
border-color: #B3232E;
}
</style>