Shades of Cardinal #B6103D
Tints of Cardinal #B6103D
RGB
CMYK
RGB Variations
Color information
#B6103D (or 0xB6103D) is known color: Cardinal. HEX triplet: B6, 10 and 3D. RGB value is (182,16,61). Sum of RGB (Red+Green+Blue) = 182+16+61=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6103D is #49EFC2. Grayscale: #464646. Windows color (decimal): -4845507 or 4001974. OLE color: 4001974.
HSL color Cylindrical-coordinate representation of color #B6103D: hue angle of 343.73º 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 #B6103D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.29 |
| HSL | 343.73º | 0.84% | 0.39% | - |
| HSV(B) | 343.73º | 0.91% | 0.71% | - |
| XYZ | 20.32 | 10.65 | 5.4 | - |
| YUV | 70.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 61 | 0 | 0.91 | 0.66 | 0.29 | 343.73 | 0.84 | 0.39 |
| Hex | B6 | 10 | 3D | 0 | 5B | 42 | 1D | 158 | 54 | 27 |
| Octal | 266 | 20 | 75 | 0 | 133 | 102 | 35 | 530 | 124 | 47 |
| Binary | 10110110 | 10000 | 111101 | 0 | 1011011 | 1000010 | 11101 | 101011000 | 1010100 | 100111 |
Color Harmonies of #B6103D
Complementary color
Monochromatic Colors of #B6103D
Black with #B6103D
Text Example
Text Example
White with #B6103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6103D; }
p { color: rgb(182,16,61); }
H1.HeaderClassName
{
color: #B6103D;
}
.AnyTagClassName
{
color: #B6103D;
}
</style>
background-color css
<style>
a { background-color: #B6103D; }
a { background-color: rgb(182,16,61); }
div.DivClassName
{
background-color: #B6103D;
}
.BgClassName
{
background-color: #B6103D;
}
</style>
border-color css
<style>
span { border-color: #B6103D; }
span { border-color: rgb(182,16,61); }
td.TdClassName
{
border-color: #B6103D;
}
.TagClassName
{
border-color: #B6103D;
}
</style>