Shades of Cardinal #B4232C
Tints of Cardinal #B4232C
RGB
CMYK
RGB Variations
Color information
#B4232C (or 0xB4232C) is known color: Cardinal. HEX triplet: B4, 23 and 2C. RGB value is (180,35,44). Sum of RGB (Red+Green+Blue) = 180+35+44=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4232C is #4BDCD3. Grayscale: #4F4F4F. Windows color (decimal): -4971732 or 2892724. OLE color: 2892724.
HSL color Cylindrical-coordinate representation of color #B4232C: hue angle of 356.28º 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 #B4232C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.29 |
| HSL | 356.28º | 0.67% | 0.42% | - |
| HSV(B) | 356.28º | 0.81% | 0.71% | - |
| XYZ | 19.88 | 11.09 | 3.48 | - |
| YUV | 79.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 44 | 0 | 0.81 | 0.76 | 0.29 | 356.28 | 0.67 | 0.42 |
| Hex | B4 | 23 | 2C | 0 | 51 | 4C | 1D | 164 | 43 | 2A |
| Octal | 264 | 43 | 54 | 0 | 121 | 114 | 35 | 544 | 103 | 52 |
| Binary | 10110100 | 100011 | 101100 | 0 | 1010001 | 1001100 | 11101 | 101100100 | 1000011 | 101010 |
Color Harmonies of #B4232C
Complementary color
Monochromatic Colors of #B4232C
Black with #B4232C
Text Example
Text Example
White with #B4232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4232C; }
p { color: rgb(180,35,44); }
H1.HeaderClassName
{
color: #B4232C;
}
.AnyTagClassName
{
color: #B4232C;
}
</style>
background-color css
<style>
a { background-color: #B4232C; }
a { background-color: rgb(180,35,44); }
div.DivClassName
{
background-color: #B4232C;
}
.BgClassName
{
background-color: #B4232C;
}
</style>
border-color css
<style>
span { border-color: #B4232C; }
span { border-color: rgb(180,35,44); }
td.TdClassName
{
border-color: #B4232C;
}
.TagClassName
{
border-color: #B4232C;
}
</style>