Shades of Cardinal #B5133B
Tints of Cardinal #B5133B
RGB
CMYK
RGB Variations
Color information
#B5133B (or 0xB5133B) is known color: Cardinal. HEX triplet: B5, 13 and 3B. RGB value is (181,19,59). Sum of RGB (Red+Green+Blue) = 181+19+59=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5133B is #4AECC4. Grayscale: #474747. Windows color (decimal): -4910277 or 3871669. OLE color: 3871669.
HSL color Cylindrical-coordinate representation of color #B5133B: hue angle of 345.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5133B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.29 |
| HSL | 345.19º | 0.81% | 0.39% | - |
| HSV(B) | 345.19º | 0.9% | 0.71% | - |
| XYZ | 20.08 | 10.61 | 5.13 | - |
| YUV | 72 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 59 | 0 | 0.90 | 0.67 | 0.29 | 345.19 | 0.81 | 0.39 |
| Hex | B5 | 13 | 3B | 0 | 5A | 43 | 1D | 159 | 51 | 27 |
| Octal | 265 | 23 | 73 | 0 | 132 | 103 | 35 | 531 | 121 | 47 |
| Binary | 10110101 | 10011 | 111011 | 0 | 1011010 | 1000011 | 11101 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B5133B
Complementary color
Monochromatic Colors of #B5133B
Black with #B5133B
Text Example
Text Example
White with #B5133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5133B; }
p { color: rgb(181,19,59); }
H1.HeaderClassName
{
color: #B5133B;
}
.AnyTagClassName
{
color: #B5133B;
}
</style>
background-color css
<style>
a { background-color: #B5133B; }
a { background-color: rgb(181,19,59); }
div.DivClassName
{
background-color: #B5133B;
}
.BgClassName
{
background-color: #B5133B;
}
</style>
border-color css
<style>
span { border-color: #B5133B; }
span { border-color: rgb(181,19,59); }
td.TdClassName
{
border-color: #B5133B;
}
.TagClassName
{
border-color: #B5133B;
}
</style>