Shades of Cardinal #B6102D
Tints of Cardinal #B6102D
RGB
CMYK
RGB Variations
Color information
#B6102D (or 0xB6102D) is known color: Cardinal. HEX triplet: B6, 10 and 2D. RGB value is (182,16,45). Sum of RGB (Red+Green+Blue) = 182+16+45=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B6102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6102D is #49EFD2. Grayscale: #444444. Windows color (decimal): -4845523 or 2953398. OLE color: 2953398.
HSL color Cylindrical-coordinate representation of color #B6102D: hue angle of 349.52º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6102D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.29 |
| HSL | 349.52º | 0.84% | 0.39% | - |
| HSV(B) | 349.52º | 0.91% | 0.71% | - |
| XYZ | 19.95 | 10.51 | 3.46 | - |
| YUV | 68.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 45 | 0 | 0.91 | 0.75 | 0.29 | 349.52 | 0.84 | 0.39 |
| Hex | B6 | 10 | 2D | 0 | 5B | 4B | 1D | 15E | 54 | 27 |
| Octal | 266 | 20 | 55 | 0 | 133 | 113 | 35 | 536 | 124 | 47 |
| Binary | 10110110 | 10000 | 101101 | 0 | 1011011 | 1001011 | 11101 | 101011110 | 1010100 | 100111 |
Color Harmonies of #B6102D
Complementary color
Monochromatic Colors of #B6102D
Black with #B6102D
Text Example
Text Example
White with #B6102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6102D; }
p { color: rgb(182,16,45); }
H1.HeaderClassName
{
color: #B6102D;
}
.AnyTagClassName
{
color: #B6102D;
}
</style>
background-color css
<style>
a { background-color: #B6102D; }
a { background-color: rgb(182,16,45); }
div.DivClassName
{
background-color: #B6102D;
}
.BgClassName
{
background-color: #B6102D;
}
</style>
border-color css
<style>
span { border-color: #B6102D; }
span { border-color: rgb(182,16,45); }
td.TdClassName
{
border-color: #B6102D;
}
.TagClassName
{
border-color: #B6102D;
}
</style>