Shades of Cardinal #B5023E
Tints of Cardinal #B5023E
RGB
CMYK
RGB Variations
Color information
#B5023E (or 0xB5023E) is known color: Cardinal. HEX triplet: B5, 02 and 3E. RGB value is (181,2,62). Sum of RGB (Red+Green+Blue) = 181+2+62=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5023E is #4AFDC1. Grayscale: #3E3E3E. Windows color (decimal): -4914626 or 4063925. OLE color: 4063925.
HSL color Cylindrical-coordinate representation of color #B5023E: hue angle of 339.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5023E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.29 |
| HSL | 339.89º | 0.98% | 0.36% | - |
| HSV(B) | 339.89º | 0.99% | 0.71% | - |
| XYZ | 19.95 | 10.21 | 5.48 | - |
| YUV | 62.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 62 | 0 | 0.99 | 0.66 | 0.29 | 339.89 | 0.98 | 0.36 |
| Hex | B5 | 2 | 3E | 0 | 63 | 42 | 1D | 154 | 62 | 24 |
| Octal | 265 | 2 | 76 | 0 | 143 | 102 | 35 | 524 | 142 | 44 |
| Binary | 10110101 | 10 | 111110 | 0 | 1100011 | 1000010 | 11101 | 101010100 | 1100010 | 100100 |
Color Harmonies of #B5023E
Complementary color
Monochromatic Colors of #B5023E
Black with #B5023E
Text Example
Text Example
White with #B5023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5023E; }
p { color: rgb(181,2,62); }
H1.HeaderClassName
{
color: #B5023E;
}
.AnyTagClassName
{
color: #B5023E;
}
</style>
background-color css
<style>
a { background-color: #B5023E; }
a { background-color: rgb(181,2,62); }
div.DivClassName
{
background-color: #B5023E;
}
.BgClassName
{
background-color: #B5023E;
}
</style>
border-color css
<style>
span { border-color: #B5023E; }
span { border-color: rgb(181,2,62); }
td.TdClassName
{
border-color: #B5023E;
}
.TagClassName
{
border-color: #B5023E;
}
</style>