Shades of Cardinal #B6193C
Tints of Cardinal #B6193C
RGB
CMYK
RGB Variations
Color information
#B6193C (or 0xB6193C) is known color: Cardinal. HEX triplet: B6, 19 and 3C. RGB value is (182,25,60). Sum of RGB (Red+Green+Blue) = 182+25+60=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B6193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6193C is #49E6C3. Grayscale: #4B4B4B. Windows color (decimal): -4843204 or 3938742. OLE color: 3938742.
HSL color Cylindrical-coordinate representation of color #B6193C: hue angle of 346.62º 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 #B6193C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 60 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.29 |
| HSL | 346.62º | 0.76% | 0.41% | - |
| HSV(B) | 346.62º | 0.86% | 0.71% | - |
| XYZ | 20.45 | 10.97 | 5.31 | - |
| YUV | 75.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 60 | 0 | 0.86 | 0.67 | 0.29 | 346.62 | 0.76 | 0.41 |
| Hex | B6 | 19 | 3C | 0 | 56 | 43 | 1D | 15B | 4C | 29 |
| Octal | 266 | 31 | 74 | 0 | 126 | 103 | 35 | 533 | 114 | 51 |
| Binary | 10110110 | 11001 | 111100 | 0 | 1010110 | 1000011 | 11101 | 101011011 | 1001100 | 101001 |
Color Harmonies of #B6193C
Complementary color
Monochromatic Colors of #B6193C
Black with #B6193C
Text Example
Text Example
White with #B6193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6193C; }
p { color: rgb(182,25,60); }
H1.HeaderClassName
{
color: #B6193C;
}
.AnyTagClassName
{
color: #B6193C;
}
</style>
background-color css
<style>
a { background-color: #B6193C; }
a { background-color: rgb(182,25,60); }
div.DivClassName
{
background-color: #B6193C;
}
.BgClassName
{
background-color: #B6193C;
}
</style>
border-color css
<style>
span { border-color: #B6193C; }
span { border-color: rgb(182,25,60); }
td.TdClassName
{
border-color: #B6193C;
}
.TagClassName
{
border-color: #B6193C;
}
</style>