Shades of Cardinal #B6103C
Tints of Cardinal #B6103C
RGB
CMYK
RGB Variations
Color information
#B6103C (or 0xB6103C) is known color: Cardinal. HEX triplet: B6, 10 and 3C. RGB value is (182,16,60). Sum of RGB (Red+Green+Blue) = 182+16+60=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B6103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6103C is #49EFC3. Grayscale: #464646. Windows color (decimal): -4845508 or 3936438. OLE color: 3936438.
HSL color Cylindrical-coordinate representation of color #B6103C: hue angle of 344.1º 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 #B6103C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 344.1º | 0.84% | 0.39% | - |
| HSV(B) | 344.1º | 0.91% | 0.71% | - |
| XYZ | 20.29 | 10.64 | 5.26 | - |
| YUV | 70.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 60 | 0 | 0.91 | 0.67 | 0.29 | 344.1 | 0.84 | 0.39 |
| Hex | B6 | 10 | 3C | 0 | 5B | 43 | 1D | 158 | 54 | 27 |
| Octal | 266 | 20 | 74 | 0 | 133 | 103 | 35 | 530 | 124 | 47 |
| Binary | 10110110 | 10000 | 111100 | 0 | 1011011 | 1000011 | 11101 | 101011000 | 1010100 | 100111 |
Color Harmonies of #B6103C
Complementary color
Monochromatic Colors of #B6103C
Black with #B6103C
Text Example
Text Example
White with #B6103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6103C; }
p { color: rgb(182,16,60); }
H1.HeaderClassName
{
color: #B6103C;
}
.AnyTagClassName
{
color: #B6103C;
}
</style>
background-color css
<style>
a { background-color: #B6103C; }
a { background-color: rgb(182,16,60); }
div.DivClassName
{
background-color: #B6103C;
}
.BgClassName
{
background-color: #B6103C;
}
</style>
border-color css
<style>
span { border-color: #B6103C; }
span { border-color: rgb(182,16,60); }
td.TdClassName
{
border-color: #B6103C;
}
.TagClassName
{
border-color: #B6103C;
}
</style>