Shades of Cardinal #B4013F
Tints of Cardinal #B4013F
RGB
CMYK
RGB Variations
Color information
#B4013F (or 0xB4013F) is known color: Cardinal. HEX triplet: B4, 01 and 3F. RGB value is (180,1,63). Sum of RGB (Red+Green+Blue) = 180+1+63=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4013F is #4BFEC0. Grayscale: #3D3D3D. Windows color (decimal): -4980417 or 4129204. OLE color: 4129204.
HSL color Cylindrical-coordinate representation of color #B4013F: hue angle of 339.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4013F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.29 |
| HSL | 339.22º | 0.99% | 0.35% | - |
| HSV(B) | 339.22º | 0.99% | 0.71% | - |
| XYZ | 19.73 | 10.08 | 5.61 | - |
| YUV | 61.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 63 | 0 | 0.99 | 0.65 | 0.29 | 339.22 | 0.99 | 0.35 |
| Hex | B4 | 1 | 3F | 0 | 63 | 41 | 1D | 153 | 63 | 23 |
| Octal | 264 | 1 | 77 | 0 | 143 | 101 | 35 | 523 | 143 | 43 |
| Binary | 10110100 | 1 | 111111 | 0 | 1100011 | 1000001 | 11101 | 101010011 | 1100011 | 100011 |
Color Harmonies of #B4013F
Complementary color
Monochromatic Colors of #B4013F
Black with #B4013F
Text Example
Text Example
White with #B4013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4013F; }
p { color: rgb(180,1,63); }
H1.HeaderClassName
{
color: #B4013F;
}
.AnyTagClassName
{
color: #B4013F;
}
</style>
background-color css
<style>
a { background-color: #B4013F; }
a { background-color: rgb(180,1,63); }
div.DivClassName
{
background-color: #B4013F;
}
.BgClassName
{
background-color: #B4013F;
}
</style>
border-color css
<style>
span { border-color: #B4013F; }
span { border-color: rgb(180,1,63); }
td.TdClassName
{
border-color: #B4013F;
}
.TagClassName
{
border-color: #B4013F;
}
</style>