Shades of Cardinal #B4133A
Tints of Cardinal #B4133A
RGB
CMYK
RGB Variations
Color information
#B4133A (or 0xB4133A) is known color: Cardinal. HEX triplet: B4, 13 and 3A. RGB value is (180,19,58). Sum of RGB (Red+Green+Blue) = 180+19+58=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4133A is #4BECC5. Grayscale: #474747. Windows color (decimal): -4975814 or 3806132. OLE color: 3806132.
HSL color Cylindrical-coordinate representation of color #B4133A: hue angle of 345.47º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4133A is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 58 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.29 |
| HSL | 345.47º | 0.81% | 0.39% | - |
| HSV(B) | 345.47º | 0.89% | 0.71% | - |
| XYZ | 19.82 | 10.47 | 4.98 | - |
| YUV | 71.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 58 | 0 | 0.89 | 0.68 | 0.29 | 345.47 | 0.81 | 0.39 |
| Hex | B4 | 13 | 3A | 0 | 59 | 44 | 1D | 159 | 51 | 27 |
| Octal | 264 | 23 | 72 | 0 | 131 | 104 | 35 | 531 | 121 | 47 |
| Binary | 10110100 | 10011 | 111010 | 0 | 1011001 | 1000100 | 11101 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B4133A
Complementary color
Monochromatic Colors of #B4133A
Black with #B4133A
Text Example
Text Example
White with #B4133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4133A; }
p { color: rgb(180,19,58); }
H1.HeaderClassName
{
color: #B4133A;
}
.AnyTagClassName
{
color: #B4133A;
}
</style>
background-color css
<style>
a { background-color: #B4133A; }
a { background-color: rgb(180,19,58); }
div.DivClassName
{
background-color: #B4133A;
}
.BgClassName
{
background-color: #B4133A;
}
</style>
border-color css
<style>
span { border-color: #B4133A; }
span { border-color: rgb(180,19,58); }
td.TdClassName
{
border-color: #B4133A;
}
.TagClassName
{
border-color: #B4133A;
}
</style>