Shades of Cardinal #B2093B
Tints of Cardinal #B2093B
RGB
CMYK
RGB Variations
Color information
#B2093B (or 0xB2093B) is known color: Cardinal. HEX triplet: B2, 09 and 3B. RGB value is (178,9,59). Sum of RGB (Red+Green+Blue) = 178+9+59=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2093B is #4DF6C4. Grayscale: #414141. Windows color (decimal): -5109445 or 3869106. OLE color: 3869106.
HSL color Cylindrical-coordinate representation of color #B2093B: hue angle of 342.25º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2093B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.30 |
| HSL | 342.25º | 0.9% | 0.37% | - |
| HSV(B) | 342.25º | 0.95% | 0.7% | - |
| XYZ | 19.25 | 9.98 | 5.05 | - |
| YUV | 65.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 59 | 0 | 0.95 | 0.67 | 0.30 | 342.25 | 0.9 | 0.37 |
| Hex | B2 | 9 | 3B | 0 | 5F | 43 | 1E | 156 | 5A | 25 |
| Octal | 262 | 11 | 73 | 0 | 137 | 103 | 36 | 526 | 132 | 45 |
| Binary | 10110010 | 1001 | 111011 | 0 | 1011111 | 1000011 | 11110 | 101010110 | 1011010 | 100101 |
Color Harmonies of #B2093B
Complementary color
Monochromatic Colors of #B2093B
Black with #B2093B
Text Example
Text Example
White with #B2093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2093B; }
p { color: rgb(178,9,59); }
H1.HeaderClassName
{
color: #B2093B;
}
.AnyTagClassName
{
color: #B2093B;
}
</style>
background-color css
<style>
a { background-color: #B2093B; }
a { background-color: rgb(178,9,59); }
div.DivClassName
{
background-color: #B2093B;
}
.BgClassName
{
background-color: #B2093B;
}
</style>
border-color css
<style>
span { border-color: #B2093B; }
span { border-color: rgb(178,9,59); }
td.TdClassName
{
border-color: #B2093B;
}
.TagClassName
{
border-color: #B2093B;
}
</style>