Shades of Cardinal #B2003D
Tints of Cardinal #B2003D
RGB
CMYK
RGB Variations
Color information
#B2003D (or 0xB2003D) is known color: Cardinal. HEX triplet: B2, 00 and 3D. RGB value is (178,0,61). Sum of RGB (Red+Green+Blue) = 178+0+61=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2003D is #4DFFC2. Grayscale: #3C3C3C. Windows color (decimal): -5111747 or 3997874. OLE color: 3997874.
HSL color Cylindrical-coordinate representation of color #B2003D: hue angle of 339.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2003D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.66 | 0.30 |
| HSL | 339.44º | 1% | 0.35% | - |
| HSV(B) | 339.44º | 1% | 0.7% | - |
| XYZ | 19.2 | 9.8 | 5.29 | - |
| YUV | 60.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 61 | 0 | 1 | 0.66 | 0.30 | 339.44 | 1 | 0.35 |
| Hex | B2 | 0 | 3D | 0 | 64 | 42 | 1E | 153 | 64 | 23 |
| Octal | 262 | 0 | 75 | 0 | 144 | 102 | 36 | 523 | 144 | 43 |
| Binary | 10110010 | 0 | 111101 | 0 | 1100100 | 1000010 | 11110 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B2003D
Complementary color
Monochromatic Colors of #B2003D
Black with #B2003D
Text Example
Text Example
White with #B2003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2003D; }
p { color: rgb(178,0,61); }
H1.HeaderClassName
{
color: #B2003D;
}
.AnyTagClassName
{
color: #B2003D;
}
</style>
background-color css
<style>
a { background-color: #B2003D; }
a { background-color: rgb(178,0,61); }
div.DivClassName
{
background-color: #B2003D;
}
.BgClassName
{
background-color: #B2003D;
}
</style>
border-color css
<style>
span { border-color: #B2003D; }
span { border-color: rgb(178,0,61); }
td.TdClassName
{
border-color: #B2003D;
}
.TagClassName
{
border-color: #B2003D;
}
</style>