Shades of Cardinal #B4103C
Tints of Cardinal #B4103C
RGB
CMYK
RGB Variations
Color information
#B4103C (or 0xB4103C) is known color: Cardinal. HEX triplet: B4, 10 and 3C. RGB value is (180,16,60). Sum of RGB (Red+Green+Blue) = 180+16+60=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4103C is #4BEFC3. Grayscale: #464646. Windows color (decimal): -4976580 or 3936436. OLE color: 3936436.
HSL color Cylindrical-coordinate representation of color #B4103C: hue angle of 343.9º 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 #B4103C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 343.9º | 0.84% | 0.38% | - |
| HSV(B) | 343.9º | 0.91% | 0.71% | - |
| XYZ | 19.82 | 10.4 | 5.24 | - |
| YUV | 70.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 60 | 0 | 0.91 | 0.67 | 0.29 | 343.9 | 0.84 | 0.38 |
| Hex | B4 | 10 | 3C | 0 | 5B | 43 | 1D | 158 | 54 | 26 |
| Octal | 264 | 20 | 74 | 0 | 133 | 103 | 35 | 530 | 124 | 46 |
| Binary | 10110100 | 10000 | 111100 | 0 | 1011011 | 1000011 | 11101 | 101011000 | 1010100 | 100110 |
Color Harmonies of #B4103C
Complementary color
Monochromatic Colors of #B4103C
Black with #B4103C
Text Example
Text Example
White with #B4103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4103C; }
p { color: rgb(180,16,60); }
H1.HeaderClassName
{
color: #B4103C;
}
.AnyTagClassName
{
color: #B4103C;
}
</style>
background-color css
<style>
a { background-color: #B4103C; }
a { background-color: rgb(180,16,60); }
div.DivClassName
{
background-color: #B4103C;
}
.BgClassName
{
background-color: #B4103C;
}
</style>
border-color css
<style>
span { border-color: #B4103C; }
span { border-color: rgb(180,16,60); }
td.TdClassName
{
border-color: #B4103C;
}
.TagClassName
{
border-color: #B4103C;
}
</style>