Shades of Cardinal #B2072E
Tints of Cardinal #B2072E
RGB
CMYK
RGB Variations
Color information
#B2072E (or 0xB2072E) is known color: Cardinal. HEX triplet: B2, 07 and 2E. RGB value is (178,7,46). Sum of RGB (Red+Green+Blue) = 178+7+46=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B2072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2072E is #4DF8D1. Grayscale: #3E3E3E. Windows color (decimal): -5109970 or 3016626. OLE color: 3016626.
HSL color Cylindrical-coordinate representation of color #B2072E: hue angle of 346.32º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2072E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.30 |
| HSL | 346.32º | 0.92% | 0.36% | - |
| HSV(B) | 346.32º | 0.96% | 0.7% | - |
| XYZ | 18.93 | 9.81 | 3.48 | - |
| YUV | 62.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 46 | 0 | 0.96 | 0.74 | 0.30 | 346.32 | 0.92 | 0.36 |
| Hex | B2 | 7 | 2E | 0 | 60 | 4A | 1E | 15A | 5C | 24 |
| Octal | 262 | 7 | 56 | 0 | 140 | 112 | 36 | 532 | 134 | 44 |
| Binary | 10110010 | 111 | 101110 | 0 | 1100000 | 1001010 | 11110 | 101011010 | 1011100 | 100100 |
Color Harmonies of #B2072E
Complementary color
Monochromatic Colors of #B2072E
Black with #B2072E
Text Example
Text Example
White with #B2072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2072E; }
p { color: rgb(178,7,46); }
H1.HeaderClassName
{
color: #B2072E;
}
.AnyTagClassName
{
color: #B2072E;
}
</style>
background-color css
<style>
a { background-color: #B2072E; }
a { background-color: rgb(178,7,46); }
div.DivClassName
{
background-color: #B2072E;
}
.BgClassName
{
background-color: #B2072E;
}
</style>
border-color css
<style>
span { border-color: #B2072E; }
span { border-color: rgb(178,7,46); }
td.TdClassName
{
border-color: #B2072E;
}
.TagClassName
{
border-color: #B2072E;
}
</style>