Shades of Cardinal #B6232C
Tints of Cardinal #B6232C
RGB
CMYK
RGB Variations
Color information
#B6232C (or 0xB6232C) is known color: Cardinal. HEX triplet: B6, 23 and 2C. RGB value is (182,35,44). Sum of RGB (Red+Green+Blue) = 182+35+44=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6232C is #49DCD3. Grayscale: #505050. Windows color (decimal): -4840660 or 2892726. OLE color: 2892726.
HSL color Cylindrical-coordinate representation of color #B6232C: hue angle of 356.33º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6232C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 35 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.29 |
| HSL | 356.33º | 0.68% | 0.43% | - |
| HSV(B) | 356.33º | 0.81% | 0.71% | - |
| XYZ | 20.35 | 11.33 | 3.5 | - |
| YUV | 79.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 44 | 0 | 0.81 | 0.76 | 0.29 | 356.33 | 0.68 | 0.43 |
| Hex | B6 | 23 | 2C | 0 | 51 | 4C | 1D | 164 | 44 | 2B |
| Octal | 266 | 43 | 54 | 0 | 121 | 114 | 35 | 544 | 104 | 53 |
| Binary | 10110110 | 100011 | 101100 | 0 | 1010001 | 1001100 | 11101 | 101100100 | 1000100 | 101011 |
Color Harmonies of #B6232C
Complementary color
Monochromatic Colors of #B6232C
Black with #B6232C
Text Example
Text Example
White with #B6232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6232C; }
p { color: rgb(182,35,44); }
H1.HeaderClassName
{
color: #B6232C;
}
.AnyTagClassName
{
color: #B6232C;
}
</style>
background-color css
<style>
a { background-color: #B6232C; }
a { background-color: rgb(182,35,44); }
div.DivClassName
{
background-color: #B6232C;
}
.BgClassName
{
background-color: #B6232C;
}
</style>
border-color css
<style>
span { border-color: #B6232C; }
span { border-color: rgb(182,35,44); }
td.TdClassName
{
border-color: #B6232C;
}
.TagClassName
{
border-color: #B6232C;
}
</style>