Shades of Cardinal #B6223B
Tints of Cardinal #B6223B
RGB
CMYK
RGB Variations
Color information
#B6223B (or 0xB6223B) is known color: Cardinal. HEX triplet: B6, 22 and 3B. RGB value is (182,34,59). Sum of RGB (Red+Green+Blue) = 182+34+59=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6223B is #49DDC4. Grayscale: #515151. Windows color (decimal): -4840901 or 3875510. OLE color: 3875510.
HSL color Cylindrical-coordinate representation of color #B6223B: hue angle of 349.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6223B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 59 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.29 |
| HSL | 349.86º | 0.69% | 0.42% | - |
| HSV(B) | 349.86º | 0.81% | 0.71% | - |
| XYZ | 20.65 | 11.4 | 5.25 | - |
| YUV | 81.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 59 | 0 | 0.81 | 0.68 | 0.29 | 349.86 | 0.69 | 0.42 |
| Hex | B6 | 22 | 3B | 0 | 51 | 44 | 1D | 15E | 45 | 2A |
| Octal | 266 | 42 | 73 | 0 | 121 | 104 | 35 | 536 | 105 | 52 |
| Binary | 10110110 | 100010 | 111011 | 0 | 1010001 | 1000100 | 11101 | 101011110 | 1000101 | 101010 |
Color Harmonies of #B6223B
Complementary color
Monochromatic Colors of #B6223B
Black with #B6223B
Text Example
Text Example
White with #B6223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6223B; }
p { color: rgb(182,34,59); }
H1.HeaderClassName
{
color: #B6223B;
}
.AnyTagClassName
{
color: #B6223B;
}
</style>
background-color css
<style>
a { background-color: #B6223B; }
a { background-color: rgb(182,34,59); }
div.DivClassName
{
background-color: #B6223B;
}
.BgClassName
{
background-color: #B6223B;
}
</style>
border-color css
<style>
span { border-color: #B6223B; }
span { border-color: rgb(182,34,59); }
td.TdClassName
{
border-color: #B6223B;
}
.TagClassName
{
border-color: #B6223B;
}
</style>