Shades of Cardinal #B5253B
Tints of Cardinal #B5253B
RGB
CMYK
RGB Variations
Color information
#B5253B (or 0xB5253B) is known color: Cardinal. HEX triplet: B5, 25 and 3B. RGB value is (181,37,59). Sum of RGB (Red+Green+Blue) = 181+37+59=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5253B is #4ADAC4. Grayscale: #525252. Windows color (decimal): -4905669 or 3876277. OLE color: 3876277.
HSL color Cylindrical-coordinate representation of color #B5253B: hue angle of 350.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5253B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 59 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.29 |
| HSL | 350.83º | 0.66% | 0.43% | - |
| HSV(B) | 350.83º | 0.8% | 0.71% | - |
| XYZ | 20.51 | 11.46 | 5.27 | - |
| YUV | 82.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 59 | 0 | 0.80 | 0.67 | 0.29 | 350.83 | 0.66 | 0.43 |
| Hex | B5 | 25 | 3B | 0 | 50 | 43 | 1D | 15F | 42 | 2B |
| Octal | 265 | 45 | 73 | 0 | 120 | 103 | 35 | 537 | 102 | 53 |
| Binary | 10110101 | 100101 | 111011 | 0 | 1010000 | 1000011 | 11101 | 101011111 | 1000010 | 101011 |
Color Harmonies of #B5253B
Complementary color
Monochromatic Colors of #B5253B
Black with #B5253B
Text Example
Text Example
White with #B5253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5253B; }
p { color: rgb(181,37,59); }
H1.HeaderClassName
{
color: #B5253B;
}
.AnyTagClassName
{
color: #B5253B;
}
</style>
background-color css
<style>
a { background-color: #B5253B; }
a { background-color: rgb(181,37,59); }
div.DivClassName
{
background-color: #B5253B;
}
.BgClassName
{
background-color: #B5253B;
}
</style>
border-color css
<style>
span { border-color: #B5253B; }
span { border-color: rgb(181,37,59); }
td.TdClassName
{
border-color: #B5253B;
}
.TagClassName
{
border-color: #B5253B;
}
</style>