Shades of Cardinal #B5003A
Tints of Cardinal #B5003A
RGB
CMYK
RGB Variations
Color information
#B5003A (or 0xB5003A) is known color: Cardinal. HEX triplet: B5, 00 and 3A. RGB value is (181,0,58). Sum of RGB (Red+Green+Blue) = 181+0+58=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B5003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5003A is #4AFFC5. Grayscale: #3C3C3C. Windows color (decimal): -4915142 or 3801269. OLE color: 3801269.
HSL color Cylindrical-coordinate representation of color #B5003A: hue angle of 340.77º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5003A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.68 | 0.29 |
| HSL | 340.77º | 1% | 0.35% | - |
| HSV(B) | 340.77º | 1% | 0.71% | - |
| XYZ | 19.82 | 10.13 | 4.91 | - |
| YUV | 60.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 58 | 0 | 1 | 0.68 | 0.29 | 340.77 | 1 | 0.35 |
| Hex | B5 | 0 | 3A | 0 | 64 | 44 | 1D | 155 | 64 | 23 |
| Octal | 265 | 0 | 72 | 0 | 144 | 104 | 35 | 525 | 144 | 43 |
| Binary | 10110101 | 0 | 111010 | 0 | 1100100 | 1000100 | 11101 | 101010101 | 1100100 | 100011 |
Color Harmonies of #B5003A
Complementary color
Monochromatic Colors of #B5003A
Black with #B5003A
Text Example
Text Example
White with #B5003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5003A; }
p { color: rgb(181,0,58); }
H1.HeaderClassName
{
color: #B5003A;
}
.AnyTagClassName
{
color: #B5003A;
}
</style>
background-color css
<style>
a { background-color: #B5003A; }
a { background-color: rgb(181,0,58); }
div.DivClassName
{
background-color: #B5003A;
}
.BgClassName
{
background-color: #B5003A;
}
</style>
border-color css
<style>
span { border-color: #B5003A; }
span { border-color: rgb(181,0,58); }
td.TdClassName
{
border-color: #B5003A;
}
.TagClassName
{
border-color: #B5003A;
}
</style>