Shades of Cardinal #B4123D
Tints of Cardinal #B4123D
RGB
CMYK
RGB Variations
Color information
#B4123D (or 0xB4123D) is known color: Cardinal. HEX triplet: B4, 12 and 3D. RGB value is (180,18,61). Sum of RGB (Red+Green+Blue) = 180+18+61=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4123D is #4BEDC2. Grayscale: #474747. Windows color (decimal): -4976067 or 4002484. OLE color: 4002484.
HSL color Cylindrical-coordinate representation of color #B4123D: hue angle of 344.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4123D is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 61 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.29 |
| HSL | 344.07º | 0.82% | 0.39% | - |
| HSV(B) | 344.07º | 0.9% | 0.71% | - |
| XYZ | 19.88 | 10.47 | 5.39 | - |
| YUV | 71.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 61 | 0 | 0.9 | 0.66 | 0.29 | 344.07 | 0.82 | 0.39 |
| Hex | B4 | 12 | 3D | 0 | 5A | 42 | 1D | 158 | 52 | 27 |
| Octal | 264 | 22 | 75 | 0 | 132 | 102 | 35 | 530 | 122 | 47 |
| Binary | 10110100 | 10010 | 111101 | 0 | 1011010 | 1000010 | 11101 | 101011000 | 1010010 | 100111 |
Color Harmonies of #B4123D
Complementary color
Monochromatic Colors of #B4123D
Black with #B4123D
Text Example
Text Example
White with #B4123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4123D; }
p { color: rgb(180,18,61); }
H1.HeaderClassName
{
color: #B4123D;
}
.AnyTagClassName
{
color: #B4123D;
}
</style>
background-color css
<style>
a { background-color: #B4123D; }
a { background-color: rgb(180,18,61); }
div.DivClassName
{
background-color: #B4123D;
}
.BgClassName
{
background-color: #B4123D;
}
</style>
border-color css
<style>
span { border-color: #B4123D; }
span { border-color: rgb(180,18,61); }
td.TdClassName
{
border-color: #B4123D;
}
.TagClassName
{
border-color: #B4123D;
}
</style>