Shades of Cardinal #B2093D
Tints of Cardinal #B2093D
RGB
CMYK
RGB Variations
Color information
#B2093D (or 0xB2093D) is known color: Cardinal. HEX triplet: B2, 09 and 3D. RGB value is (178,9,61). Sum of RGB (Red+Green+Blue) = 178+9+61=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B2093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2093D is #4DF6C2. Grayscale: #414141. Windows color (decimal): -5109443 or 4000178. OLE color: 4000178.
HSL color Cylindrical-coordinate representation of color #B2093D: hue angle of 341.54º 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 #B2093D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.30 |
| HSL | 341.54º | 0.9% | 0.37% | - |
| HSV(B) | 341.54º | 0.95% | 0.7% | - |
| XYZ | 19.3 | 10 | 5.33 | - |
| YUV | 65.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 61 | 0 | 0.95 | 0.66 | 0.30 | 341.54 | 0.9 | 0.37 |
| Hex | B2 | 9 | 3D | 0 | 5F | 42 | 1E | 156 | 5A | 25 |
| Octal | 262 | 11 | 75 | 0 | 137 | 102 | 36 | 526 | 132 | 45 |
| Binary | 10110010 | 1001 | 111101 | 0 | 1011111 | 1000010 | 11110 | 101010110 | 1011010 | 100101 |
Color Harmonies of #B2093D
Complementary color
Monochromatic Colors of #B2093D
Black with #B2093D
Text Example
Text Example
White with #B2093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2093D; }
p { color: rgb(178,9,61); }
H1.HeaderClassName
{
color: #B2093D;
}
.AnyTagClassName
{
color: #B2093D;
}
</style>
background-color css
<style>
a { background-color: #B2093D; }
a { background-color: rgb(178,9,61); }
div.DivClassName
{
background-color: #B2093D;
}
.BgClassName
{
background-color: #B2093D;
}
</style>
border-color css
<style>
span { border-color: #B2093D; }
span { border-color: rgb(178,9,61); }
td.TdClassName
{
border-color: #B2093D;
}
.TagClassName
{
border-color: #B2093D;
}
</style>