Shades of Cardinal #B6003C
Tints of Cardinal #B6003C
RGB
CMYK
RGB Variations
Color information
#B6003C (or 0xB6003C) is known color: Cardinal. HEX triplet: B6, 00 and 3C. RGB value is (182,0,60). Sum of RGB (Red+Green+Blue) = 182+0+60=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B6003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6003C is #49FFC3. Grayscale: #3D3D3D. Windows color (decimal): -4849604 or 3932342. OLE color: 3932342.
HSL color Cylindrical-coordinate representation of color #B6003C: hue angle of 340.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6003C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.67 | 0.29 |
| HSL | 340.22º | 1% | 0.36% | - |
| HSV(B) | 340.22º | 1% | 0.71% | - |
| XYZ | 20.11 | 10.27 | 5.2 | - |
| YUV | 61.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 60 | 0 | 1 | 0.67 | 0.29 | 340.22 | 1 | 0.36 |
| Hex | B6 | 0 | 3C | 0 | 64 | 43 | 1D | 154 | 64 | 24 |
| Octal | 266 | 0 | 74 | 0 | 144 | 103 | 35 | 524 | 144 | 44 |
| Binary | 10110110 | 0 | 111100 | 0 | 1100100 | 1000011 | 11101 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B6003C
Complementary color
Monochromatic Colors of #B6003C
Black with #B6003C
Text Example
Text Example
White with #B6003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6003C; }
p { color: rgb(182,0,60); }
H1.HeaderClassName
{
color: #B6003C;
}
.AnyTagClassName
{
color: #B6003C;
}
</style>
background-color css
<style>
a { background-color: #B6003C; }
a { background-color: rgb(182,0,60); }
div.DivClassName
{
background-color: #B6003C;
}
.BgClassName
{
background-color: #B6003C;
}
</style>
border-color css
<style>
span { border-color: #B6003C; }
span { border-color: rgb(182,0,60); }
td.TdClassName
{
border-color: #B6003C;
}
.TagClassName
{
border-color: #B6003C;
}
</style>