Shades of Cardinal #B3013E
Tints of Cardinal #B3013E
RGB
CMYK
RGB Variations
Color information
#B3013E (or 0xB3013E) is known color: Cardinal. HEX triplet: B3, 01 and 3E. RGB value is (179,1,62). Sum of RGB (Red+Green+Blue) = 179+1+62=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3013E is #4CFEC1. Grayscale: #3D3D3D. Windows color (decimal): -5045954 or 4063667. OLE color: 4063667.
HSL color Cylindrical-coordinate representation of color #B3013E: hue angle of 339.44º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3013E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.30 |
| HSL | 339.44º | 0.99% | 0.35% | - |
| HSV(B) | 339.44º | 0.99% | 0.7% | - |
| XYZ | 19.47 | 9.95 | 5.45 | - |
| YUV | 61.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 62 | 0 | 0.99 | 0.65 | 0.30 | 339.44 | 0.99 | 0.35 |
| Hex | B3 | 1 | 3E | 0 | 63 | 41 | 1E | 153 | 63 | 23 |
| Octal | 263 | 1 | 76 | 0 | 143 | 101 | 36 | 523 | 143 | 43 |
| Binary | 10110011 | 1 | 111110 | 0 | 1100011 | 1000001 | 11110 | 101010011 | 1100011 | 100011 |
Color Harmonies of #B3013E
Complementary color
Monochromatic Colors of #B3013E
Black with #B3013E
Text Example
Text Example
White with #B3013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3013E; }
p { color: rgb(179,1,62); }
H1.HeaderClassName
{
color: #B3013E;
}
.AnyTagClassName
{
color: #B3013E;
}
</style>
background-color css
<style>
a { background-color: #B3013E; }
a { background-color: rgb(179,1,62); }
div.DivClassName
{
background-color: #B3013E;
}
.BgClassName
{
background-color: #B3013E;
}
</style>
border-color css
<style>
span { border-color: #B3013E; }
span { border-color: rgb(179,1,62); }
td.TdClassName
{
border-color: #B3013E;
}
.TagClassName
{
border-color: #B3013E;
}
</style>