Shades of Cardinal #B6153B
Tints of Cardinal #B6153B
RGB
CMYK
RGB Variations
Color information
#B6153B (or 0xB6153B) is known color: Cardinal. HEX triplet: B6, 15 and 3B. RGB value is (182,21,59). Sum of RGB (Red+Green+Blue) = 182+21+59=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6153B is #49EAC4. Grayscale: #494949. Windows color (decimal): -4844229 or 3872182. OLE color: 3872182.
HSL color Cylindrical-coordinate representation of color #B6153B: hue angle of 345.84º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6153B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 21 | 59 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.29 |
| HSL | 345.84º | 0.79% | 0.4% | - |
| HSV(B) | 345.84º | 0.88% | 0.71% | - |
| XYZ | 20.35 | 10.8 | 5.15 | - |
| YUV | 73.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 59 | 0 | 0.88 | 0.68 | 0.29 | 345.84 | 0.79 | 0.4 |
| Hex | B6 | 15 | 3B | 0 | 58 | 44 | 1D | 15A | 4F | 28 |
| Octal | 266 | 25 | 73 | 0 | 130 | 104 | 35 | 532 | 117 | 50 |
| Binary | 10110110 | 10101 | 111011 | 0 | 1011000 | 1000100 | 11101 | 101011010 | 1001111 | 101000 |
Color Harmonies of #B6153B
Complementary color
Monochromatic Colors of #B6153B
Black with #B6153B
Text Example
Text Example
White with #B6153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6153B; }
p { color: rgb(182,21,59); }
H1.HeaderClassName
{
color: #B6153B;
}
.AnyTagClassName
{
color: #B6153B;
}
</style>
background-color css
<style>
a { background-color: #B6153B; }
a { background-color: rgb(182,21,59); }
div.DivClassName
{
background-color: #B6153B;
}
.BgClassName
{
background-color: #B6153B;
}
</style>
border-color css
<style>
span { border-color: #B6153B; }
span { border-color: rgb(182,21,59); }
td.TdClassName
{
border-color: #B6153B;
}
.TagClassName
{
border-color: #B6153B;
}
</style>