Shades of Cardinal #B5063E
Tints of Cardinal #B5063E
RGB
CMYK
RGB Variations
Color information
#B5063E (or 0xB5063E) is known color: Cardinal. HEX triplet: B5, 06 and 3E. RGB value is (181,6,62). Sum of RGB (Red+Green+Blue) = 181+6+62=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5063E is #4AF9C1. Grayscale: #404040. Windows color (decimal): -4913602 or 4064949. OLE color: 4064949.
HSL color Cylindrical-coordinate representation of color #B5063E: hue angle of 340.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5063E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.29 |
| HSL | 340.8º | 0.94% | 0.37% | - |
| HSV(B) | 340.8º | 0.97% | 0.71% | - |
| XYZ | 19.99 | 10.3 | 5.49 | - |
| YUV | 64.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 62 | 0 | 0.97 | 0.66 | 0.29 | 340.8 | 0.94 | 0.37 |
| Hex | B5 | 6 | 3E | 0 | 61 | 42 | 1D | 155 | 5E | 25 |
| Octal | 265 | 6 | 76 | 0 | 141 | 102 | 35 | 525 | 136 | 45 |
| Binary | 10110101 | 110 | 111110 | 0 | 1100001 | 1000010 | 11101 | 101010101 | 1011110 | 100101 |
Color Harmonies of #B5063E
Complementary color
Monochromatic Colors of #B5063E
Black with #B5063E
Text Example
Text Example
White with #B5063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5063E; }
p { color: rgb(181,6,62); }
H1.HeaderClassName
{
color: #B5063E;
}
.AnyTagClassName
{
color: #B5063E;
}
</style>
background-color css
<style>
a { background-color: #B5063E; }
a { background-color: rgb(181,6,62); }
div.DivClassName
{
background-color: #B5063E;
}
.BgClassName
{
background-color: #B5063E;
}
</style>
border-color css
<style>
span { border-color: #B5063E; }
span { border-color: rgb(181,6,62); }
td.TdClassName
{
border-color: #B5063E;
}
.TagClassName
{
border-color: #B5063E;
}
</style>