Shades of Cardinal #B5013C
Tints of Cardinal #B5013C
RGB
CMYK
RGB Variations
Color information
#B5013C (or 0xB5013C) is known color: Cardinal. HEX triplet: B5, 01 and 3C. RGB value is (181,1,60). Sum of RGB (Red+Green+Blue) = 181+1+60=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5013C is #4AFEC3. Grayscale: #3D3D3D. Windows color (decimal): -4914884 or 3932597. OLE color: 3932597.
HSL color Cylindrical-coordinate representation of color #B5013C: hue angle of 340.33º 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 #B5013C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.29 |
| HSL | 340.33º | 0.99% | 0.36% | - |
| HSV(B) | 340.33º | 0.99% | 0.71% | - |
| XYZ | 19.88 | 10.17 | 5.19 | - |
| YUV | 61.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 60 | 0 | 0.99 | 0.67 | 0.29 | 340.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 3C | 0 | 63 | 43 | 1D | 154 | 63 | 24 |
| Octal | 265 | 1 | 74 | 0 | 143 | 103 | 35 | 524 | 143 | 44 |
| Binary | 10110101 | 1 | 111100 | 0 | 1100011 | 1000011 | 11101 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B5013C
Complementary color
Monochromatic Colors of #B5013C
Black with #B5013C
Text Example
Text Example
White with #B5013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5013C; }
p { color: rgb(181,1,60); }
H1.HeaderClassName
{
color: #B5013C;
}
.AnyTagClassName
{
color: #B5013C;
}
</style>
background-color css
<style>
a { background-color: #B5013C; }
a { background-color: rgb(181,1,60); }
div.DivClassName
{
background-color: #B5013C;
}
.BgClassName
{
background-color: #B5013C;
}
</style>
border-color css
<style>
span { border-color: #B5013C; }
span { border-color: rgb(181,1,60); }
td.TdClassName
{
border-color: #B5013C;
}
.TagClassName
{
border-color: #B5013C;
}
</style>