Shades of Cardinal #B4113D
Tints of Cardinal #B4113D
RGB
CMYK
RGB Variations
Color information
#B4113D (or 0xB4113D) is known color: Cardinal. HEX triplet: B4, 11 and 3D. RGB value is (180,17,61). Sum of RGB (Red+Green+Blue) = 180+17+61=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4113D is #4BEEC2. Grayscale: #464646. Windows color (decimal): -4976323 or 4002228. OLE color: 4002228.
HSL color Cylindrical-coordinate representation of color #B4113D: hue angle of 343.8º 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 #B4113D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.29 |
| HSL | 343.8º | 0.83% | 0.39% | - |
| HSV(B) | 343.8º | 0.91% | 0.71% | - |
| XYZ | 19.87 | 10.44 | 5.38 | - |
| YUV | 70.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 61 | 0 | 0.91 | 0.66 | 0.29 | 343.8 | 0.83 | 0.39 |
| Hex | B4 | 11 | 3D | 0 | 5B | 42 | 1D | 158 | 53 | 27 |
| Octal | 264 | 21 | 75 | 0 | 133 | 102 | 35 | 530 | 123 | 47 |
| Binary | 10110100 | 10001 | 111101 | 0 | 1011011 | 1000010 | 11101 | 101011000 | 1010011 | 100111 |
Color Harmonies of #B4113D
Complementary color
Monochromatic Colors of #B4113D
Black with #B4113D
Text Example
Text Example
White with #B4113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4113D; }
p { color: rgb(180,17,61); }
H1.HeaderClassName
{
color: #B4113D;
}
.AnyTagClassName
{
color: #B4113D;
}
</style>
background-color css
<style>
a { background-color: #B4113D; }
a { background-color: rgb(180,17,61); }
div.DivClassName
{
background-color: #B4113D;
}
.BgClassName
{
background-color: #B4113D;
}
</style>
border-color css
<style>
span { border-color: #B4113D; }
span { border-color: rgb(180,17,61); }
td.TdClassName
{
border-color: #B4113D;
}
.TagClassName
{
border-color: #B4113D;
}
</style>