Shades of Cardinal #B51245
Tints of Cardinal #B51245
RGB
CMYK
RGB Variations
Color information
#B51245 (or 0xB51245) is known color: Cardinal. HEX triplet: B5, 12 and 45. RGB value is (181,18,69). Sum of RGB (Red+Green+Blue) = 181+18+69=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B51245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51245 is #4AEDBA. Grayscale: #484848. Windows color (decimal): -4910523 or 4526773. OLE color: 4526773.
HSL color Cylindrical-coordinate representation of color #B51245: hue angle of 341.23º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51245 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 69 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.29 |
| HSL | 341.23º | 0.82% | 0.39% | - |
| HSV(B) | 341.23º | 0.9% | 0.71% | - |
| XYZ | 20.35 | 10.69 | 6.62 | - |
| YUV | 72.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 69 | 0 | 0.90 | 0.62 | 0.29 | 341.23 | 0.82 | 0.39 |
| Hex | B5 | 12 | 45 | 0 | 5A | 3E | 1D | 155 | 52 | 27 |
| Octal | 265 | 22 | 105 | 0 | 132 | 76 | 35 | 525 | 122 | 47 |
| Binary | 10110101 | 10010 | 1000101 | 0 | 1011010 | 111110 | 11101 | 101010101 | 1010010 | 100111 |
Color Harmonies of #B51245
Complementary color
Monochromatic Colors of #B51245
Black with #B51245
Text Example
Text Example
White with #B51245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51245; }
p { color: rgb(181,18,69); }
H1.HeaderClassName
{
color: #B51245;
}
.AnyTagClassName
{
color: #B51245;
}
</style>
background-color css
<style>
a { background-color: #B51245; }
a { background-color: rgb(181,18,69); }
div.DivClassName
{
background-color: #B51245;
}
.BgClassName
{
background-color: #B51245;
}
</style>
border-color css
<style>
span { border-color: #B51245; }
span { border-color: rgb(181,18,69); }
td.TdClassName
{
border-color: #B51245;
}
.TagClassName
{
border-color: #B51245;
}
</style>