Shades of Cardinal #B4003D
Tints of Cardinal #B4003D
RGB
CMYK
RGB Variations
Color information
#B4003D (or 0xB4003D) is known color: Cardinal. HEX triplet: B4, 00 and 3D. RGB value is (180,0,61). Sum of RGB (Red+Green+Blue) = 180+0+61=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4003D is #4BFFC2. Grayscale: #3C3C3C. Windows color (decimal): -4980675 or 3997876. OLE color: 3997876.
HSL color Cylindrical-coordinate representation of color #B4003D: hue angle of 339.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4003D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.66 | 0.29 |
| HSL | 339.67º | 1% | 0.35% | - |
| HSV(B) | 339.67º | 1% | 0.71% | - |
| XYZ | 19.66 | 10.04 | 5.32 | - |
| YUV | 60.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 61 | 0 | 1 | 0.66 | 0.29 | 339.67 | 1 | 0.35 |
| Hex | B4 | 0 | 3D | 0 | 64 | 42 | 1D | 154 | 64 | 23 |
| Octal | 264 | 0 | 75 | 0 | 144 | 102 | 35 | 524 | 144 | 43 |
| Binary | 10110100 | 0 | 111101 | 0 | 1100100 | 1000010 | 11101 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B4003D
Complementary color
Monochromatic Colors of #B4003D
Black with #B4003D
Text Example
Text Example
White with #B4003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4003D; }
p { color: rgb(180,0,61); }
H1.HeaderClassName
{
color: #B4003D;
}
.AnyTagClassName
{
color: #B4003D;
}
</style>
background-color css
<style>
a { background-color: #B4003D; }
a { background-color: rgb(180,0,61); }
div.DivClassName
{
background-color: #B4003D;
}
.BgClassName
{
background-color: #B4003D;
}
</style>
border-color css
<style>
span { border-color: #B4003D; }
span { border-color: rgb(180,0,61); }
td.TdClassName
{
border-color: #B4003D;
}
.TagClassName
{
border-color: #B4003D;
}
</style>