Shades of Cardinal #B4073C
Tints of Cardinal #B4073C
RGB
CMYK
RGB Variations
Color information
#B4073C (or 0xB4073C) is known color: Cardinal. HEX triplet: B4, 07 and 3C. RGB value is (180,7,60). Sum of RGB (Red+Green+Blue) = 180+7+60=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B4073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4073C is #4BF8C3. Grayscale: #404040. Windows color (decimal): -4978884 or 3934132. OLE color: 3934132.
HSL color Cylindrical-coordinate representation of color #B4073C: hue angle of 341.62º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4073C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.29 |
| HSL | 341.62º | 0.93% | 0.37% | - |
| HSV(B) | 341.62º | 0.96% | 0.71% | - |
| XYZ | 19.71 | 10.18 | 5.2 | - |
| YUV | 64.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 60 | 0 | 0.96 | 0.67 | 0.29 | 341.62 | 0.93 | 0.37 |
| Hex | B4 | 7 | 3C | 0 | 60 | 43 | 1D | 156 | 5D | 25 |
| Octal | 264 | 7 | 74 | 0 | 140 | 103 | 35 | 526 | 135 | 45 |
| Binary | 10110100 | 111 | 111100 | 0 | 1100000 | 1000011 | 11101 | 101010110 | 1011101 | 100101 |
Color Harmonies of #B4073C
Complementary color
Monochromatic Colors of #B4073C
Black with #B4073C
Text Example
Text Example
White with #B4073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4073C; }
p { color: rgb(180,7,60); }
H1.HeaderClassName
{
color: #B4073C;
}
.AnyTagClassName
{
color: #B4073C;
}
</style>
background-color css
<style>
a { background-color: #B4073C; }
a { background-color: rgb(180,7,60); }
div.DivClassName
{
background-color: #B4073C;
}
.BgClassName
{
background-color: #B4073C;
}
</style>
border-color css
<style>
span { border-color: #B4073C; }
span { border-color: rgb(180,7,60); }
td.TdClassName
{
border-color: #B4073C;
}
.TagClassName
{
border-color: #B4073C;
}
</style>