Shades of Cardinal #B61944
Tints of Cardinal #B61944
RGB
CMYK
RGB Variations
Color information
#B61944 (or 0xB61944) is known color: Cardinal. HEX triplet: B6, 19 and 44. RGB value is (182,25,68). Sum of RGB (Red+Green+Blue) = 182+25+68=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B61944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61944 is #49E6BB. Grayscale: #4C4C4C. Windows color (decimal): -4843196 or 4463030. OLE color: 4463030.
HSL color Cylindrical-coordinate representation of color #B61944: hue angle of 343.57º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61944 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 68 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.29 |
| HSL | 343.57º | 0.76% | 0.41% | - |
| HSV(B) | 343.57º | 0.86% | 0.71% | - |
| XYZ | 20.68 | 11.06 | 6.51 | - |
| YUV | 76.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 68 | 0 | 0.86 | 0.63 | 0.29 | 343.57 | 0.76 | 0.41 |
| Hex | B6 | 19 | 44 | 0 | 56 | 3F | 1D | 158 | 4C | 29 |
| Octal | 266 | 31 | 104 | 0 | 126 | 77 | 35 | 530 | 114 | 51 |
| Binary | 10110110 | 11001 | 1000100 | 0 | 1010110 | 111111 | 11101 | 101011000 | 1001100 | 101001 |
Color Harmonies of #B61944
Complementary color
Monochromatic Colors of #B61944
Black with #B61944
Text Example
Text Example
White with #B61944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61944; }
p { color: rgb(182,25,68); }
H1.HeaderClassName
{
color: #B61944;
}
.AnyTagClassName
{
color: #B61944;
}
</style>
background-color css
<style>
a { background-color: #B61944; }
a { background-color: rgb(182,25,68); }
div.DivClassName
{
background-color: #B61944;
}
.BgClassName
{
background-color: #B61944;
}
</style>
border-color css
<style>
span { border-color: #B61944; }
span { border-color: rgb(182,25,68); }
td.TdClassName
{
border-color: #B61944;
}
.TagClassName
{
border-color: #B61944;
}
</style>