Shades of Cardinal #B5013B
Tints of Cardinal #B5013B
RGB
CMYK
RGB Variations
Color information
#B5013B (or 0xB5013B) is known color: Cardinal. HEX triplet: B5, 01 and 3B. RGB value is (181,1,59). Sum of RGB (Red+Green+Blue) = 181+1+59=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5013B is #4AFEC4. Grayscale: #3D3D3D. Windows color (decimal): -4914885 or 3867061. OLE color: 3867061.
HSL color Cylindrical-coordinate representation of color #B5013B: hue angle of 340.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5013B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.29 |
| HSL | 340.67º | 0.99% | 0.36% | - |
| HSV(B) | 340.67º | 0.99% | 0.71% | - |
| XYZ | 19.86 | 10.16 | 5.05 | - |
| YUV | 61.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 59 | 0 | 0.99 | 0.67 | 0.29 | 340.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 3B | 0 | 63 | 43 | 1D | 155 | 63 | 24 |
| Octal | 265 | 1 | 73 | 0 | 143 | 103 | 35 | 525 | 143 | 44 |
| Binary | 10110101 | 1 | 111011 | 0 | 1100011 | 1000011 | 11101 | 101010101 | 1100011 | 100100 |
Color Harmonies of #B5013B
Complementary color
Monochromatic Colors of #B5013B
Black with #B5013B
Text Example
Text Example
White with #B5013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5013B; }
p { color: rgb(181,1,59); }
H1.HeaderClassName
{
color: #B5013B;
}
.AnyTagClassName
{
color: #B5013B;
}
</style>
background-color css
<style>
a { background-color: #B5013B; }
a { background-color: rgb(181,1,59); }
div.DivClassName
{
background-color: #B5013B;
}
.BgClassName
{
background-color: #B5013B;
}
</style>
border-color css
<style>
span { border-color: #B5013B; }
span { border-color: rgb(181,1,59); }
td.TdClassName
{
border-color: #B5013B;
}
.TagClassName
{
border-color: #B5013B;
}
</style>