Shades of Cardinal #B3144B
Tints of Cardinal #B3144B
RGB
CMYK
RGB Variations
Color information
#B3144B (or 0xB3144B) is known color: Cardinal. HEX triplet: B3, 14 and 4B. RGB value is (179,20,75). Sum of RGB (Red+Green+Blue) = 179+20+75=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3144B is #4CEBB4. Grayscale: #494949. Windows color (decimal): -5041077 or 4920499. OLE color: 4920499.
HSL color Cylindrical-coordinate representation of color #B3144B: hue angle of 339.25º 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 #B3144B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 75 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.30 |
| HSL | 339.25º | 0.8% | 0.39% | - |
| HSV(B) | 339.25º | 0.89% | 0.7% | - |
| XYZ | 20.11 | 10.59 | 7.64 | - |
| YUV | 73.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 75 | 0 | 0.89 | 0.58 | 0.30 | 339.25 | 0.8 | 0.39 |
| Hex | B3 | 14 | 4B | 0 | 59 | 3A | 1E | 153 | 50 | 27 |
| Octal | 263 | 24 | 113 | 0 | 131 | 72 | 36 | 523 | 120 | 47 |
| Binary | 10110011 | 10100 | 1001011 | 0 | 1011001 | 111010 | 11110 | 101010011 | 1010000 | 100111 |
Color Harmonies of #B3144B
Complementary color
Monochromatic Colors of #B3144B
Black with #B3144B
Text Example
Text Example
White with #B3144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3144B; }
p { color: rgb(179,20,75); }
H1.HeaderClassName
{
color: #B3144B;
}
.AnyTagClassName
{
color: #B3144B;
}
</style>
background-color css
<style>
a { background-color: #B3144B; }
a { background-color: rgb(179,20,75); }
div.DivClassName
{
background-color: #B3144B;
}
.BgClassName
{
background-color: #B3144B;
}
</style>
border-color css
<style>
span { border-color: #B3144B; }
span { border-color: rgb(179,20,75); }
td.TdClassName
{
border-color: #B3144B;
}
.TagClassName
{
border-color: #B3144B;
}
</style>