Shades of Cardinal #B51043
Tints of Cardinal #B51043
RGB
CMYK
RGB Variations
Color information
#B51043 (or 0xB51043) is known color: Cardinal. HEX triplet: B5, 10 and 43. RGB value is (181,16,67). Sum of RGB (Red+Green+Blue) = 181+16+67=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B51043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51043 is #4AEFBC. Grayscale: #474747. Windows color (decimal): -4911037 or 4395189. OLE color: 4395189.
HSL color Cylindrical-coordinate representation of color #B51043: hue angle of 341.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51043 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 67 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.29 |
| HSL | 341.45º | 0.84% | 0.39% | - |
| HSV(B) | 341.45º | 0.91% | 0.71% | - |
| XYZ | 20.25 | 10.6 | 6.29 | - |
| YUV | 71.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 67 | 0 | 0.91 | 0.63 | 0.29 | 341.45 | 0.84 | 0.39 |
| Hex | B5 | 10 | 43 | 0 | 5B | 3F | 1D | 155 | 54 | 27 |
| Octal | 265 | 20 | 103 | 0 | 133 | 77 | 35 | 525 | 124 | 47 |
| Binary | 10110101 | 10000 | 1000011 | 0 | 1011011 | 111111 | 11101 | 101010101 | 1010100 | 100111 |
Color Harmonies of #B51043
Complementary color
Monochromatic Colors of #B51043
Black with #B51043
Text Example
Text Example
White with #B51043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51043; }
p { color: rgb(181,16,67); }
H1.HeaderClassName
{
color: #B51043;
}
.AnyTagClassName
{
color: #B51043;
}
</style>
background-color css
<style>
a { background-color: #B51043; }
a { background-color: rgb(181,16,67); }
div.DivClassName
{
background-color: #B51043;
}
.BgClassName
{
background-color: #B51043;
}
</style>
border-color css
<style>
span { border-color: #B51043; }
span { border-color: rgb(181,16,67); }
td.TdClassName
{
border-color: #B51043;
}
.TagClassName
{
border-color: #B51043;
}
</style>