Shades of Cardinal #B42329
Tints of Cardinal #B42329
RGB
CMYK
RGB Variations
Color information
#B42329 (or 0xB42329) is known color: Cardinal. HEX triplet: B4, 23 and 29. RGB value is (180,35,41). Sum of RGB (Red+Green+Blue) = 180+35+41=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B42329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42329 is #4BDCD6. Grayscale: #4F4F4F. Windows color (decimal): -4971735 or 2696116. OLE color: 2696116.
HSL color Cylindrical-coordinate representation of color #B42329: hue angle of 357.52º 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 #B42329 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 41 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.29 |
| HSL | 357.52º | 0.67% | 0.42% | - |
| HSV(B) | 357.52º | 0.81% | 0.71% | - |
| XYZ | 19.82 | 11.07 | 3.19 | - |
| YUV | 79.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 41 | 0 | 0.81 | 0.77 | 0.29 | 357.52 | 0.67 | 0.42 |
| Hex | B4 | 23 | 29 | 0 | 51 | 4D | 1D | 166 | 43 | 2A |
| Octal | 264 | 43 | 51 | 0 | 121 | 115 | 35 | 546 | 103 | 52 |
| Binary | 10110100 | 100011 | 101001 | 0 | 1010001 | 1001101 | 11101 | 101100110 | 1000011 | 101010 |
Color Harmonies of #B42329
Complementary color
Monochromatic Colors of #B42329
Black with #B42329
Text Example
Text Example
White with #B42329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42329; }
p { color: rgb(180,35,41); }
H1.HeaderClassName
{
color: #B42329;
}
.AnyTagClassName
{
color: #B42329;
}
</style>
background-color css
<style>
a { background-color: #B42329; }
a { background-color: rgb(180,35,41); }
div.DivClassName
{
background-color: #B42329;
}
.BgClassName
{
background-color: #B42329;
}
</style>
border-color css
<style>
span { border-color: #B42329; }
span { border-color: rgb(180,35,41); }
td.TdClassName
{
border-color: #B42329;
}
.TagClassName
{
border-color: #B42329;
}
</style>