Shades of Cardinal #B4063F
Tints of Cardinal #B4063F
RGB
CMYK
RGB Variations
Color information
#B4063F (or 0xB4063F) is known color: Cardinal. HEX triplet: B4, 06 and 3F. RGB value is (180,6,63). Sum of RGB (Red+Green+Blue) = 180+6+63=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B4063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4063F is #4BF9C0. Grayscale: #404040. Windows color (decimal): -4979137 or 4130484. OLE color: 4130484.
HSL color Cylindrical-coordinate representation of color #B4063F: hue angle of 340.34º degrees, saturation: 0.94, 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 #B4063F is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.29 |
| HSL | 340.34º | 0.94% | 0.36% | - |
| HSV(B) | 340.34º | 0.97% | 0.71% | - |
| XYZ | 19.78 | 10.19 | 5.63 | - |
| YUV | 64.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 63 | 0 | 0.97 | 0.65 | 0.29 | 340.34 | 0.94 | 0.36 |
| Hex | B4 | 6 | 3F | 0 | 61 | 41 | 1D | 154 | 5E | 24 |
| Octal | 264 | 6 | 77 | 0 | 141 | 101 | 35 | 524 | 136 | 44 |
| Binary | 10110100 | 110 | 111111 | 0 | 1100001 | 1000001 | 11101 | 101010100 | 1011110 | 100100 |
Color Harmonies of #B4063F
Complementary color
Monochromatic Colors of #B4063F
Black with #B4063F
Text Example
Text Example
White with #B4063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4063F; }
p { color: rgb(180,6,63); }
H1.HeaderClassName
{
color: #B4063F;
}
.AnyTagClassName
{
color: #B4063F;
}
</style>
background-color css
<style>
a { background-color: #B4063F; }
a { background-color: rgb(180,6,63); }
div.DivClassName
{
background-color: #B4063F;
}
.BgClassName
{
background-color: #B4063F;
}
</style>
border-color css
<style>
span { border-color: #B4063F; }
span { border-color: rgb(180,6,63); }
td.TdClassName
{
border-color: #B4063F;
}
.TagClassName
{
border-color: #B4063F;
}
</style>