Shades of Cardinal #B5263B
Tints of Cardinal #B5263B
RGB
CMYK
RGB Variations
Color information
#B5263B (or 0xB5263B) is known color: Cardinal. HEX triplet: B5, 26 and 3B. RGB value is (181,38,59). Sum of RGB (Red+Green+Blue) = 181+38+59=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5263B is #4AD9C4. Grayscale: #535353. Windows color (decimal): -4905413 or 3876533. OLE color: 3876533.
HSL color Cylindrical-coordinate representation of color #B5263B: hue angle of 351.19º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5263B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 59 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.29 |
| HSL | 351.19º | 0.65% | 0.43% | - |
| HSV(B) | 351.19º | 0.79% | 0.71% | - |
| XYZ | 20.54 | 11.53 | 5.28 | - |
| YUV | 83.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 59 | 0 | 0.79 | 0.67 | 0.29 | 351.19 | 0.65 | 0.43 |
| Hex | B5 | 26 | 3B | 0 | 4F | 43 | 1D | 15F | 41 | 2B |
| Octal | 265 | 46 | 73 | 0 | 117 | 103 | 35 | 537 | 101 | 53 |
| Binary | 10110101 | 100110 | 111011 | 0 | 1001111 | 1000011 | 11101 | 101011111 | 1000001 | 101011 |
Color Harmonies of #B5263B
Complementary color
Monochromatic Colors of #B5263B
Black with #B5263B
Text Example
Text Example
White with #B5263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5263B; }
p { color: rgb(181,38,59); }
H1.HeaderClassName
{
color: #B5263B;
}
.AnyTagClassName
{
color: #B5263B;
}
</style>
background-color css
<style>
a { background-color: #B5263B; }
a { background-color: rgb(181,38,59); }
div.DivClassName
{
background-color: #B5263B;
}
.BgClassName
{
background-color: #B5263B;
}
</style>
border-color css
<style>
span { border-color: #B5263B; }
span { border-color: rgb(181,38,59); }
td.TdClassName
{
border-color: #B5263B;
}
.TagClassName
{
border-color: #B5263B;
}
</style>