Shades of Cardinal #B5263E
Tints of Cardinal #B5263E
RGB
CMYK
RGB Variations
Color information
#B5263E (or 0xB5263E) is known color: Cardinal. HEX triplet: B5, 26 and 3E. RGB value is (181,38,62). Sum of RGB (Red+Green+Blue) = 181+38+62=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5263E is #4AD9C1. Grayscale: #535353. Windows color (decimal): -4905410 or 4073141. OLE color: 4073141.
HSL color Cylindrical-coordinate representation of color #B5263E: hue angle of 349.93º 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 #B5263E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 62 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.29 |
| HSL | 349.93º | 0.65% | 0.43% | - |
| HSV(B) | 349.93º | 0.79% | 0.71% | - |
| XYZ | 20.62 | 11.56 | 5.7 | - |
| YUV | 83.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 62 | 0 | 0.79 | 0.66 | 0.29 | 349.93 | 0.65 | 0.43 |
| Hex | B5 | 26 | 3E | 0 | 4F | 42 | 1D | 15E | 41 | 2B |
| Octal | 265 | 46 | 76 | 0 | 117 | 102 | 35 | 536 | 101 | 53 |
| Binary | 10110101 | 100110 | 111110 | 0 | 1001111 | 1000010 | 11101 | 101011110 | 1000001 | 101011 |
Color Harmonies of #B5263E
Complementary color
Monochromatic Colors of #B5263E
Black with #B5263E
Text Example
Text Example
White with #B5263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5263E; }
p { color: rgb(181,38,62); }
H1.HeaderClassName
{
color: #B5263E;
}
.AnyTagClassName
{
color: #B5263E;
}
</style>
background-color css
<style>
a { background-color: #B5263E; }
a { background-color: rgb(181,38,62); }
div.DivClassName
{
background-color: #B5263E;
}
.BgClassName
{
background-color: #B5263E;
}
</style>
border-color css
<style>
span { border-color: #B5263E; }
span { border-color: rgb(181,38,62); }
td.TdClassName
{
border-color: #B5263E;
}
.TagClassName
{
border-color: #B5263E;
}
</style>