Shades of Cardinal #B2003C
Tints of Cardinal #B2003C
RGB
CMYK
RGB Variations
Color information
#B2003C (or 0xB2003C) is known color: Cardinal. HEX triplet: B2, 00 and 3C. RGB value is (178,0,60). Sum of RGB (Red+Green+Blue) = 178+0+60=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B2003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2003C is #4DFFC3. Grayscale: #3C3C3C. Windows color (decimal): -5111748 or 3932338. OLE color: 3932338.
HSL color Cylindrical-coordinate representation of color #B2003C: hue angle of 339.78º 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 #B2003C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.66 | 0.30 |
| HSL | 339.78º | 1% | 0.35% | - |
| HSV(B) | 339.78º | 1% | 0.7% | - |
| XYZ | 19.18 | 9.79 | 5.15 | - |
| YUV | 60.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 60 | 0 | 1 | 0.66 | 0.30 | 339.78 | 1 | 0.35 |
| Hex | B2 | 0 | 3C | 0 | 64 | 42 | 1E | 154 | 64 | 23 |
| Octal | 262 | 0 | 74 | 0 | 144 | 102 | 36 | 524 | 144 | 43 |
| Binary | 10110010 | 0 | 111100 | 0 | 1100100 | 1000010 | 11110 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B2003C
Complementary color
Monochromatic Colors of #B2003C
Black with #B2003C
Text Example
Text Example
White with #B2003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2003C; }
p { color: rgb(178,0,60); }
H1.HeaderClassName
{
color: #B2003C;
}
.AnyTagClassName
{
color: #B2003C;
}
</style>
background-color css
<style>
a { background-color: #B2003C; }
a { background-color: rgb(178,0,60); }
div.DivClassName
{
background-color: #B2003C;
}
.BgClassName
{
background-color: #B2003C;
}
</style>
border-color css
<style>
span { border-color: #B2003C; }
span { border-color: rgb(178,0,60); }
td.TdClassName
{
border-color: #B2003C;
}
.TagClassName
{
border-color: #B2003C;
}
</style>