Shades of Cardinal #B4073D
Tints of Cardinal #B4073D
RGB
CMYK
RGB Variations
Color information
#B4073D (or 0xB4073D) is known color: Cardinal. HEX triplet: B4, 07 and 3D. RGB value is (180,7,61). Sum of RGB (Red+Green+Blue) = 180+7+61=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B4073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4073D is #4BF8C2. Grayscale: #404040. Windows color (decimal): -4978883 or 3999668. OLE color: 3999668.
HSL color Cylindrical-coordinate representation of color #B4073D: hue angle of 341.27º 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 #B4073D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.29 |
| HSL | 341.27º | 0.93% | 0.37% | - |
| HSV(B) | 341.27º | 0.96% | 0.71% | - |
| XYZ | 19.74 | 10.19 | 5.34 | - |
| YUV | 64.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 61 | 0 | 0.96 | 0.66 | 0.29 | 341.27 | 0.93 | 0.37 |
| Hex | B4 | 7 | 3D | 0 | 60 | 42 | 1D | 155 | 5D | 25 |
| Octal | 264 | 7 | 75 | 0 | 140 | 102 | 35 | 525 | 135 | 45 |
| Binary | 10110100 | 111 | 111101 | 0 | 1100000 | 1000010 | 11101 | 101010101 | 1011101 | 100101 |
Color Harmonies of #B4073D
Complementary color
Monochromatic Colors of #B4073D
Black with #B4073D
Text Example
Text Example
White with #B4073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4073D; }
p { color: rgb(180,7,61); }
H1.HeaderClassName
{
color: #B4073D;
}
.AnyTagClassName
{
color: #B4073D;
}
</style>
background-color css
<style>
a { background-color: #B4073D; }
a { background-color: rgb(180,7,61); }
div.DivClassName
{
background-color: #B4073D;
}
.BgClassName
{
background-color: #B4073D;
}
</style>
border-color css
<style>
span { border-color: #B4073D; }
span { border-color: rgb(180,7,61); }
td.TdClassName
{
border-color: #B4073D;
}
.TagClassName
{
border-color: #B4073D;
}
</style>