Shades of Cardinal #B5293A
Tints of Cardinal #B5293A
RGB
CMYK
RGB Variations
Color information
#B5293A (or 0xB5293A) is known color: Cardinal. HEX triplet: B5, 29 and 3A. RGB value is (181,41,58). Sum of RGB (Red+Green+Blue) = 181+41+58=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293A is #4AD6C5. Grayscale: #545454. Windows color (decimal): -4904646 or 3811765. OLE color: 3811765.
HSL color Cylindrical-coordinate representation of color #B5293A: hue angle of 352.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5293A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 58 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.29 |
| HSL | 352.71º | 0.63% | 0.44% | - |
| HSV(B) | 352.71º | 0.77% | 0.71% | - |
| XYZ | 20.61 | 11.72 | 5.18 | - |
| YUV | 84.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 58 | 0 | 0.77 | 0.68 | 0.29 | 352.71 | 0.63 | 0.44 |
| Hex | B5 | 29 | 3A | 0 | 4D | 44 | 1D | 161 | 3F | 2C |
| Octal | 265 | 51 | 72 | 0 | 115 | 104 | 35 | 541 | 77 | 54 |
| Binary | 10110101 | 101001 | 111010 | 0 | 1001101 | 1000100 | 11101 | 101100001 | 111111 | 101100 |
Color Harmonies of #B5293A
Complementary color
Monochromatic Colors of #B5293A
Black with #B5293A
Text Example
Text Example
White with #B5293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5293A; }
p { color: rgb(181,41,58); }
H1.HeaderClassName
{
color: #B5293A;
}
.AnyTagClassName
{
color: #B5293A;
}
</style>
background-color css
<style>
a { background-color: #B5293A; }
a { background-color: rgb(181,41,58); }
div.DivClassName
{
background-color: #B5293A;
}
.BgClassName
{
background-color: #B5293A;
}
</style>
border-color css
<style>
span { border-color: #B5293A; }
span { border-color: rgb(181,41,58); }
td.TdClassName
{
border-color: #B5293A;
}
.TagClassName
{
border-color: #B5293A;
}
</style>