Shades of Cardinal #B4113C
Tints of Cardinal #B4113C
RGB
CMYK
RGB Variations
Color information
#B4113C (or 0xB4113C) is known color: Cardinal. HEX triplet: B4, 11 and 3C. RGB value is (180,17,60). Sum of RGB (Red+Green+Blue) = 180+17+60=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4113C is #4BEEC3. Grayscale: #464646. Windows color (decimal): -4976324 or 3936692. OLE color: 3936692.
HSL color Cylindrical-coordinate representation of color #B4113C: hue angle of 344.17º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4113C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 344.17º | 0.83% | 0.39% | - |
| HSV(B) | 344.17º | 0.91% | 0.71% | - |
| XYZ | 19.84 | 10.43 | 5.24 | - |
| YUV | 70.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 60 | 0 | 0.91 | 0.67 | 0.29 | 344.17 | 0.83 | 0.39 |
| Hex | B4 | 11 | 3C | 0 | 5B | 43 | 1D | 158 | 53 | 27 |
| Octal | 264 | 21 | 74 | 0 | 133 | 103 | 35 | 530 | 123 | 47 |
| Binary | 10110100 | 10001 | 111100 | 0 | 1011011 | 1000011 | 11101 | 101011000 | 1010011 | 100111 |
Color Harmonies of #B4113C
Complementary color
Monochromatic Colors of #B4113C
Black with #B4113C
Text Example
Text Example
White with #B4113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4113C; }
p { color: rgb(180,17,60); }
H1.HeaderClassName
{
color: #B4113C;
}
.AnyTagClassName
{
color: #B4113C;
}
</style>
background-color css
<style>
a { background-color: #B4113C; }
a { background-color: rgb(180,17,60); }
div.DivClassName
{
background-color: #B4113C;
}
.BgClassName
{
background-color: #B4113C;
}
</style>
border-color css
<style>
span { border-color: #B4113C; }
span { border-color: rgb(180,17,60); }
td.TdClassName
{
border-color: #B4113C;
}
.TagClassName
{
border-color: #B4113C;
}
</style>