Shades of Cardinal #B62144
Tints of Cardinal #B62144
RGB
CMYK
RGB Variations
Color information
#B62144 (or 0xB62144) is known color: Cardinal. HEX triplet: B6, 21 and 44. RGB value is (182,33,68). Sum of RGB (Red+Green+Blue) = 182+33+68=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B62144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62144 is #49DEBB. Grayscale: #515151. Windows color (decimal): -4841148 or 4465078. OLE color: 4465078.
HSL color Cylindrical-coordinate representation of color #B62144: hue angle of 345.91º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62144 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 68 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.29 |
| HSL | 345.91º | 0.69% | 0.42% | - |
| HSV(B) | 345.91º | 0.82% | 0.71% | - |
| XYZ | 20.88 | 11.45 | 6.58 | - |
| YUV | 81.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 68 | 0 | 0.82 | 0.63 | 0.29 | 345.91 | 0.69 | 0.42 |
| Hex | B6 | 21 | 44 | 0 | 52 | 3F | 1D | 15A | 45 | 2A |
| Octal | 266 | 41 | 104 | 0 | 122 | 77 | 35 | 532 | 105 | 52 |
| Binary | 10110110 | 100001 | 1000100 | 0 | 1010010 | 111111 | 11101 | 101011010 | 1000101 | 101010 |
Color Harmonies of #B62144
Complementary color
Monochromatic Colors of #B62144
Black with #B62144
Text Example
Text Example
White with #B62144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62144; }
p { color: rgb(182,33,68); }
H1.HeaderClassName
{
color: #B62144;
}
.AnyTagClassName
{
color: #B62144;
}
</style>
background-color css
<style>
a { background-color: #B62144; }
a { background-color: rgb(182,33,68); }
div.DivClassName
{
background-color: #B62144;
}
.BgClassName
{
background-color: #B62144;
}
</style>
border-color css
<style>
span { border-color: #B62144; }
span { border-color: rgb(182,33,68); }
td.TdClassName
{
border-color: #B62144;
}
.TagClassName
{
border-color: #B62144;
}
</style>