Shades of Cardinal #B3142F
Tints of Cardinal #B3142F
RGB
CMYK
RGB Variations
Color information
#B3142F (or 0xB3142F) is known color: Cardinal. HEX triplet: B3, 14 and 2F. RGB value is (179,20,47). Sum of RGB (Red+Green+Blue) = 179+20+47=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3142F is #4CEBD0. Grayscale: #464646. Windows color (decimal): -5041105 or 3085491. OLE color: 3085491.
HSL color Cylindrical-coordinate representation of color #B3142F: hue angle of 349.81º 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 #B3142F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 47 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.30 |
| HSL | 349.81º | 0.8% | 0.39% | - |
| HSV(B) | 349.81º | 0.89% | 0.7% | - |
| XYZ | 19.35 | 10.29 | 3.66 | - |
| YUV | 70.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 47 | 0 | 0.89 | 0.74 | 0.30 | 349.81 | 0.8 | 0.39 |
| Hex | B3 | 14 | 2F | 0 | 59 | 4A | 1E | 15E | 50 | 27 |
| Octal | 263 | 24 | 57 | 0 | 131 | 112 | 36 | 536 | 120 | 47 |
| Binary | 10110011 | 10100 | 101111 | 0 | 1011001 | 1001010 | 11110 | 101011110 | 1010000 | 100111 |
Color Harmonies of #B3142F
Complementary color
Monochromatic Colors of #B3142F
Black with #B3142F
Text Example
Text Example
White with #B3142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3142F; }
p { color: rgb(179,20,47); }
H1.HeaderClassName
{
color: #B3142F;
}
.AnyTagClassName
{
color: #B3142F;
}
</style>
background-color css
<style>
a { background-color: #B3142F; }
a { background-color: rgb(179,20,47); }
div.DivClassName
{
background-color: #B3142F;
}
.BgClassName
{
background-color: #B3142F;
}
</style>
border-color css
<style>
span { border-color: #B3142F; }
span { border-color: rgb(179,20,47); }
td.TdClassName
{
border-color: #B3142F;
}
.TagClassName
{
border-color: #B3142F;
}
</style>