Shades of Cardinal #B8063D
Tints of Cardinal #B8063D
RGB
CMYK
RGB Variations
Color information
#B8063D (or 0xB8063D) is known color: Cardinal. HEX triplet: B8, 06 and 3D. RGB value is (184,6,61). Sum of RGB (Red+Green+Blue) = 184+6+61=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8063D is #47F9C2. Grayscale: #414141. Windows color (decimal): -4716995 or 3999416. OLE color: 3999416.
HSL color Cylindrical-coordinate representation of color #B8063D: hue angle of 341.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8063D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.28 |
| HSL | 341.46º | 0.94% | 0.37% | - |
| HSV(B) | 341.46º | 0.97% | 0.72% | - |
| XYZ | 20.67 | 10.66 | 5.38 | - |
| YUV | 65.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 61 | 0 | 0.97 | 0.67 | 0.28 | 341.46 | 0.94 | 0.37 |
| Hex | B8 | 6 | 3D | 0 | 61 | 43 | 1C | 155 | 5E | 25 |
| Octal | 270 | 6 | 75 | 0 | 141 | 103 | 34 | 525 | 136 | 45 |
| Binary | 10111000 | 110 | 111101 | 0 | 1100001 | 1000011 | 11100 | 101010101 | 1011110 | 100101 |
Color Harmonies of #B8063D
Complementary color
Monochromatic Colors of #B8063D
Black with #B8063D
Text Example
Text Example
White with #B8063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8063D; }
p { color: rgb(184,6,61); }
H1.HeaderClassName
{
color: #B8063D;
}
.AnyTagClassName
{
color: #B8063D;
}
</style>
background-color css
<style>
a { background-color: #B8063D; }
a { background-color: rgb(184,6,61); }
div.DivClassName
{
background-color: #B8063D;
}
.BgClassName
{
background-color: #B8063D;
}
</style>
border-color css
<style>
span { border-color: #B8063D; }
span { border-color: rgb(184,6,61); }
td.TdClassName
{
border-color: #B8063D;
}
.TagClassName
{
border-color: #B8063D;
}
</style>