Shades of Cardinal #B4053D
Tints of Cardinal #B4053D
RGB
CMYK
RGB Variations
Color information
#B4053D (or 0xB4053D) is known color: Cardinal. HEX triplet: B4, 05 and 3D. RGB value is (180,5,61). Sum of RGB (Red+Green+Blue) = 180+5+61=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B4053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4053D is #4BFAC2. Grayscale: #3F3F3F. Windows color (decimal): -4979395 or 3999156. OLE color: 3999156.
HSL color Cylindrical-coordinate representation of color #B4053D: hue angle of 340.8º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4053D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.29 |
| HSL | 340.8º | 0.95% | 0.36% | - |
| HSV(B) | 340.8º | 0.97% | 0.71% | - |
| XYZ | 19.72 | 10.15 | 5.33 | - |
| YUV | 63.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 61 | 0 | 0.97 | 0.66 | 0.29 | 340.8 | 0.95 | 0.36 |
| Hex | B4 | 5 | 3D | 0 | 61 | 42 | 1D | 155 | 5F | 24 |
| Octal | 264 | 5 | 75 | 0 | 141 | 102 | 35 | 525 | 137 | 44 |
| Binary | 10110100 | 101 | 111101 | 0 | 1100001 | 1000010 | 11101 | 101010101 | 1011111 | 100100 |
Color Harmonies of #B4053D
Complementary color
Monochromatic Colors of #B4053D
Black with #B4053D
Text Example
Text Example
White with #B4053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4053D; }
p { color: rgb(180,5,61); }
H1.HeaderClassName
{
color: #B4053D;
}
.AnyTagClassName
{
color: #B4053D;
}
</style>
background-color css
<style>
a { background-color: #B4053D; }
a { background-color: rgb(180,5,61); }
div.DivClassName
{
background-color: #B4053D;
}
.BgClassName
{
background-color: #B4053D;
}
</style>
border-color css
<style>
span { border-color: #B4053D; }
span { border-color: rgb(180,5,61); }
td.TdClassName
{
border-color: #B4053D;
}
.TagClassName
{
border-color: #B4053D;
}
</style>