Shades of Cardinal #B3122A
Tints of Cardinal #B3122A
RGB
CMYK
RGB Variations
Color information
#B3122A (or 0xB3122A) is known color: Cardinal. HEX triplet: B3, 12 and 2A. RGB value is (179,18,42). Sum of RGB (Red+Green+Blue) = 179+18+42=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3122A is #4CEDD5. Grayscale: #444444. Windows color (decimal): -5041622 or 2757299. OLE color: 2757299.
HSL color Cylindrical-coordinate representation of color #B3122A: hue angle of 351.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3122A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 42 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.30 |
| HSL | 351.06º | 0.82% | 0.39% | - |
| HSV(B) | 351.06º | 0.9% | 0.7% | - |
| XYZ | 19.22 | 10.18 | 3.14 | - |
| YUV | 68.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 42 | 0 | 0.90 | 0.77 | 0.30 | 351.06 | 0.82 | 0.39 |
| Hex | B3 | 12 | 2A | 0 | 5A | 4D | 1E | 15F | 52 | 27 |
| Octal | 263 | 22 | 52 | 0 | 132 | 115 | 36 | 537 | 122 | 47 |
| Binary | 10110011 | 10010 | 101010 | 0 | 1011010 | 1001101 | 11110 | 101011111 | 1010010 | 100111 |
Color Harmonies of #B3122A
Complementary color
Monochromatic Colors of #B3122A
Black with #B3122A
Text Example
Text Example
White with #B3122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3122A; }
p { color: rgb(179,18,42); }
H1.HeaderClassName
{
color: #B3122A;
}
.AnyTagClassName
{
color: #B3122A;
}
</style>
background-color css
<style>
a { background-color: #B3122A; }
a { background-color: rgb(179,18,42); }
div.DivClassName
{
background-color: #B3122A;
}
.BgClassName
{
background-color: #B3122A;
}
</style>
border-color css
<style>
span { border-color: #B3122A; }
span { border-color: rgb(179,18,42); }
td.TdClassName
{
border-color: #B3122A;
}
.TagClassName
{
border-color: #B3122A;
}
</style>