Shades of Cardinal #B5283A
Tints of Cardinal #B5283A
RGB
CMYK
RGB Variations
Color information
#B5283A (or 0xB5283A) is known color: Cardinal. HEX triplet: B5, 28 and 3A. RGB value is (181,40,58). Sum of RGB (Red+Green+Blue) = 181+40+58=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283A is #4AD7C5. Grayscale: #545454. Windows color (decimal): -4904902 or 3811509. OLE color: 3811509.
HSL color Cylindrical-coordinate representation of color #B5283A: hue angle of 352.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5283A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 58 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.29 |
| HSL | 352.34º | 0.64% | 0.43% | - |
| HSV(B) | 352.34º | 0.78% | 0.71% | - |
| XYZ | 20.58 | 11.65 | 5.17 | - |
| YUV | 84.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 58 | 0 | 0.78 | 0.68 | 0.29 | 352.34 | 0.64 | 0.43 |
| Hex | B5 | 28 | 3A | 0 | 4E | 44 | 1D | 160 | 40 | 2B |
| Octal | 265 | 50 | 72 | 0 | 116 | 104 | 35 | 540 | 100 | 53 |
| Binary | 10110101 | 101000 | 111010 | 0 | 1001110 | 1000100 | 11101 | 101100000 | 1000000 | 101011 |
Color Harmonies of #B5283A
Complementary color
Monochromatic Colors of #B5283A
Black with #B5283A
Text Example
Text Example
White with #B5283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5283A; }
p { color: rgb(181,40,58); }
H1.HeaderClassName
{
color: #B5283A;
}
.AnyTagClassName
{
color: #B5283A;
}
</style>
background-color css
<style>
a { background-color: #B5283A; }
a { background-color: rgb(181,40,58); }
div.DivClassName
{
background-color: #B5283A;
}
.BgClassName
{
background-color: #B5283A;
}
</style>
border-color css
<style>
span { border-color: #B5283A; }
span { border-color: rgb(181,40,58); }
td.TdClassName
{
border-color: #B5283A;
}
.TagClassName
{
border-color: #B5283A;
}
</style>