Shades of Cardinal #B4232D
Tints of Cardinal #B4232D
RGB
CMYK
RGB Variations
Color information
#B4232D (or 0xB4232D) is known color: Cardinal. HEX triplet: B4, 23 and 2D. RGB value is (180,35,45). Sum of RGB (Red+Green+Blue) = 180+35+45=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4232D is #4BDCD2. Grayscale: #4F4F4F. Windows color (decimal): -4971731 or 2958260. OLE color: 2958260.
HSL color Cylindrical-coordinate representation of color #B4232D: hue angle of 355.86º 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 #B4232D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 45 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.29 |
| HSL | 355.86º | 0.67% | 0.42% | - |
| HSV(B) | 355.86º | 0.81% | 0.71% | - |
| XYZ | 19.9 | 11.09 | 3.58 | - |
| YUV | 79.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 45 | 0 | 0.81 | 0.75 | 0.29 | 355.86 | 0.67 | 0.42 |
| Hex | B4 | 23 | 2D | 0 | 51 | 4B | 1D | 164 | 43 | 2A |
| Octal | 264 | 43 | 55 | 0 | 121 | 113 | 35 | 544 | 103 | 52 |
| Binary | 10110100 | 100011 | 101101 | 0 | 1010001 | 1001011 | 11101 | 101100100 | 1000011 | 101010 |
Color Harmonies of #B4232D
Complementary color
Monochromatic Colors of #B4232D
Black with #B4232D
Text Example
Text Example
White with #B4232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4232D; }
p { color: rgb(180,35,45); }
H1.HeaderClassName
{
color: #B4232D;
}
.AnyTagClassName
{
color: #B4232D;
}
</style>
background-color css
<style>
a { background-color: #B4232D; }
a { background-color: rgb(180,35,45); }
div.DivClassName
{
background-color: #B4232D;
}
.BgClassName
{
background-color: #B4232D;
}
</style>
border-color css
<style>
span { border-color: #B4232D; }
span { border-color: rgb(180,35,45); }
td.TdClassName
{
border-color: #B4232D;
}
.TagClassName
{
border-color: #B4232D;
}
</style>