Shades of Cardinal #B3144A
Tints of Cardinal #B3144A
RGB
CMYK
RGB Variations
Color information
#B3144A (or 0xB3144A) is known color: Cardinal. HEX triplet: B3, 14 and 4A. RGB value is (179,20,74). Sum of RGB (Red+Green+Blue) = 179+20+74=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3144A is #4CEBB5. Grayscale: #494949. Windows color (decimal): -5041078 or 4854963. OLE color: 4854963.
HSL color Cylindrical-coordinate representation of color #B3144A: hue angle of 339.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3144A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 74 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.30 |
| HSL | 339.62º | 0.8% | 0.39% | - |
| HSV(B) | 339.62º | 0.89% | 0.7% | - |
| XYZ | 20.08 | 10.58 | 7.46 | - |
| YUV | 73.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 74 | 0 | 0.89 | 0.59 | 0.30 | 339.62 | 0.8 | 0.39 |
| Hex | B3 | 14 | 4A | 0 | 59 | 3B | 1E | 154 | 50 | 27 |
| Octal | 263 | 24 | 112 | 0 | 131 | 73 | 36 | 524 | 120 | 47 |
| Binary | 10110011 | 10100 | 1001010 | 0 | 1011001 | 111011 | 11110 | 101010100 | 1010000 | 100111 |
Color Harmonies of #B3144A
Complementary color
Monochromatic Colors of #B3144A
Black with #B3144A
Text Example
Text Example
White with #B3144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3144A; }
p { color: rgb(179,20,74); }
H1.HeaderClassName
{
color: #B3144A;
}
.AnyTagClassName
{
color: #B3144A;
}
</style>
background-color css
<style>
a { background-color: #B3144A; }
a { background-color: rgb(179,20,74); }
div.DivClassName
{
background-color: #B3144A;
}
.BgClassName
{
background-color: #B3144A;
}
</style>
border-color css
<style>
span { border-color: #B3144A; }
span { border-color: rgb(179,20,74); }
td.TdClassName
{
border-color: #B3144A;
}
.TagClassName
{
border-color: #B3144A;
}
</style>