Shades of Cardinal #B0003D
Tints of Cardinal #B0003D
RGB
CMYK
RGB Variations
Color information
#B0003D (or 0xB0003D) is known color: Cardinal. HEX triplet: B0, 00 and 3D. RGB value is (176,0,61). Sum of RGB (Red+Green+Blue) = 176+0+61=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0003D is #4FFFC2. Grayscale: #3B3B3B. Windows color (decimal): -5242819 or 3997872. OLE color: 3997872.
HSL color Cylindrical-coordinate representation of color #B0003D: hue angle of 339.2º 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 #B0003D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.65 | 0.31 |
| HSL | 339.2º | 1% | 0.35% | - |
| HSV(B) | 339.2º | 1% | 0.69% | - |
| XYZ | 18.75 | 9.57 | 5.27 | - |
| YUV | 59.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 61 | 0 | 1 | 0.65 | 0.31 | 339.2 | 1 | 0.35 |
| Hex | B0 | 0 | 3D | 0 | 64 | 41 | 1F | 153 | 64 | 23 |
| Octal | 260 | 0 | 75 | 0 | 144 | 101 | 37 | 523 | 144 | 43 |
| Binary | 10110000 | 0 | 111101 | 0 | 1100100 | 1000001 | 11111 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B0003D
Complementary color
Monochromatic Colors of #B0003D
Black with #B0003D
Text Example
Text Example
White with #B0003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0003D; }
p { color: rgb(176,0,61); }
H1.HeaderClassName
{
color: #B0003D;
}
.AnyTagClassName
{
color: #B0003D;
}
</style>
background-color css
<style>
a { background-color: #B0003D; }
a { background-color: rgb(176,0,61); }
div.DivClassName
{
background-color: #B0003D;
}
.BgClassName
{
background-color: #B0003D;
}
</style>
border-color css
<style>
span { border-color: #B0003D; }
span { border-color: rgb(176,0,61); }
td.TdClassName
{
border-color: #B0003D;
}
.TagClassName
{
border-color: #B0003D;
}
</style>