Shades of Cardinal #B4103D
Tints of Cardinal #B4103D
RGB
CMYK
RGB Variations
Color information
#B4103D (or 0xB4103D) is known color: Cardinal. HEX triplet: B4, 10 and 3D. RGB value is (180,16,61). Sum of RGB (Red+Green+Blue) = 180+16+61=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4103D is #4BEFC2. Grayscale: #464646. Windows color (decimal): -4976579 or 4001972. OLE color: 4001972.
HSL color Cylindrical-coordinate representation of color #B4103D: hue angle of 343.54º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4103D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.29 |
| HSL | 343.54º | 0.84% | 0.38% | - |
| HSV(B) | 343.54º | 0.91% | 0.71% | - |
| XYZ | 19.85 | 10.41 | 5.38 | - |
| YUV | 70.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 61 | 0 | 0.91 | 0.66 | 0.29 | 343.54 | 0.84 | 0.38 |
| Hex | B4 | 10 | 3D | 0 | 5B | 42 | 1D | 158 | 54 | 26 |
| Octal | 264 | 20 | 75 | 0 | 133 | 102 | 35 | 530 | 124 | 46 |
| Binary | 10110100 | 10000 | 111101 | 0 | 1011011 | 1000010 | 11101 | 101011000 | 1010100 | 100110 |
Color Harmonies of #B4103D
Complementary color
Monochromatic Colors of #B4103D
Black with #B4103D
Text Example
Text Example
White with #B4103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4103D; }
p { color: rgb(180,16,61); }
H1.HeaderClassName
{
color: #B4103D;
}
.AnyTagClassName
{
color: #B4103D;
}
</style>
background-color css
<style>
a { background-color: #B4103D; }
a { background-color: rgb(180,16,61); }
div.DivClassName
{
background-color: #B4103D;
}
.BgClassName
{
background-color: #B4103D;
}
</style>
border-color css
<style>
span { border-color: #B4103D; }
span { border-color: rgb(180,16,61); }
td.TdClassName
{
border-color: #B4103D;
}
.TagClassName
{
border-color: #B4103D;
}
</style>