Shades of Cardinal #B5052C
Tints of Cardinal #B5052C
RGB
CMYK
RGB Variations
Color information
#B5052C (or 0xB5052C) is known color: Cardinal. HEX triplet: B5, 05 and 2C. RGB value is (181,5,44). Sum of RGB (Red+Green+Blue) = 181+5+44=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5052C is #4AFAD3. Grayscale: #3E3E3E. Windows color (decimal): -4913876 or 2885045. OLE color: 2885045.
HSL color Cylindrical-coordinate representation of color #B5052C: hue angle of 346.7º 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 #B5052C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.29 |
| HSL | 346.7º | 0.95% | 0.36% | - |
| HSV(B) | 346.7º | 0.97% | 0.71% | - |
| XYZ | 19.56 | 10.11 | 3.3 | - |
| YUV | 62.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 44 | 0 | 0.97 | 0.76 | 0.29 | 346.7 | 0.95 | 0.36 |
| Hex | B5 | 5 | 2C | 0 | 61 | 4C | 1D | 15B | 5F | 24 |
| Octal | 265 | 5 | 54 | 0 | 141 | 114 | 35 | 533 | 137 | 44 |
| Binary | 10110101 | 101 | 101100 | 0 | 1100001 | 1001100 | 11101 | 101011011 | 1011111 | 100100 |
Color Harmonies of #B5052C
Complementary color
Monochromatic Colors of #B5052C
Black with #B5052C
Text Example
Text Example
White with #B5052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5052C; }
p { color: rgb(181,5,44); }
H1.HeaderClassName
{
color: #B5052C;
}
.AnyTagClassName
{
color: #B5052C;
}
</style>
background-color css
<style>
a { background-color: #B5052C; }
a { background-color: rgb(181,5,44); }
div.DivClassName
{
background-color: #B5052C;
}
.BgClassName
{
background-color: #B5052C;
}
</style>
border-color css
<style>
span { border-color: #B5052C; }
span { border-color: rgb(181,5,44); }
td.TdClassName
{
border-color: #B5052C;
}
.TagClassName
{
border-color: #B5052C;
}
</style>