Shades of Cardinal #B0003C
Tints of Cardinal #B0003C
RGB
CMYK
RGB Variations
Color information
#B0003C (or 0xB0003C) is known color: Cardinal. HEX triplet: B0, 00 and 3C. RGB value is (176,0,60). Sum of RGB (Red+Green+Blue) = 176+0+60=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B0003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0003C is #4FFFC3. Grayscale: #3B3B3B. Windows color (decimal): -5242820 or 3932336. OLE color: 3932336.
HSL color Cylindrical-coordinate representation of color #B0003C: hue angle of 339.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0003C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.66 | 0.31 |
| HSL | 339.55º | 1% | 0.35% | - |
| HSV(B) | 339.55º | 1% | 0.69% | - |
| XYZ | 18.72 | 9.56 | 5.13 | - |
| YUV | 59.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 60 | 0 | 1 | 0.66 | 0.31 | 339.55 | 1 | 0.35 |
| Hex | B0 | 0 | 3C | 0 | 64 | 42 | 1F | 154 | 64 | 23 |
| Octal | 260 | 0 | 74 | 0 | 144 | 102 | 37 | 524 | 144 | 43 |
| Binary | 10110000 | 0 | 111100 | 0 | 1100100 | 1000010 | 11111 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B0003C
Complementary color
Monochromatic Colors of #B0003C
Black with #B0003C
Text Example
Text Example
White with #B0003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0003C; }
p { color: rgb(176,0,60); }
H1.HeaderClassName
{
color: #B0003C;
}
.AnyTagClassName
{
color: #B0003C;
}
</style>
background-color css
<style>
a { background-color: #B0003C; }
a { background-color: rgb(176,0,60); }
div.DivClassName
{
background-color: #B0003C;
}
.BgClassName
{
background-color: #B0003C;
}
</style>
border-color css
<style>
span { border-color: #B0003C; }
span { border-color: rgb(176,0,60); }
td.TdClassName
{
border-color: #B0003C;
}
.TagClassName
{
border-color: #B0003C;
}
</style>