Shades of Cardinal #B61934
Tints of Cardinal #B61934
RGB
CMYK
RGB Variations
Color information
#B61934 (or 0xB61934) is known color: Cardinal. HEX triplet: B6, 19 and 34. RGB value is (182,25,52). Sum of RGB (Red+Green+Blue) = 182+25+52=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61934 is #49E6CB. Grayscale: #4B4B4B. Windows color (decimal): -4843212 or 3414454. OLE color: 3414454.
HSL color Cylindrical-coordinate representation of color #B61934: hue angle of 349.68º 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 #B61934 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 52 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.29 |
| HSL | 349.68º | 0.76% | 0.41% | - |
| HSV(B) | 349.68º | 0.86% | 0.71% | - |
| XYZ | 20.26 | 10.89 | 4.28 | - |
| YUV | 75.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 52 | 0 | 0.86 | 0.71 | 0.29 | 349.68 | 0.76 | 0.41 |
| Hex | B6 | 19 | 34 | 0 | 56 | 47 | 1D | 15E | 4C | 29 |
| Octal | 266 | 31 | 64 | 0 | 126 | 107 | 35 | 536 | 114 | 51 |
| Binary | 10110110 | 11001 | 110100 | 0 | 1010110 | 1000111 | 11101 | 101011110 | 1001100 | 101001 |
Color Harmonies of #B61934
Complementary color
Monochromatic Colors of #B61934
Black with #B61934
Text Example
Text Example
White with #B61934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61934; }
p { color: rgb(182,25,52); }
H1.HeaderClassName
{
color: #B61934;
}
.AnyTagClassName
{
color: #B61934;
}
</style>
background-color css
<style>
a { background-color: #B61934; }
a { background-color: rgb(182,25,52); }
div.DivClassName
{
background-color: #B61934;
}
.BgClassName
{
background-color: #B61934;
}
</style>
border-color css
<style>
span { border-color: #B61934; }
span { border-color: rgb(182,25,52); }
td.TdClassName
{
border-color: #B61934;
}
.TagClassName
{
border-color: #B61934;
}
</style>