Shades of Cardinal #B2073C
Tints of Cardinal #B2073C
RGB
CMYK
RGB Variations
Color information
#B2073C (or 0xB2073C) is known color: Cardinal. HEX triplet: B2, 07 and 3C. RGB value is (178,7,60). Sum of RGB (Red+Green+Blue) = 178+7+60=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2073C is #4DF8C3. Grayscale: #404040. Windows color (decimal): -5109956 or 3934130. OLE color: 3934130.
HSL color Cylindrical-coordinate representation of color #B2073C: hue angle of 341.4º 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 #B2073C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.30 |
| HSL | 341.4º | 0.92% | 0.36% | - |
| HSV(B) | 341.4º | 0.96% | 0.7% | - |
| XYZ | 19.25 | 9.94 | 5.18 | - |
| YUV | 64.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 60 | 0 | 0.96 | 0.66 | 0.30 | 341.4 | 0.92 | 0.36 |
| Hex | B2 | 7 | 3C | 0 | 60 | 42 | 1E | 155 | 5C | 24 |
| Octal | 262 | 7 | 74 | 0 | 140 | 102 | 36 | 525 | 134 | 44 |
| Binary | 10110010 | 111 | 111100 | 0 | 1100000 | 1000010 | 11110 | 101010101 | 1011100 | 100100 |
Color Harmonies of #B2073C
Complementary color
Monochromatic Colors of #B2073C
Black with #B2073C
Text Example
Text Example
White with #B2073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2073C; }
p { color: rgb(178,7,60); }
H1.HeaderClassName
{
color: #B2073C;
}
.AnyTagClassName
{
color: #B2073C;
}
</style>
background-color css
<style>
a { background-color: #B2073C; }
a { background-color: rgb(178,7,60); }
div.DivClassName
{
background-color: #B2073C;
}
.BgClassName
{
background-color: #B2073C;
}
</style>
border-color css
<style>
span { border-color: #B2073C; }
span { border-color: rgb(178,7,60); }
td.TdClassName
{
border-color: #B2073C;
}
.TagClassName
{
border-color: #B2073C;
}
</style>