Shades of Cardinal #B3232A
Tints of Cardinal #B3232A
RGB
CMYK
RGB Variations
Color information
#B3232A (or 0xB3232A) is known color: Cardinal. HEX triplet: B3, 23 and 2A. RGB value is (179,35,42). Sum of RGB (Red+Green+Blue) = 179+35+42=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3232A is #4CDCD5. Grayscale: #4E4E4E. Windows color (decimal): -5037270 or 2761651. OLE color: 2761651.
HSL color Cylindrical-coordinate representation of color #B3232A: hue angle of 357.08º 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 #B3232A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 42 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.30 |
| HSL | 357.08º | 0.67% | 0.42% | - |
| HSV(B) | 357.08º | 0.8% | 0.7% | - |
| XYZ | 19.61 | 10.95 | 3.27 | - |
| YUV | 78.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 42 | 0 | 0.80 | 0.77 | 0.30 | 357.08 | 0.67 | 0.42 |
| Hex | B3 | 23 | 2A | 0 | 50 | 4D | 1E | 165 | 43 | 2A |
| Octal | 263 | 43 | 52 | 0 | 120 | 115 | 36 | 545 | 103 | 52 |
| Binary | 10110011 | 100011 | 101010 | 0 | 1010000 | 1001101 | 11110 | 101100101 | 1000011 | 101010 |
Color Harmonies of #B3232A
Complementary color
Monochromatic Colors of #B3232A
Black with #B3232A
Text Example
Text Example
White with #B3232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3232A; }
p { color: rgb(179,35,42); }
H1.HeaderClassName
{
color: #B3232A;
}
.AnyTagClassName
{
color: #B3232A;
}
</style>
background-color css
<style>
a { background-color: #B3232A; }
a { background-color: rgb(179,35,42); }
div.DivClassName
{
background-color: #B3232A;
}
.BgClassName
{
background-color: #B3232A;
}
</style>
border-color css
<style>
span { border-color: #B3232A; }
span { border-color: rgb(179,35,42); }
td.TdClassName
{
border-color: #B3232A;
}
.TagClassName
{
border-color: #B3232A;
}
</style>