Shades of Cardinal #B4232E
Tints of Cardinal #B4232E
RGB
CMYK
RGB Variations
Color information
#B4232E (or 0xB4232E) is known color: Cardinal. HEX triplet: B4, 23 and 2E. RGB value is (180,35,46). Sum of RGB (Red+Green+Blue) = 180+35+46=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4232E is #4BDCD1. Grayscale: #4F4F4F. Windows color (decimal): -4971730 or 3023796. OLE color: 3023796.
HSL color Cylindrical-coordinate representation of color #B4232E: hue angle of 355.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4232E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 46 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.29 |
| HSL | 355.45º | 0.67% | 0.42% | - |
| HSV(B) | 355.45º | 0.81% | 0.71% | - |
| XYZ | 19.92 | 11.1 | 3.68 | - |
| YUV | 79.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 46 | 0 | 0.81 | 0.74 | 0.29 | 355.45 | 0.67 | 0.42 |
| Hex | B4 | 23 | 2E | 0 | 51 | 4A | 1D | 163 | 43 | 2A |
| Octal | 264 | 43 | 56 | 0 | 121 | 112 | 35 | 543 | 103 | 52 |
| Binary | 10110100 | 100011 | 101110 | 0 | 1010001 | 1001010 | 11101 | 101100011 | 1000011 | 101010 |
Color Harmonies of #B4232E
Complementary color
Monochromatic Colors of #B4232E
Black with #B4232E
Text Example
Text Example
White with #B4232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4232E; }
p { color: rgb(180,35,46); }
H1.HeaderClassName
{
color: #B4232E;
}
.AnyTagClassName
{
color: #B4232E;
}
</style>
background-color css
<style>
a { background-color: #B4232E; }
a { background-color: rgb(180,35,46); }
div.DivClassName
{
background-color: #B4232E;
}
.BgClassName
{
background-color: #B4232E;
}
</style>
border-color css
<style>
span { border-color: #B4232E; }
span { border-color: rgb(180,35,46); }
td.TdClassName
{
border-color: #B4232E;
}
.TagClassName
{
border-color: #B4232E;
}
</style>