Shades of Cardinal #B61633
Tints of Cardinal #B61633
RGB
CMYK
RGB Variations
Color information
#B61633 (or 0xB61633) is known color: Cardinal. HEX triplet: B6, 16 and 33. RGB value is (182,22,51). Sum of RGB (Red+Green+Blue) = 182+22+51=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61633 is #49E9CC. Grayscale: #494949. Windows color (decimal): -4843981 or 3348150. OLE color: 3348150.
HSL color Cylindrical-coordinate representation of color #B61633: hue angle of 349.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61633 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 22 | 51 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.29 |
| HSL | 349.13º | 0.78% | 0.4% | - |
| HSV(B) | 349.13º | 0.88% | 0.71% | - |
| XYZ | 20.18 | 10.76 | 4.15 | - |
| YUV | 73.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 51 | 0 | 0.88 | 0.72 | 0.29 | 349.13 | 0.78 | 0.4 |
| Hex | B6 | 16 | 33 | 0 | 58 | 48 | 1D | 15D | 4E | 28 |
| Octal | 266 | 26 | 63 | 0 | 130 | 110 | 35 | 535 | 116 | 50 |
| Binary | 10110110 | 10110 | 110011 | 0 | 1011000 | 1001000 | 11101 | 101011101 | 1001110 | 101000 |
Color Harmonies of #B61633
Complementary color
Monochromatic Colors of #B61633
Black with #B61633
Text Example
Text Example
White with #B61633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61633; }
p { color: rgb(182,22,51); }
H1.HeaderClassName
{
color: #B61633;
}
.AnyTagClassName
{
color: #B61633;
}
</style>
background-color css
<style>
a { background-color: #B61633; }
a { background-color: rgb(182,22,51); }
div.DivClassName
{
background-color: #B61633;
}
.BgClassName
{
background-color: #B61633;
}
</style>
border-color css
<style>
span { border-color: #B61633; }
span { border-color: rgb(182,22,51); }
td.TdClassName
{
border-color: #B61633;
}
.TagClassName
{
border-color: #B61633;
}
</style>