Shades of Cardinal #B6193D
Tints of Cardinal #B6193D
RGB
CMYK
RGB Variations
Color information
#B6193D (or 0xB6193D) is known color: Cardinal. HEX triplet: B6, 19 and 3D. RGB value is (182,25,61). Sum of RGB (Red+Green+Blue) = 182+25+61=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B6193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6193D is #49E6C2. Grayscale: #4C4C4C. Windows color (decimal): -4843203 or 4004278. OLE color: 4004278.
HSL color Cylindrical-coordinate representation of color #B6193D: hue angle of 346.24º 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 #B6193D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 61 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.29 |
| HSL | 346.24º | 0.76% | 0.41% | - |
| HSV(B) | 346.24º | 0.86% | 0.71% | - |
| XYZ | 20.48 | 10.98 | 5.45 | - |
| YUV | 76.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 61 | 0 | 0.86 | 0.66 | 0.29 | 346.24 | 0.76 | 0.41 |
| Hex | B6 | 19 | 3D | 0 | 56 | 42 | 1D | 15A | 4C | 29 |
| Octal | 266 | 31 | 75 | 0 | 126 | 102 | 35 | 532 | 114 | 51 |
| Binary | 10110110 | 11001 | 111101 | 0 | 1010110 | 1000010 | 11101 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B6193D
Complementary color
Monochromatic Colors of #B6193D
Black with #B6193D
Text Example
Text Example
White with #B6193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6193D; }
p { color: rgb(182,25,61); }
H1.HeaderClassName
{
color: #B6193D;
}
.AnyTagClassName
{
color: #B6193D;
}
</style>
background-color css
<style>
a { background-color: #B6193D; }
a { background-color: rgb(182,25,61); }
div.DivClassName
{
background-color: #B6193D;
}
.BgClassName
{
background-color: #B6193D;
}
</style>
border-color css
<style>
span { border-color: #B6193D; }
span { border-color: rgb(182,25,61); }
td.TdClassName
{
border-color: #B6193D;
}
.TagClassName
{
border-color: #B6193D;
}
</style>