Shades of Cardinal #B2063D
Tints of Cardinal #B2063D
RGB
CMYK
RGB Variations
Color information
#B2063D (or 0xB2063D) is known color: Cardinal. HEX triplet: B2, 06 and 3D. RGB value is (178,6,61). Sum of RGB (Red+Green+Blue) = 178+6+61=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2063D is #4DF9C2. Grayscale: #3F3F3F. Windows color (decimal): -5110211 or 3999410. OLE color: 3999410.
HSL color Cylindrical-coordinate representation of color #B2063D: hue angle of 340.81º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2063D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.30 |
| HSL | 340.81º | 0.93% | 0.36% | - |
| HSV(B) | 340.81º | 0.97% | 0.7% | - |
| XYZ | 19.27 | 9.93 | 5.32 | - |
| YUV | 63.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 61 | 0 | 0.97 | 0.66 | 0.30 | 340.81 | 0.93 | 0.36 |
| Hex | B2 | 6 | 3D | 0 | 61 | 42 | 1E | 155 | 5D | 24 |
| Octal | 262 | 6 | 75 | 0 | 141 | 102 | 36 | 525 | 135 | 44 |
| Binary | 10110010 | 110 | 111101 | 0 | 1100001 | 1000010 | 11110 | 101010101 | 1011101 | 100100 |
Color Harmonies of #B2063D
Complementary color
Monochromatic Colors of #B2063D
Black with #B2063D
Text Example
Text Example
White with #B2063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2063D; }
p { color: rgb(178,6,61); }
H1.HeaderClassName
{
color: #B2063D;
}
.AnyTagClassName
{
color: #B2063D;
}
</style>
background-color css
<style>
a { background-color: #B2063D; }
a { background-color: rgb(178,6,61); }
div.DivClassName
{
background-color: #B2063D;
}
.BgClassName
{
background-color: #B2063D;
}
</style>
border-color css
<style>
span { border-color: #B2063D; }
span { border-color: rgb(178,6,61); }
td.TdClassName
{
border-color: #B2063D;
}
.TagClassName
{
border-color: #B2063D;
}
</style>