Shades of Cardinal #B5263C
Tints of Cardinal #B5263C
RGB
CMYK
RGB Variations
Color information
#B5263C (or 0xB5263C) is known color: Cardinal. HEX triplet: B5, 26 and 3C. RGB value is (181,38,60). Sum of RGB (Red+Green+Blue) = 181+38+60=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5263C is #4AD9C3. Grayscale: #535353. Windows color (decimal): -4905412 or 3942069. OLE color: 3942069.
HSL color Cylindrical-coordinate representation of color #B5263C: hue angle of 350.77º 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 #B5263C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 60 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.29 |
| HSL | 350.77º | 0.65% | 0.43% | - |
| HSV(B) | 350.77º | 0.79% | 0.71% | - |
| XYZ | 20.56 | 11.54 | 5.42 | - |
| YUV | 83.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 60 | 0 | 0.79 | 0.67 | 0.29 | 350.77 | 0.65 | 0.43 |
| Hex | B5 | 26 | 3C | 0 | 4F | 43 | 1D | 15F | 41 | 2B |
| Octal | 265 | 46 | 74 | 0 | 117 | 103 | 35 | 537 | 101 | 53 |
| Binary | 10110101 | 100110 | 111100 | 0 | 1001111 | 1000011 | 11101 | 101011111 | 1000001 | 101011 |
Color Harmonies of #B5263C
Complementary color
Monochromatic Colors of #B5263C
Black with #B5263C
Text Example
Text Example
White with #B5263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5263C; }
p { color: rgb(181,38,60); }
H1.HeaderClassName
{
color: #B5263C;
}
.AnyTagClassName
{
color: #B5263C;
}
</style>
background-color css
<style>
a { background-color: #B5263C; }
a { background-color: rgb(181,38,60); }
div.DivClassName
{
background-color: #B5263C;
}
.BgClassName
{
background-color: #B5263C;
}
</style>
border-color css
<style>
span { border-color: #B5263C; }
span { border-color: rgb(181,38,60); }
td.TdClassName
{
border-color: #B5263C;
}
.TagClassName
{
border-color: #B5263C;
}
</style>